Changelog #191

Commit: 99718d0
Release: 2023-07-24 (v0.3.1599)

New Features

  • #15303 fix highlighting of byte escape sequences.

Fixes

  • #15277 (first contribution) limit change_visibility assist to top-level items.

  • #15312 don’t follow raw pointer derefs when considering method receiver candidates.

  • #15317 look up supertraits in is_dyn_method.

  • #15320 report incorrect-ident-case for inner items.

  • #15325 normalize expected type in call arguments.

Internal Improvements

  • #15290 (first contribution) use notification command links for debugger installation.

  • #15313 (first contribution) add configuration example for Kate.

  • #15301 support reading uncompressed proc macro metadata.

  • #15287 remove crate visibility modifier.

  • #15316 pass TraitEnvironment into layout_ty and const_eval.

  • #15323 optimize DepKindInfo to DepKind conversion.

  • #15304 use .kind(Interner) instead of .data(Interner).kind.

  • #15281 break down VS Code extension CI steps to make them clearer.