Changelog #280

Commit: 588948f
Release: 2025-04-07 (v0.3.2370)

Fixes

  • #19526 (first contribution) use constant, not const in rustdoc links.

  • #19447 add impl for completion.

  • #19515 don’t drop references with more than one definition.

  • #19501 fix a regression in MBE expansion.

  • #19531 fix format_args! lowering for 1.87.

  • #19522 fix panic in "View crate graph".

  • #19523 fix proc macro server spawning.

  • #19514 fix bracket colorization in strings.

Internal Improvements

  • #19490 (first contribution) fix panic in analysis-stats progress line slicing.

  • #19492 avoid a needless block_def_map() access.

  • #19496 replace some #[salsa::invoke]s with invoke_actual.

  • #19494 unwrap some unnecessary Arcs.

  • #19482 clean up parameter name inlay hint filtering heuristics.

  • #19509 drop AssistKind::None.

  • #19484 fix new lints in nightly.

  • #19520 align usage of default and new with style guide.

  • #19485 clean up CI a bit.

  • #19493 disable rust-cache in CI.

  • #19533 set up a job matrix for rust-cross.

  • #19519 add rust-analyzer.cargo.noDeps option.