summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/generic/graphviz.rs
AgeCommit message (Expand)AuthorLines
2020-03-05Const items have by default a static lifetime, there's no need to annotate it...Matthias Krüger-2/+2
2020-02-13Don't print block exit state if unchangedDylan MacKenzie-20/+35
2020-02-09Use nicer alignment when printing state vectorsDylan MacKenzie-15/+29
2020-02-09Don't break first lineDylan MacKenzie-12/+12
2020-02-09Remove unnecessary allowsDylan MacKenzie-3/+0
2020-02-09Print `after` effect in default graphviz formatterDylan MacKenzie-4/+4
2020-01-14Improve graphviz visualization for new frameworkDylan MacKenzie-116/+402
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+1
2019-12-22Format the worldMark Rousskov-38/+9
2019-10-01Update example table to match current outputDylan MacKenzie-19/+19
2019-10-01Reset row background for each blockDylan MacKenzie-0/+1
2019-09-30Add graphviz debug output for generic dataflowDylan MacKenzie-0/+412