rust/crates
Ryo Yoshida 033e6ac57a
Verify name references more rigidly
Previously we didn't verify that record expressions/patterns that were
found did actually point to the struct we're operating on. Moreover,
when that record expressions/patterns had missing child nodes, we would
continue traversing their ancestor nodes.
2023-05-29 20:10:54 +09:00
..
base-db Add diagnostic for _ expressions (typed holes) 2023-05-28 14:55:28 +02:00
cfg
flycheck Auto merge of #14859 - lunacookies:qos, r=lunacookies 2023-05-26 15:48:22 +00:00
hir Add diagnostic for _ expressions (typed holes) 2023-05-28 14:55:28 +02:00
hir-def Add diagnostic for _ expressions (typed holes) 2023-05-28 14:55:28 +02:00
hir-expand use ::core instead of $crate in option_env! 2023-05-25 18:46:34 +03:30
hir-ty Add diagnostic for _ expressions (typed holes) 2023-05-28 14:55:28 +02:00
ide Auto merge of #14859 - lunacookies:qos, r=lunacookies 2023-05-26 15:48:22 +00:00
ide-assists Verify name references more rigidly 2023-05-29 20:10:54 +09:00
ide-completion internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
ide-db Auto merge of #14849 - alibektas:14557n, r=Veykril 2023-05-26 11:30:40 +00:00
ide-diagnostics Add diagnostic for _ expressions (typed holes) 2023-05-28 14:55:28 +02:00
ide-ssr internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
intern Remove double lookups from Interned 2023-05-24 12:54:25 +02:00
limit
mbe Implement ${count()} metavariable expression 2023-05-28 19:54:36 +09:00
parser Auto merge of #14755 - poliorcetics:clippy-fixes, r=Veykril 2023-05-24 11:13:52 +00:00
paths Add AbsPath::absolutize 2023-05-13 11:51:28 +02:00
proc-macro-api Use triomphe Arc 2023-05-02 20:02:43 +03:00
proc-macro-srv Add proof-of-concept QoS implementation 2023-05-20 22:29:32 +10:00
proc-macro-srv-cli Remove proc-macro server command from the rust-analyzer binary 2023-04-26 08:19:28 +02:00
proc-macro-test
profile internal: Add some additional status ouput 2023-04-22 09:34:47 +02:00
project-model Filter out unused cargo features from config 2023-05-26 22:16:34 +02:00
rust-analyzer Filter out unused cargo features from config 2023-05-26 22:16:34 +02:00
sourcegen
stdx Extract platform-specific QoS code into module 2023-05-21 02:48:30 +10:00
syntax Fix removal of generic param from list 2023-05-26 13:13:15 +02:00
test-utils Render size, align and offset hover values in hex 2023-05-26 16:41:45 +02:00
text-edit Make text-size a workspace dep 2023-05-06 00:49:23 -07:00
toolchain
tt Emit function bodies in expanding builtin derives 2023-05-03 14:14:47 +03:30
vfs Auto merge of #14755 - poliorcetics:clippy-fixes, r=Veykril 2023-05-24 11:13:52 +00:00
vfs-notify Add proof-of-concept QoS implementation 2023-05-20 22:29:32 +10:00