Changelog #57
Commit: 1d53075
Release: 2020-12-28
Last release for 2020!
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
New Features
- 
#6990,#6991,#6989,#7001produceaarch64-apple-darwinbuilds.
- 
#6964add full pattern completions  
- 
#6984remove TextMate grammar — it is now included with VS Code.
- 
#6746Extract Module to File assist.  
- 
#7009rename module when renaming file.  
- 
#6993clean up descriptions for settings.
- 
#6960show enum variant on Self qualified.
- 
#7019more helpful serde errors.
- 
#7026coc-rust-analyzer supports inlay hints for variables and chaining.
- 
#7021,#7030support goto def, search and rename for labels.
Fixes
- 
#6967correctly parse legacy trait objects with leading ForType.
- 
#6965properly attach attributes to function parameters.
- 
#6978filter out empty rustc spans.
- 
#6981rename works from macro.
- 
#6982remove parentheses when inverting!(cond).
- 
#6987delete related whitespace when removing unused param.
- 
#7013don’t think that /submod.rs is /mod.rs.
- 
#7022prevent multiple incorrect case diagnostics in functions.
- 
#7027fix macro_rules not accepting brackets or parentheses.
- 
#7047fix proc-macro related panics.
- 
#7050fix composite tokens in declarative macros.