rust/crates
DropDemBits 35f2e82e0b
Don't show add_missing_match_arms when not needed
`does_not_fill_wildcard_with_wildcard`
and `does_not_fill_wildcard_with_partial_wildcard_and_wildcard`
both made no modifications to the code,
which is a problem for mutable ast porting as it generates a best-effort
minimal set of text edits,
and assists require at least one text edit.
2023-07-09 02:32:44 -04:00
..
base-db Replace x with it 2023-07-06 17:33:17 +03:30
cfg Replace x with it 2023-07-06 17:33:17 +03:30
flycheck
hir Use debug impl in rendering const eval result 2023-07-08 01:07:38 +03:30
hir-def Implement recursion in mir interpreter without recursion 2023-07-07 15:07:29 +03:30
hir-expand Replace x with it 2023-07-06 17:33:17 +03:30
hir-ty Use debug impl in rendering const eval result 2023-07-08 01:07:38 +03:30
ide Replace x with it 2023-07-06 17:33:17 +03:30
ide-assists Don't show add_missing_match_arms when not needed 2023-07-09 02:32:44 -04:00
ide-completion Replace x with it 2023-07-06 17:33:17 +03:30
ide-db internal: add add_tabstop_{before,after}_token 2023-07-07 20:06:09 -04:00
ide-diagnostics Auto merge of #15223 - lowr:patch/no-unresolved-field-for-missing, r=HKalbasi 2023-07-06 11:54:08 +00:00
ide-ssr
intern
limit
load-cargo Split out project loading capabilities from rust-analyzer crate 2023-07-03 17:40:31 +02:00
mbe
parser Recover from missing associated items and generic const defaults 2023-07-05 00:24:11 +09:00
paths
proc-macro-api
proc-macro-srv
proc-macro-srv-cli
proc-macro-test
profile
project-model
rust-analyzer Replace x with it 2023-07-06 17:33:17 +03:30
sourcegen Format let-else 2023-07-03 20:34:09 +02:00
stdx
syntax add AttrsOwnerEdit::add_attr 2023-07-07 20:06:09 -04:00
test-utils Revert "Support #[rustc_coinductive]" 2023-07-03 05:06:55 +09:00
text-edit
toolchain
tt
vfs
vfs-notify