| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2015-12-25 | Properly translate unit structs in MIR | Simonas Kazlauskas | -2/+2 |
| 2015-12-15 | Implement references to functions and constants | Simonas Kazlauskas | -0/+10 |
| 2015-12-10 | Make MIR encodable and store it in crate metadata. | Michael Woerister | -19/+25 |
| 2015-12-10 | Add a MIR visitor that allows to mutate the visited data | Michael Woerister | -0/+274 |
| 2015-12-10 | Add visit_defid(), visit_span(), and visit_literal() to MIR visitor | Michael Woerister | -1/+36 |
| 2015-12-10 | MIR: Make Mir take ownership of InlineAsm values. | Michael Woerister | -1/+1 |
| 2015-12-10 | MIR: Refactor mir::Terminator to use tuples instead of a fixed-size arrays. | Michael Woerister | -8/+10 |
| 2015-11-30 | Also move the MIR visitor to librustc. | Michael Woerister | -0/+246 |
| 2015-11-30 | Move the core MIR datastructures to librustc. | Michael Woerister | -0/+893 |
