about summary refs log tree commit diff
path: root/src/librustc_data_structures/control_flow_graph
AgeCommit message (Expand)AuthorLines
2018-07-12rename `control_flow_graph` to `graph`Niko Matsakis-1103/+0
2018-07-12rename `graph` to `control_flow_graph::implementation`Niko Matsakis-0/+557
2018-07-12deconstruct the `ControlFlowGraph` trait into more granular traitsNiko Matsakis-60/+117
2018-05-09use fmt::Result where applicableAndre Bogus-2/+2
2018-01-01Fix docs for future pulldown migrationMalo Jaffré-1/+1
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-292/+2
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-6/+6
2016-10-20run rustfmt on control_flow_graph folderSrinivas Reddy Thatiparthy-89/+48
2016-06-23add control flow graph and algorithms. add dominator to mirScott A Carr-0/+820