Changelog #39
Commit: e65d48d
Release: 2020-08-24
Sponsors
Become a sponsor: opencollective.com/rust-analyzer
New Features
-
#5821
Remove Unused Parameter refactoring. -
#5695
completion for unstable features. -
#5643
Add new consuming modifier to semantic syntax highlighting, apply consuming and mutable to methods. -
#5758
structural search replace now inserts *, & and &mut in the replacement to match any auto[de]ref in the matched code. -
#5682
allow disabling specific rust-analyzer diagnostics.1 2 3
{ "rust-analyzer.diagnostics.disabled": ["missing-structure-fields"], }
Internal Improvements
-
#5835
publish snapshot-testing library,expect-test
to crates.io: https://lib.rs/crates/expect-test. -
#5776
fix eslint errors on .eslintrc.js and rollup.config.js. -
#5790
improve CI time by cleaningtraget
dir properly. -
#5813
use lld to link rust-analyzer on Windows. -
#5824
optimize unused parameters search.