Changelog #41

Commit: 0275b08
Release: 2020-09-07

Sponsors

This week we want to thank the Microsoft FOSS Fund for their support and commitment! Also check out their whole program!

Become a sponsor on OpenCollective: opencollective.com/rust-analyzer Become a sponsor on GitHub Sponsors: github.com/sponsors/rust-analyzer

New Features

  • #5930 Migrate to the latest Semantic Tokens Proposal for LSP 3.16.

  • #5940 Implement "Replace impl Trait function argument with the named generic" assist.

Fixes

  • #5926 Bump token expansion limit.

  • #5939 Default checkOnSave.enable to true in server.

  • #5937 Update chalk to 0.25.

Internal Improvements

  • #5935 Rewrite import insertion.

  • #5862 Forbid unnecessary merge commits.