Changelog #96
Commit: 009e6ce
Release: 2021-09-27
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
Fixes
-
#10334
(first contribution) set error context when spawningrustfmt
fails. -
#10105
(first contribution) usetodo!()
instead of()
in "Fill missing fields". -
#10315
(first contribution) fix manual page title. -
#10306
use better names for consts and statics in "Generate function" parameters. -
#10328
fix incorrectmod.rs
handling in "Unlinked file" fixes. -
#10338
fix diagnostics in unnamed consts. -
#10339
fix reporting of item-level macro errors. -
#10321
change the global setting when toggling inlay hints.
Internal Improvements
-
#10284
(first contribution) refactor hover and go to definition lookups. -
#10313
(first contribution) tell Git that the benchmark files are binary. -
#10303
add amirror
proc macro expander for tests. -
#10304
generate ast nodes for each ast trait. -
#10335
avoid someArc
cloning. -
#10358
remove inherent methods from ast nodes that do non-syntactic complex tasks. -
#10357
fix and force-disable block validation.