rust/crates
bors[bot] d0d2786d2d
Merge #7433
7433: Support Macro v2 in mbe r=jonas-schievink a=edwin0cheng

Added `mbe::MacroDef` for Macro v2.

cc @jonas-schievink 

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2021-01-26 13:08:35 +00:00
..
assists Deduplicate variant matching 2021-01-22 23:39:43 +01:00
base_db Fix warnings when running cargo doc --document-private-items 2021-01-18 16:44:40 -05:00
cfg
completion Support unions in symbol search 2021-01-24 01:32:52 +01:00
flycheck
hir Create all ModuleIds through a DefMap method 2021-01-25 15:21:33 +01:00
hir_def Traverse parent DefMap for super paths 2021-01-25 19:15:39 +01:00
hir_expand Disallow non-boolean literals in concat! 2021-01-25 13:31:03 +02:00
hir_ty Create all ModuleIds through a DefMap method 2021-01-25 15:21:33 +01:00
ide Shorten hir::TypeParam full_range in NavigationTarget 2021-01-26 01:01:00 +01:00
ide_db Merge #7406 2021-01-26 12:12:45 +00:00
mbe Support Macro v2 in mbe 2021-01-26 05:15:47 +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 Enable serde_json unbounded_depth feature 2021-01-18 14:04:20 +02:00
proc_macro_srv cargo update 2021-01-18 13:13:24 -05:00
proc_macro_test
profile ⬆️ rowan 2021-01-25 12:32:35 +03:00
project_model Use AbsPath 2021-01-22 19:51:14 +08:00
rust-analyzer Add References code lens. 2021-01-23 16:56:20 +03:00
ssr . 2021-01-20 01:56:11 +03:00
stdx stave off zombies 2021-01-22 19:50:56 +03:00
syntax ⬆️ rowan 2021-01-25 12:32:35 +03:00
test_utils
text_edit
toolchain
tt
vfs
vfs-notify