]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Auto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk
authorbors <bors@rust-lang.org>
Tue, 15 Dec 2020 22:00:02 +0000 (22:00 +0000)
committerbors <bors@rust-lang.org>
Tue, 15 Dec 2020 22:00:02 +0000 (22:00 +0000)
commit4031f7b0a8047653f2f989f2d8579bf5650e71ca
tree85774d6bfffff9be69db32f003b0f108e1505bbd
parentf76ecd0668fcdb289456cdc72a39ad15467cc454
parent6fe31e76fb7c3a1d6346977e8edfd06c8f2c405e
Auto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk

make MIR graphviz generation use gsgdt

gsgdt [https://crates.io/crates/gsgdt] is a crate which provides an
interface for stringly typed graphs. It also provides generation of
graphviz dot format from said graph.

This is the first in a series of PRs on moving graphviz code out of rustc into normal crates and then implementating graph diffing on top of these crates.

r? `@oli-obk`
Cargo.lock
compiler/rustc_mir/Cargo.toml
compiler/rustc_mir/src/util/graphviz.rs
src/tools/tidy/src/deps.rs