about summary refs log tree commit diff
path: root/src/librustc/mir
AgeCommit message (Expand)AuthorLines
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