rust/compiler/rustc_mir/src
bors 4031f7b0a8 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`
2020-12-15 22:00:02 +00:00
..
borrow_check Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obk 2020-12-15 08:46:00 +00:00
const_eval Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJung 2020-12-10 10:46:38 +00:00
dataflow compiler: fold by value 2020-11-16 22:34:57 +01:00
interpret Rollup merge of #79942 - JCTyblaidd:static-mem-init, r=RalfJung 2020-12-13 11:05:38 +09:00
monomorphize Remove ForeignMod struct. 2020-11-26 21:32:27 +01:00
transform Rollup merge of #79958 - richkadel:llvm-coverage-counters-2.2.0, r=tmandry 2020-12-15 16:43:23 +01:00
util Auto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk 2020-12-15 22:00:02 +00:00
lib.rs Dogfood 'str_split_once() with compiler/ 2020-12-07 12:48:44 -07:00
shim.rs Support building clone shims for arrays with generic size 2020-11-21 00:00:00 +00:00