rust-analyzer/crates
Chayim Refael Friedman ced6ea5cd0 Remove unnecessary expansions
In the body source map, we record each macro call with the `ExprOrPatId` it resolved to, so to lookup the `ExprId` of some node, we don't need to expand it!
2025-03-20 21:49:18 +02:00
..
base-db refactor: Remove unnecessary Arc 2025-03-16 10:27:48 +01:00
cfg refactor: Remove CrateGraphBuilder::iter_mut 2025-03-16 10:24:15 +01:00
edition internal: port rust-analyzer to new Salsa 2025-03-10 13:30:51 -04:00
hir Remove unnecessary expansions 2025-03-20 21:49:18 +02:00
hir-def Merge pull request #19354 from ChayimFriedman2/rtn-prep 2025-03-16 13:21:23 +00:00
hir-expand cargo fmt 2025-03-15 21:32:01 +01:00
hir-ty Merge pull request #19354 from ChayimFriedman2/rtn-prep 2025-03-16 13:21:23 +00:00
ide refactor: Remove unnecessary Arc 2025-03-16 10:27:48 +01:00
ide-assists cargo fmt 2025-03-15 21:32:01 +01:00
ide-completion minor: Remove unnecessary allocations in function::params_display 2025-03-16 15:19:25 +01:00
ide-db cargo fmt 2025-03-15 21:32:01 +01:00
ide-diagnostics Merge pull request #19354 from ChayimFriedman2/rtn-prep 2025-03-16 13:21:23 +00:00
ide-ssr cargo fmt 2025-03-15 21:32:01 +01:00
intern cargo fmt 2025-03-15 21:32:01 +01:00
load-cargo cargo fmt 2025-03-15 21:32:01 +01:00
mbe cargo fmt 2025-03-15 21:32:01 +01:00
parser cargo fmt 2025-03-15 21:32:01 +01:00
paths cargo fmt 2025-03-15 21:32:01 +01:00
proc-macro-api cargo fmt 2025-03-15 21:32:01 +01:00
proc-macro-srv cargo fmt 2025-03-15 21:32:01 +01:00
proc-macro-srv-cli cargo fmt 2025-03-15 21:32:01 +01:00
profile Use size_of from the prelude instead of imported 2025-03-05 00:48:44 -08:00
project-model refactor: Remove unnecessary Arc 2025-03-16 10:27:48 +01:00
query-group-macro refactor: Remove unnecessary Arc 2025-03-16 10:27:48 +01:00
rust-analyzer cargo fmt 2025-03-15 21:32:01 +01:00
span cargo fmt 2025-03-15 21:32:01 +01:00
stdx cargo fmt 2025-03-15 21:32:01 +01:00
syntax cargo fmt 2025-03-15 21:32:01 +01:00
syntax-bridge cargo fmt 2025-03-15 21:32:01 +01:00
test-fixture refactor: Remove unnecessary Arc 2025-03-16 10:27:48 +01:00
test-utils Use size_of from the prelude instead of imported 2025-03-05 00:48:44 -08:00
toolchain fix clippy::doc_overindented_list_items 2025-03-15 21:32:01 +01:00
tt Fix syntax fixup producing invalid punctuation 2025-03-08 13:21:00 +01:00
vfs cargo fmt 2025-03-15 21:32:01 +01:00
vfs-notify cargo fmt 2025-03-15 21:32:01 +01:00