rust/crates
bors[bot] 334c7eba8d
Merge #9452
9452: feat: Add "View Crate Graph (Full)" r=jonas-schievink a=jonas-schievink

Works like "View Crate Graph", but also includes crates.io and sysroot dependencies. The resulting graph might be enormous.

Closes https://github.com/rust-analyzer/rust-analyzer/issues/8867

bors r+

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2021-07-01 22:12:53 +00:00
..
base_db Don't implement Eq for CrateGraph 2021-07-01 14:10:57 +03:00
cfg Improve completion of cfg attributes 2021-06-21 17:47:00 +01:00
flycheck
hir Mark (method-)calls with never type as exit points 2021-06-23 17:21:47 +02:00
hir_def Merge #9431 2021-07-01 18:25:06 +00:00
hir_expand Resolve attribute paths in attribute highlighting 2021-06-28 21:53:17 +02:00
hir_ty Implement TypeRef::ForLifetime 2021-06-30 01:34:54 +02:00
ide Merge #9452 2021-07-01 22:12:53 +00:00
ide_assists Merge #9450 2021-07-01 19:33:53 +00:00
ide_completion Merge #9398 2021-06-24 20:21:20 +00:00
ide_db Merge #9450 2021-07-01 19:33:53 +00:00
ide_diagnostics Make unlinked_file diagnostic a hint again 2021-07-01 19:57:50 +02:00
ide_ssr
mbe Rewrite convert_tokens to use an explicit stack 2021-06-23 00:21:11 +02:00
parser Complete repr attribute parameters 2021-06-17 21:15:49 +02:00
paths
proc_macro_api Update crates 2021-06-22 13:18:48 -04:00
proc_macro_srv internal: add cloning macro fixture 2021-06-25 23:37:55 +03:00
proc_macro_test internal: add cloning macro fixture 2021-06-25 23:37:55 +03:00
profile
project_model Avoid redundant clone 2021-06-28 09:28:31 +03:00
rust-analyzer Add "View Crate Graph (Full)" 2021-07-02 00:10:33 +02:00
stdx Fix compilation on WASM 2021-06-22 22:01:06 +02:00
syntax Merge #9437 2021-06-30 19:52:03 +00:00
test_utils test_utils: Make overlapping annotations possible 2021-06-20 19:12:06 +02:00
text_edit
toolchain
tt
vfs Nest all the or-patterns! 2021-06-17 17:37:14 +02:00
vfs-notify