Changelog #217
Commit: d410d4a
Release: 2024-01-22
(v0.3.1815
)
Fixes
-
#16349
add error recovery foruse_tree_list
parsing: -
#16385
fix intra-doc links. -
#15868
inferOUT_DIR
when workspace root contains a symlink. -
#16396
fix panic when extracting struct from enum variant. -
#16378
handleSelfParam
better in "Inline call". -
#16405
includefor
in "Convert to guarded return". -
#16314
parsemacro_rules
as macro name. -
#16367
makevalue_ty
query fallible.
Internal Improvements
-
#15636
,#16383
(first contribution) show which roots are being scanned in progress messages. -
#16196
(first contribution) renamegenerator
tocoroutine
. -
#16409
(first contribution) remove some unused code. -
#16350
speed up line index calculation via NEON for aarch64. -
#16395
speed up line ending normalization usingmemchr
. -
#16366
make data queries transparent over their diagnostics variant. -
#16352
,#16389
portrustfmt
's algorithm for import ordering. -
#16351
eagerly lower enum variants inCrateDefMap
construction. -
#16388
recordFnAbi
. -
#16356
add unstable config for loading the sysroot sources viacargo metadata
. -
#16380
,#16387
runcargo metadata
on sysroot for CI metrics. -
#16384
make use of some newSmolStr
improvements. -
#16397
refactormacro_call
to be consistent with other parsers. -
#16398
automatically fix Clippy lints. -
#16401
expand lint tables and make Clippy happy. -
#16404
work through temporarily allowed Clippy lints, part 1. -
#16406
addmax_line_length
to.editorconfig
.