Changelog #191
Commit: 99718d0
Release: 2023-07-24 (v0.3.1599)
New Features
-
#15303fix highlighting of byte escape sequences.
Fixes
-
#15277(first contribution) limitchange_visibilityassist to top-level items. -
#15312don’t follow raw pointer derefs when considering method receiver candidates. -
#15317look up supertraits inis_dyn_method. -
#15320reportincorrect-ident-casefor inner items. -
#15325normalize 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. -
#15301support reading uncompressed proc macro metadata. -
#15287removecratevisibility modifier. -
#15316passTraitEnvironmentintolayout_tyandconst_eval. -
#15323optimizeDepKindInfotoDepKindconversion. -
#15304use.kind(Interner)instead of.data(Interner).kind. -
#15281break down VS Code extension CI steps to make them clearer.