Changelog #216
Commit: 9d8889c
Release: 2024-01-15
(v0.3.1807
)
Fixes
-
#16265
(first contribution) includepub(crate)
imports in suggestions. -
#16348
fix nestedinclude!
s resolving from the wrong base file. -
#16312
fixrust-analyzer-proc-macro-srv
failing to launch on Windows. -
#16277
fix panic ingenerate_delegate_methods
. -
#16333
preserve extracted block comments in "Extract function". -
#16310
fix parsing of method calls on ranges. -
#16274
consider#[doc(notable_trait)]
for completion relevance.
Internal Improvements
-
#16307
don’t store the VFS contents in memory. -
#16329
minor perf and memory improvements. -
#16347
consider all kinds of explicit private imports infind_path
. -
#16319
differentiate between VFS configuration and file change events. -
#16275
fixast::Path::segments
implementation. -
#16334
bumpsalsa
. -
#16317
sync from downstream. -
#16271
removesysroot-abi
feature flag fromproc-macro-test
. -
#16309
recognize proc macro server unexpectedly quitting and report the exit code. -
#16311
remove therustc_dependencies
crate. -
#16339
replacesource_root_crates
output hash set with a slice.