Changelog #107
Commit: db2a708
Release: 2021-12-13
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
Fixes
-
#10979
don’t show trait flyimports for impl trait and placeholders. -
#10976
show case-insensitive exact matches instead of fuzzy flyimport for short paths. -
#10986
fix lint completions not working for unclosed attributes. -
#10960
fix handling of macros inextern
blocks. -
#10957
fix someTryToNav
impls not upmapping ranges out of macros. -
#10966
fix library target overriding sysroot deps. -
#10977
fixconcat!
with captured expression. -
#10987
respect inner attributes forStruct
s andEnum
s. -
#10988
fix expected type calculation in struct literal followed by comma.
Internal Improvements
-
#10995
switch from trait-basedTokenSource
to simple struct of arrays. -
#10978
only prime direct dependencies of the workspace crates. -
#10958
addShuffle Crate Graph
command. -
#10950
split out morePathKind
s fromImmediateLocation
. -
#10975
shrinkTraitImpl
s andInherentImpl
s hashmaps. -
#10981
remove some allocations. -
#10949
bump parser step limit.