Changelog #40
Commit: ac4b134
Release: 2020-08-31
Sponsors
This week we want to thank The Techno Creatives, a Gothenburg-based creative tech house merging strategy, design, and technology to catalyze innovation.
Become a sponsor: opencollective.com/rust-analyzer
New Features
- 
wg-parselib is formed to tackle the hard task of sharing the parser between rust-analyzer and rustc. Join discussion on Zulip or look for WG-parslib tagged issues in rust-lang/rust. 
- 
#5859automatically publish rust-analyzer crates withra_apprefix: https://crates.io/search?q=ra_ap. You can use these crates to build your own tooling on top of rust-analyzer, which can be compile with stablerustc. Note that we provide no backwards compatibility guarantees. Building external tooling on top of rust-analyzer libraries is a non-goal at the moment.
- 
#4873resolve links in hover documentation.  
- 
#5884for non-cargo based projects (rust-project.json) add a short-cut to specify sysroot location.
- 
#5861support extern types.
- 
#5877completepubkeyword in field definitions.
- 
#5889add--log-fileargument to redirect logs to a file (by default, rust-analyze writes logs to stderr).
- 
#5885add more options to configure the color of inlay hints.
- 
pr:5893: Allow running harness = falsetests.
