summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/generic
AgeCommit message (Expand)AuthorLines
2020-01-19Document all methodsDylan MacKenzie-4/+15
2020-01-19Explain motivation for `GenKill` traitDylan MacKenzie-4/+12
2020-01-15Use trailing underscore for helper methodsDylan MacKenzie-4/+4
2020-01-14Fix testDylan MacKenzie-11/+14
2020-01-14Improve docs for `GenKill` and `GenKillSet`Dylan MacKenzie-6/+8
2020-01-14Improve docs for new frameworkDylan MacKenzie-3/+35
2020-01-14Add test for `ResultsCursor`Dylan MacKenzie-0/+331
2020-01-14Implement new dataflow framework and cursorDylan MacKenzie-0/+995
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