summary refs log tree commit diff
path: root/compiler/rustc_mir/src/dataflow/framework/graphviz.rs
AgeCommit message (Expand)AuthorLines
2020-10-04Replace `(Body, DefId)` with `Body` where possibleDylan MacKenzie-10/+3
2020-09-17Don't compile regex at every function call.Hanif Bin Ariffin-1/+9
2020-09-15Strip a single leading tab when rendering dataflow diffsDylan MacKenzie-1/+1
2020-08-30Extend dataflow framework to support arbitrary latticesDylan MacKenzie-326/+229
2020-08-30mv compiler to compiler/mark-0/+740