Changelog #290
Commit: a207299
Release: 2025-06-16
(v0.3.2500
)
Fixes
-
#19963
do not report errors for unsized types withoutwhere Self: Sized
items. -
#19970
fix proc macro server handling of strings with minuses. -
#19973
hidedyn
inlay hints for incompleteimpl
s. -
#19942
fix completions with some attribute macros. -
#19981
do not force-descend into derives for goto IDE features. -
#19983
fix comparison of proc macros. -
#20000
allow lifetime repeats in macros ($($x)'a*
). -
#19990
generate annotations for macro-defined items if their name is in the input.
Internal Improvements
-
#20009
optimizepub(crate)
andpub(self)
visibility resolution. -
#19995
turnBlockId
into a#[salsa::tracked]
. -
#20006
clean up incremental tests and verify query execution. -
#19997
removeInternedCallableDefId
. -
#19980
de-duplicate`ItemTree`ItemVisibilities
. -
#19992
useThinVec
inItemScope
in a couple places. -
#19984
removepref_align_of
intrinsic handling, rename{min_⇒}align_of{,_val}
. -
#19930
add support for type-erasedSemantics<'db, dyn HirDatabase>
. -
#19975
test incremental trait solving. -
#19989
bump some deps.