Changelog #178
Commit: bc78ebd
Release: 2023-04-24
(v0.3.1489
)
New Features
-
#14610
resolve$crate
in derive paths.
Fixes
-
#14591
(first contribution) restrictSort items
assist range. -
#14618
(first contribution) respecteditor.parameterHints.enabled
after triggering a completion. -
#14598
fix release channel detection for unstable completion filtering. -
#14619
fix falseneed-mut
positive and too large span in closures. -
#14625
fix token conversion for doc-comments. -
#14634
report remaining macro errors in associated item collection. -
#14643
fix const eval panic with parameter destructing. -
#14603
try to de-duplicate workspaces by top level cargo workspace.
Internal Improvements
-
#14577
(first contribution) fix all spelling mistakes. -
#14621
(first contribution) support type parameters inmake::impl_trait
. -
#14622
addsyntax::make::ty_alias
. -
#14632
increase LRU cache size forparse_expansion
andmacro_expand
queries. -
#14633
don’t reparse files when trying to expand assoc item macro calls. -
#14630
replaceArc<String>
withArc<str>
. -
#14594
moveExpander
andLowerCtx
into separate modules. -
#14604
addminicore
smoke test. -
#14599
addRA_UNSTABLE_SYSROOT_HACK
. -
#14628
restructure symbol queries. -
#14629
add additional query information to status ouput.