Changelog #8
Commit: de24097
Release: 2020-01-20
New Features
-
#2824defer startingcargo checkuntil workspace is loaded. -
#2843display inlay hints for function parameter names. -
rust-analyzer.github.io#24rust-analyzer has a new logo and a refreshed website. Thanks @Aloso!
Fixes
-
#2837syntax highlighting was accidentally quadratic. -
#2852don’t parse child modules when computing diagnostics for a module. -
#2853reduce the amount of blockingcargo checkdoes. -
#2827,#2813,#2867fix outer attributes on expressions in some cases. -
#2877more precise active range for "add explicit type" assist.
Internal Improvements
-
#2818recover from panics inside of chalk. -
#2834remove code duplication from syntax validation routines. -
#2841use consistent style for assist labels. -
#2856more orthogonal design forast::Pathediting API. -
#2716groundwork for assists with multiple actions. -
#2862new infrastructure for mapping source code to internal hir representation, which should prevent problems like quadratic syntax highlighting.