New Features

  • Formatter cleans up comas in match arms.

  • Intention to pull a match arm guard inside the expression (video).

  • Implement methods intention/quick fix now works with associated types and default methods (by @slavam2605, video).

  • Conversion between foo.rs and foo/mod.rs as a refactoring (video).

Fixes

  • More type inference fixes (by @kumbayo).

  • Fix edge cases when parsing trait bounds.

  • Quick documentation shows fully qualified names.

Internal Improvements

  • Various cleanups of grammar.

  • Cleanup CI.

  • Bundle debugger with the plugin.