rust/crates
2023-04-07 05:46:30 +09:00
..
base-db Switch crate graph to use an Arena instead of a hashmap 2023-04-05 10:32:02 +02:00
cfg
flycheck Bump Cargo.lock 2023-03-25 15:12:39 +01:00
hir Don't recreate Hygiene unnecessarily 2023-04-06 21:16:11 +02:00
hir-def Don't recreate Hygiene unnecessarily 2023-04-06 21:16:11 +02:00
hir-expand internal: Resolve labels in body lowering 2023-04-06 14:21:20 +02:00
hir-ty fix: unify types in infer_expr_coerce_never() 2023-04-07 05:46:30 +09:00
ide fix(ide): highlight escapes in char 2023-04-06 23:20:12 +08:00
ide-assists Move hir_def::adt to hir_def::data::adt 2023-04-06 19:23:29 +02:00
ide-completion Auto merge of #14433 - hecatia-elegua:alias-based-completion, r=Veykril 2023-04-05 13:44:51 +00:00
ide-db Auto merge of #14442 - DropDemBits:structured-snippet-api, r=Veykril 2023-04-05 14:33:30 +00:00
ide-diagnostics Re-enable controlflow outside loop diagnostic 2023-04-06 15:37:53 +02:00
ide-ssr
intern
limit
mbe
parser feat(syntax): RTN in bounds 2023-04-01 15:26:03 +02:00
paths Canonicalize rust-project.json manifest path 2023-03-27 21:55:02 +02:00
proc-macro-api Remove client side proc-macro version check 2023-03-25 15:43:58 +01:00
proc-macro-srv Thread global symbol interner through as if it was a local 2023-03-29 11:42:08 +02:00
proc-macro-srv-cli Drop support for non-syroot proc macro ABIs 2023-03-29 10:57:32 +02:00
proc-macro-test
profile Bump Cargo.lock 2023-03-25 15:12:39 +01:00
project-model Switch crate graph to use an Arena instead of a hashmap 2023-04-05 10:32:02 +02:00
rust-analyzer hir_def::expr -> hir_def::hir, hir_def::type_ref -> hir_def::hir::type_ref 2023-04-06 19:36:25 +02:00
sourcegen Use retain_mut in CommentBlock::extract 2023-03-31 17:41:40 -04:00
stdx
syntax feat(syntax): RTN in bounds 2023-04-01 15:26:03 +02:00
test-utils Support overloaded deref MIR lowering 2023-03-17 14:02:55 +03:30
text-edit internal: Coalesce adjacent Indels 2023-03-21 11:48:32 -04:00
toolchain
tt
vfs internal: Refine CrateOrigin variants 2023-03-31 10:36:13 +02:00
vfs-notify