Changelog #104
Commit: 183ef04
Release: 2021-11-22
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
Fixes
-
#10773
Reimplement mapping out of test/bench attributes for runnables -
#10734
Add generic parameters in "convert to manual impl" assist -
#10776
Remove validation ofsuper
in use paths -
#10799
Fix proc macro ABI version checks -
#10794
Parse range patterns inside tuple patterns -
#10795
Fix crash in doc path resolution -
#10804
Diagnose usingderive
on non-adt items -
#10806
Make inlay param hint hiding heurstic case unsensitive -
#10807
Diagnose invalid derive attribute input -
#10808
Really show custom check-command -
#10821
Wrapinline_call
andinline_into_callers
if it inlines into the left side of a binary expression -
#10805
Dedupe or merge hover actions -
#10817
Omit redundant{unnamed}
where clauses on hover
Internal Improvements
-
#10777
Allow disabling perf counters access viaRA_DISABLE_PERF
-
#10778
Skip test/bench attr expansion in resolution instead of collection -
#10781
Do not use reference search inrunnables::related_tests
-
#10789
Check for derive attributes by item path, notderive
identifier -
#10819
Replace someVec
occurences withBox