about summary refs log tree commit diff
path: root/crates/ide/src/view_crate_graph.rs
AgeCommit message (Expand)AuthorLines
2022-04-25Re-export `FxHashMap` and `FxHashSet` from `ide_db`Lukas Wirth-2/+1
2021-07-02Add "View Crate Graph (Full)"Jonas Schievink-4/+8
2021-05-12Move `dot` invocation to rust-analyzer crateJonas Schievink-23/+2
2021-05-11Better node label/shapesJonas Schievink-3/+11
2021-05-11Only include workspace cratesJonas Schievink-8/+30
2021-05-11Update crates/ide/src/view_crate_graph.rsJonas Schievink-2/+2
2021-05-11Distinguish crates with identical nameJonas Schievink-1/+1
2021-05-11Allow viewing the crate graph in a webviewJonas Schievink-0/+81