summary refs log tree commit diff
path: root/src/librustc_mir/transform/simplify_cfg.rs
AgeCommit message (Expand)AuthorLines
2016-02-23[MIR] Change SimplifyCfg pass to use bitvecSimonas Kazlauskas-11/+34
2016-02-20use the FulfillmentContext and InferCtxt more correctlyAriel Ben-Yehuda-1/+2
2016-02-09refactor `MirPass` to always require a tcxOliver Schneider-3/+3
2016-02-04Change successor{,_mut} to return a VecSimonas Kazlauskas-1/+1
2016-01-06Remove diverge terminatorSimonas Kazlauskas-16/+10
2015-12-10MIR: Refactor mir::Terminator to use tuples instead of a fixed-size arrays.Michael Woerister-4/+7
2015-11-30Move the core MIR datastructures to librustc.Michael Woerister-1/+1
2015-11-18MIR: Add pass that erases all regions right before transMichael Woerister-2/+2
2015-11-12Add a MIR pass to simplify the control flow graphBjörn Steinbrink-0/+135