rust/crates
bors 0ffc1ef115 Auto merge of #16775 - Veykril:parse-macro-parse, r=Veykril
fix: Remove accidental dependency between `parse_macro_expansion` and `parse`

Turns out my idea from https://github.com/rust-lang/rust-analyzer/pull/15251 causes all builtin derive expansions to obviously rely on the main parse, meaning the entire `macro_arg` layer becomes kind of pointless. So this reverts that PR again.
2024-03-07 10:47:35 +00:00
..
base-db Add diagnostics integrated benchmark 2024-03-07 09:33:48 +01:00
cfg
flycheck Add test explorer 2024-03-06 00:05:29 +03:30
hir Add tracing spans to macro generated database 2024-03-06 20:19:36 +01:00
hir-def Add tracing spans to macro generated database 2024-03-06 20:19:36 +01:00
hir-expand Remove accidental dependency between parse_macro_expansion and parse 2024-03-07 11:16:40 +01:00
hir-ty Auto merge of #16772 - Veykril:salsa-tracing, r=Veykril 2024-03-07 10:16:53 +00:00
ide Auto merge of #16755 - Veykril:rustup-bins, r=Veykril 2024-03-06 14:47:32 +00:00
ide-assists test: add tests for keeping attrs in assist 'generate_delegate_trait' 2024-03-06 15:32:49 +08:00
ide-completion Auto merge of #16747 - Veykril:cleanup, r=Veykril 2024-03-04 10:30:17 +00:00
ide-db Add tracing spans to macro generated database 2024-03-06 20:19:36 +01:00
ide-diagnostics fix: Put style lints behind disabled-by-default config 2024-03-05 11:43:23 +01:00
ide-ssr
intern
limit
load-cargo Opt for FxHashMap<Id,Id> instead of <Id,Option<Id>> and apply requested changes 2024-03-06 19:55:04 +01:00
mbe
parser minor: fmt and clippy 2024-03-06 23:32:40 +08:00
paths
proc-macro-api Update Cargo.lock 2024-03-05 12:16:19 +01:00
proc-macro-srv Auto merge of #16755 - Veykril:rustup-bins, r=Veykril 2024-03-06 14:47:32 +00:00
proc-macro-srv-cli
profile Cleanup 2024-03-04 11:10:06 +01:00
project-model Prefer cargo proxies when setting RUSTUP_TOOLCHAIN 2024-03-05 10:44:17 +01:00
rust-analyzer Auto merge of #16742 - alibektas:13529/source_root_tree, r=Veykril 2024-03-07 10:30:08 +00:00
salsa Add tracing spans to macro generated database 2024-03-06 20:19:36 +01:00
sourcegen
span Move AstIdMap infra to the span crate 2024-03-01 15:39:44 +01:00
stdx Add test explorer 2024-03-06 00:05:29 +03:30
syntax fix: hide destructure_struct_binding assist if no public fields 2024-03-04 21:50:01 +00:00
test-fixture Auto merge of #16747 - Veykril:cleanup, r=Veykril 2024-03-04 10:30:17 +00:00
test-utils
text-edit
toolchain Prefer cargo proxies when setting RUSTUP_TOOLCHAIN 2024-03-05 10:44:17 +01:00
tt
vfs Opt for FxHashMap<Id,Id> instead of <Id,Option<Id>> and apply requested changes 2024-03-06 19:55:04 +01:00
vfs-notify