summary refs log tree commit diff
path: root/compiler/rustc_mir/src/util/graphviz.rs
AgeCommit message (Expand)AuthorLines
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