about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/util/graphviz.rs
AgeCommit message (Expand)AuthorLines
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-134/+0
2021-02-22Fix mir-cfg dumpsÖmer Sinan Ağacan-5/+18
2020-12-15Auto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obkbors-131/+16
2020-12-06[mir-opt] Allow debuginfo to be generated for a constant or a PlaceWesley Wiser-1/+1
2020-11-09update gsgdtVishnunarayan K I-2/+2
2020-11-09write to a String instead to reduce churnVishnunarayan K I-14/+21
2020-11-09make MIR graphviz generation use gsgdtVishnunarayan K I-145/+23
2020-11-05Rust coverage before splitting instrument_coverage.rsRich Kadel-1/+3
2020-10-05Auto merge of #77552 - ecstatic-morse:body-def-id, r=lcnrbors-11/+8
2020-10-05Auto merge of #77466 - Aaron1011:reland-drop-tree, r=matthewjasperbors-2/+8
2020-10-04Replace `(Body, DefId)` with `Body` where possibleDylan MacKenzie-11/+8
2020-10-04Remember the `MirSource` for each `Body`Dylan MacKenzie-2/+2
2020-10-04Fix rebase falloutAaron Hill-8/+3
2020-10-04Defer creating drop trees in MIR lowering until leaving that scopeMatthew Jasper-1/+12
2020-09-16Make graphviz font configurableRich Kadel-3/+3
2020-09-09Also fixed monospace font for d3-graphviz engineRich Kadel-1/+1
2020-09-08Add -Zgraphviz_dark_modeRich Kadel-7/+22
2020-08-30mv compiler to compiler/mark-0/+216