Changelog #244
Commit: fd74511
Release: 2024-07-29
(v0.3.2053
)
Fixes
-
#17511
(first contribution) fix trait solving withDeref
as a supertrait. -
#17472
(first contribution) filter run unit tests by crate when running them. -
#17660
fix again the path resolution for included submodules. -
#17706
fixinclude!
s withexpr
fragment inputs. -
#17586
allow macro expansions intoRestPat
in tuple args. -
#17697
support the newcargo config get env
format. -
#17709
fix hover links. -
#17713
fix panic on unresolved index fields. -
#17720
flip the naming of the doc-comment to comment assist.
Internal Improvements
-
#17675
(first contribution) remove thelens.forceCustomCommands
config. -
#17670
enable LRU for thebody_with_source_map
query. -
#17671
shrinkBinding
. -
#17695
shrinkTypeRef
by 8 bytes. -
#17693
remove params and fields fromAstIdMap
. -
#17668
remove incorrectnever!
invocations forasync
functions. -
#17647
rename internal rust-analyzer commands. -
#17698
remove unusedtrace
module. -
#17690
fix and enableunsafe_op_in_unsafe_fn
. -
#17483
improverust-analyzer.toml
error reporting. -
#17667
use the rustuprust-analyzer
component whenrust-toolchain.toml
exists. -
#17610
addImpl::all_in_module(…)
for more localized querying. -
#17674
add version and config to theStatus
command. -
#17395
removeUnindexedProject
notification.