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.
-
#5859
automatically publish rust-analyzer crates withra_ap
prefix: 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. -
#4873
resolve links in hover documentation. -
#5884
for non-cargo based projects (rust-project.json
) add a short-cut to specify sysroot location. -
#5861
support extern types. -
#5877
completepub
keyword in field definitions. -
#5889
add--log-file
argument to redirect logs to a file (by default, rust-analyze writes logs to stderr). -
#5885
add more options to configure the color of inlay hints. -
pr:5893: Allow running
harness = false
tests.