aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/view_crate_graph.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move `dot` invocation to rust-analyzer crateJonas Schievink2021-05-111-23/+2
|
* Better node label/shapesJonas Schievink2021-05-111-3/+11
|
* Only include workspace cratesJonas Schievink2021-05-111-8/+30
|
* Update crates/ide/src/view_crate_graph.rsJonas Schievink2021-05-111-2/+2
| | | Co-authored-by: bjorn3 <[email protected]>
* Distinguish crates with identical nameJonas Schievink2021-05-111-1/+1
|
* Allow viewing the crate graph in a webviewJonas Schievink2021-05-111-0/+81