Changelog #75
Commit: eb741e8
Release: 2021-05-03
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
New Features
-
#8629
(first contribution) allow pressing|
to surround closure arguments in VS Code: -
#8617
(first contribution) add option to opt out of smaller font size for inlay hints in VS Code. -
#8660
(first contribution) addmutable
semantic token modifier for&mut self
methods. -
#8624
automatically detect rust library source file map. -
#8685
parse const param defaults.
Fixes
-
#8693
(first contribution) ensure that only one cache priming task can run at a time. -
#8666
report correct version string on Windows and Mac. -
#8670
make error message in the status bar more useful. -
#8677
returnServerNotInitialized
according to the spec. -
#8679
don’t show error message for a valid notification. -
#8684
correctly parse negated literals as const args. -
#8687
improve unification of non-capturing closures. -
#8692
fix panic caused by newTry
trait definition on nightly toolchains. -
#8698
search only crate-level prelude when looking for an item. -
#8708
don’t duplicateProgress::Finished
for cache priming.