| Age | Commit message (Expand) | Author | Lines |
| 2016-02-23 | Revert "Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon" | Niko Matsakis | -1/+1 |
| 2016-02-03 | rustc_mir: Mark the crate as unstable | Alex Crichton | -0/+2 |
| 2016-01-16 | Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon | bors | -1/+1 |
| 2016-01-16 | fallout from removing the `errors_will_be_reported` flag | Niko Matsakis | -1/+1 |
| 2016-01-15 | Auto merge of #30446 - michaelwu:associated-const-type-params-pt1, r=nikomats... | bors | -1/+2 |
| 2016-01-15 | Generate ADTs for tuple-like constructors instead | Simonas Kazlauskas | -10/+40 |
| 2016-01-14 | Support generic associated consts | Michael Wu | -1/+2 |
| 2016-01-12 | Auto merge of #30635 - nagisa:mir-rid-unit-temp, r=nikomatsakis | bors | -46/+56 |
| 2016-01-11 | Rollup merge of #30798 - erickt:fix-doc, r=apasel422 | Simonas Kazlauskas | -1/+1 |
| 2016-01-11 | Rollup merge of #30761 - nagisa:mir-fix-destination, r=michaelwoerister | Simonas Kazlauskas | -1/+1 |
| 2016-01-09 | Fix a typo in rustc_mir::build::scope's documentation | Erick Tryzelaar | -1/+1 |
| 2016-01-08 | Change destination accessor to return references | Simonas Kazlauskas | -1/+1 |
| 2016-01-07 | Fix MIR text output for terminators since they were made optional. | Scott Olson | -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 | -15/+5 |
| 2016-01-06 | Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mw | bors | -1/+2 |
| 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 | -24/+30 |
| 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 | -31/+17 |
| 2016-01-06 | Remove the Panic block terminator | Simonas Kazlauskas | -14/+104 |
| 2016-01-06 | Add Resume Terminator which corresponds to resume | Simonas Kazlauskas | -39/+47 |
| 2016-01-06 | Generate DivergingCall terminator | Simonas Kazlauskas | -12/+30 |
| 2016-01-06 | Split Call into Call and DivergingCall | Simonas Kazlauskas | -19/+13 |
| 2016-01-06 | Auto merge of #30692 - michaelwoerister:mir-overloaded-fn-calls, r=nikomatsakis | bors | -2/+20 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -1/+2 |
| 2016-01-06 | Auto merge of #30492 - wesleywiser:fix_extra_drops, r=pnkfelix | bors | -12/+3 |
| 2016-01-05 | [MIR] Handle overloaded call expressions during HIR -> HAIR translation. | Michael Woerister | -2/+20 |
| 2016-01-04 | Add 'mut' to MIR temp variable debug output. | Scott Olson | -1/+1 |
| 2016-01-04 | Add a human-readable textual form for MIR. | Scott Olson | -17/+103 |
| 2016-01-04 | Auto merge of #30602 - tsion:mir-graphviz-display, r=nikomatsakis | bors | -169/+137 |
| 2016-01-04 | Auto merge of #30553 - luqmana:mir-match-arm-guards, r=nikomatsakis | bors | -23/+18 |
| 2016-01-02 | Add 'mut' to temporary vars in MIR graphviz output. | Scott Olson | -1/+1 |
| 2016-01-01 | Fix equality checks in matches | Simonas Kazlauskas | -129/+46 |
| 2015-12-31 | Avoid adding drops for types w/ no dtor in MIR construction | Wesley Wiser | -12/+3 |
| 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 | -23/+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 | Fix MIR var names and keep them in sync. | Scott Olson | -3/+5 |
| 2015-12-29 | Process candidates for match in the same order as written in the source. | Luqman Aden | -27/+19 |
| 2015-12-28 | Add comments and simplify MIR graphviz code. | Scott Olson | -31/+42 |
| 2015-12-28 | Rewrite MIR graphviz printing and improve MIR debug printing. | Scott Olson | -169/+124 |
| 2015-12-26 | Also fix MIRification of unit enum variants | Simonas Kazlauskas | -13/+26 |
| 2015-12-24 | [MIR] Make sure candidates are reversed before `match_candidates`. | Luqman Aden | -1/+4 |
| 2015-12-25 | Properly translate unit structs in MIR | Simonas Kazlauskas | -29/+29 |
| 2015-12-20 | Auto merge of #30470 - petrochenkov:owned5, r=nrc | bors | -0/+10 |
| 2015-12-20 | Auto merge of #30469 - nagisa:mir-gv-prettify, r=luqmana | bors | -9/+9 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -0/+2 |
| 2015-12-19 | Improve OwnedSlice and use it in HIR | Vadim Petrochenkov | -0/+10 |