about summary refs log tree commit diff
path: root/src/librustc/mir
AgeCommit message (Expand)AuthorLines
2015-12-25Properly translate unit structs in MIRSimonas Kazlauskas-2/+2
2015-12-15Implement references to functions and constantsSimonas Kazlauskas-0/+10
2015-12-10Make MIR encodable and store it in crate metadata.Michael Woerister-19/+25
2015-12-10Add a MIR visitor that allows to mutate the visited dataMichael Woerister-0/+274
2015-12-10Add visit_defid(), visit_span(), and visit_literal() to MIR visitorMichael Woerister-1/+36
2015-12-10MIR: Make Mir take ownership of InlineAsm values.Michael Woerister-1/+1
2015-12-10MIR: Refactor mir::Terminator to use tuples instead of a fixed-size arrays.Michael Woerister-8/+10
2015-11-30Also move the MIR visitor to librustc.Michael Woerister-0/+246
2015-11-30Move the core MIR datastructures to librustc.Michael Woerister-0/+893