summary refs log tree commit diff
path: root/src/librustc_mir/transform/mod.rs
AgeCommit message (Expand)AuthorLines
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/+3
2015-11-12Add a MIR pass to simplify the control flow graphBjörn Steinbrink-0/+18