Changelog #280
Commit: 588948f
Release: 2025-04-07
(v0.3.2370
)
Fixes
-
#19526
(first contribution) useconstant
, notconst
inrustdoc
links. -
#19447
addimpl for
completion. -
#19515
don’t drop references with more than one definition. -
#19501
fix a regression in MBE expansion. -
#19531
fixformat_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 inanalysis-stats
progress line slicing. -
#19492
avoid a needlessblock_def_map()
access. -
#19496
replace some#[salsa::invoke]
s withinvoke_actual
. -
#19494
unwrap some unnecessaryArc
s. -
#19482
clean up parameter name inlay hint filtering heuristics. -
#19509
dropAssistKind::None
. -
#19484
fix new lints in nightly. -
#19520
align usage ofdefault
andnew
with style guide. -
#19485
clean up CI a bit. -
#19493
disablerust-cache
in CI. -
#19533
set up a job matrix forrust-cross
. -
#19519
addrust-analyzer.cargo.noDeps
option.