rust/crates
Edwin Cheng 706ac8256d Simplify mbe match error.
Handle parse error in rule parsing instead of match in mbe
2021-01-30 00:21:43 +08:00
..
assists Enable fill_match_arms in macros 2021-01-27 22:32:40 +01:00
base_db
cfg
completion Forbid flyimport completions in use statements 2021-01-29 00:28:54 +02:00
flycheck Make logger-based debugging more pleasant 2021-01-28 17:07:53 +03:00
hir Create all ModuleIds through a DefMap method 2021-01-25 15:21:33 +01:00
hir_def Fix incorrect FileId and remove broken shortcut 2021-01-28 19:33:00 +01:00
hir_expand add more counts 2021-01-27 12:39:19 +03:00
hir_ty Bump deps 2021-01-27 14:22:19 +02:00
ide Merge #7465 2021-01-27 14:40:57 +00:00
ide_db Make always-assert crate reusable 2021-01-26 22:13:42 +03:00
mbe Simplify mbe match error. 2021-01-30 00:21:43 +08:00
parser Add validation for mutable const items 2021-01-24 02:17:41 +01:00
paths Document paths items 2021-01-22 15:38:33 +01:00
proc_macro_api
proc_macro_srv
proc_macro_test
profile add more counts 2021-01-27 12:39:19 +03:00
project_model Async Loading outdir and proc-macro 2021-01-29 01:04:14 +08:00
rust-analyzer bug fix 2021-01-29 01:19:09 +08:00
ssr
stdx Make always-assert crate reusable 2021-01-26 22:13:42 +03:00
syntax Bump deps 2021-01-27 14:22:19 +02:00
test_utils
text_edit
toolchain
tt
vfs
vfs-notify