| Age | Commit message (Expand) | Author | Lines |
| 2016-02-20 | address review comments | Ariel Ben-Yehuda | -0/+4 |
| 2016-02-20 | TODO -> FIXME | Ariel Ben-Yehuda | -2/+2 |
| 2016-02-20 | store the normalized types of field accesses | Ariel Ben-Yehuda | -20/+19 |
| 2016-02-20 | be more type-safe in panic/panic_bounds_check | Ariel Ben-Yehuda | -17/+23 |
| 2016-02-19 | begin implementing mir-typeck | Ariel Ben-Yehuda | -2/+3 |
| 2016-02-13 | Auto merge of #31564 - durka:lang-item-icemelt, r=nikomatsakis | bors | -2/+2 |
| 2016-02-12 | Autoderef in librustc_mir | Jonas Schievink | -1/+1 |
| 2016-02-11 | don't ICE on missing box_free lang item | Alex Burka | -2/+2 |
| 2016-02-10 | Auto merge of #31465 - nagisa:mir-free-fix, r=nikomatsakis | bors | -14/+21 |
| 2016-02-07 | [MIR] Fix the destination of implicit else branch | Simonas Kazlauskas | -1/+1 |
| 2016-02-07 | Do not forget to drop the boxes on scope exits | Simonas Kazlauskas | -14/+21 |
| 2016-02-04 | Address nits on build/scope.rs | Simonas Kazlauskas | -101/+141 |
| 2016-02-04 | Convert Drop statement into terminator | Simonas Kazlauskas | -142/+275 |
| 2016-02-04 | Remove the CallKind | Simonas Kazlauskas | -24/+12 |
| 2016-02-04 | Change successor{,_mut} to return a Vec | Simonas Kazlauskas | -1/+0 |
| 2016-02-04 | Synthesize calls to box_free language item | Simonas Kazlauskas | -36/+90 |
| 2016-02-03 | upgrade comments on MIR structures and functions to doc comments | Oliver Schneider | -5/+5 |
| 2016-01-29 | [MIR] Fix type of temporary for `box EXPR` | Oliver Schneider | -4/+3 |
| 2016-01-21 | [MIR] use mir::repr::Constant in ExprKind::Repeat, close #29789 | Florian Hahn | -1/+0 |
| 2016-01-19 | [MIR] Reintroduce the unit temporary | Simonas Kazlauskas | -62/+86 |
| 2016-01-12 | Auto merge of #30635 - nagisa:mir-rid-unit-temp, r=nikomatsakis | bors | -42/+56 |
| 2016-01-09 | Fix a typo in rustc_mir::build::scope's documentation | Erick Tryzelaar | -1/+1 |
| 2016-01-07 | [MIR] Set dest ∀ expr with optional value | Simonas Kazlauskas | -33/+53 |
| 2016-01-06 | [MIR] Get rid of that nasty unit_ty temporary lval | Simonas Kazlauskas | -11/+5 |
| 2016-01-06 | panic/panic_bounds_check to destructure tys | Simonas Kazlauskas | -39/+51 |
| 2016-01-06 | Merge Call and DivergingCall diffs into CallKind | Simonas Kazlauskas | -17/+27 |
| 2016-01-06 | Don’t generate landing-pads if -Z no-landing-pads | Simonas Kazlauskas | -0/+1 |
| 2016-01-06 | Remove diverge terminator | Simonas Kazlauskas | -10/+3 |
| 2016-01-06 | Remove the Panic block terminator | Simonas Kazlauskas | -12/+98 |
| 2016-01-06 | Add Resume Terminator which corresponds to resume | Simonas Kazlauskas | -39/+46 |
| 2016-01-06 | Generate DivergingCall terminator | Simonas Kazlauskas | -10/+19 |
| 2016-01-06 | Split Call into Call and DivergingCall | Simonas Kazlauskas | -6/+5 |
| 2016-01-06 | Auto merge of #30492 - wesleywiser:fix_extra_drops, r=pnkfelix | bors | -1/+1 |
| 2016-01-04 | Auto merge of #30553 - luqmana:mir-match-arm-guards, r=nikomatsakis | bors | -23/+18 |
| 2016-01-01 | Fix equality checks in matches | Simonas Kazlauskas | -45/+12 |
| 2015-12-31 | Avoid adding drops for types w/ no dtor in MIR construction | Wesley Wiser | -1/+1 |
| 2015-12-31 | Rollup merge of #30630 - tsion:mir-closure-args, r=nagisa | Simonas Kazlauskas | -16/+13 |
| 2015-12-30 | Use built-in comparisons for range matching in MIR. | Scott Olson | -18/+29 |
| 2015-12-30 | Refactor MIR building for arguments. | Scott Olson | -18/+14 |
| 2015-12-29 | Fix argument indices in MIR for closures. | Scott Olson | -1/+2 |
| 2015-12-29 | Process candidates for match in the same order as written in the source. | Luqman Aden | -27/+19 |
| 2015-12-24 | [MIR] Make sure candidates are reversed before `match_candidates`. | Luqman Aden | -1/+4 |
| 2015-12-18 | Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakis | bors | -5/+5 |
| 2015-12-18 | Fix the fallout | Vadim Petrochenkov | -5/+5 |
| 2015-12-15 | Implement references to functions and constants | Simonas Kazlauskas | -0/+1 |
| 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 | -12/+12 |
| 2015-11-30 | Move the core MIR datastructures to librustc. | Michael Woerister | -29/+35 |
| 2015-11-28 | Auto merge of #29383 - petrochenkov:empstr, r=pnkfelix | bors | -1/+1 |
| 2015-11-24 | Rewrite stmt processing not to recurse to avoid stack overflow if there | Niko Matsakis | -43/+66 |