Changelog #103

Commit: 7366833
Release: 2021-11-15

Sponsors

Become a sponsor: On OpenCollective or GitHub Sponsors.

New Features

  • #10761 show constructor inlay hints by default, add option to disable.

  • #10743 index fewer crates on startup/reload.

Fixes

  • #10731 (first contribution) show the right check command in Code.

  • #10756 (first contribution) allow the check command to terminate with no output.

  • #10729 lookup impls in local def maps.

  • #10722 fix proc-macro attributes being shadowed by their functions in IDE layer.

  • #10689 handle pub tuple fields in tuple structs.

  • #10720 don’t ascribe types in pattern completion for param patterns twice.

  • #10747 remove faulty logic for ascending test attributes for runnables.

  • #10762 trigger flyimport on enum variants.

  • #10759 make add_missing_match_arms applicable at the end of the match.

Internal Improvements

  • #10688 type-check TS on CI.

  • #10738 do not search through all three namespaces in ItemScope::name_of.

  • #10741, #10745 flatten Definition::ModuleDef variant.