| Age | Commit message (Expand) | Author | Lines |
| 2016-10-18 | stop having identity casts be lexprs | Ariel Ben-Yehuda | -2/+12 |
| 2016-08-22 | Nice graphs | Simonas Kazlauskas | -12/+48 |
| 2016-08-22 | Properly invalidate the early exit cache | Simonas Kazlauskas | -20/+23 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -62/+67 |
| 2016-08-15 | Add E0394 error explanation | Guillaume Gomez | -4/+22 |
| 2016-08-14 | [MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}. | Eduard Burtescu | -54/+200 |
| 2016-08-13 | Minor fix | Andrew Cann | -2/+1 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -9/+11 |
| 2016-08-13 | Minor fixups based on @eddyb's feedback | Andrew Cann | -5/+4 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -62/+30 |
| 2016-08-13 | Switch on TyEmpty | Andrew Cann | -4/+6 |
| 2016-08-13 | Small optimization | Andrew Cann | -4/+16 |
| 2016-08-13 | Add EmptyToAny adjustment | Andrew Cann | -0/+23 |
| 2016-08-13 | Auto merge of #35348 - scottcarr:discriminant2, r=nikomatsakis | bors | -17/+73 |
| 2016-08-12 | rustc: rename ProjectionMode and its variant to be more memorable. | Eduard Burtescu | -6/+6 |
| 2016-08-11 | Auto merge of #35592 - jonathandturner:rollup, r=jonathandturner | bors | -3/+6 |
| 2016-08-11 | add SetDiscriminant StatementKind to enable deaggregation of enums | Scott A Carr | -17/+73 |
| 2016-08-11 | Rollup merge of #35445 - pcn:update-E0017-to-new-format, r=arielb1 | Jonathan Turner | -3/+6 |
| 2016-08-11 | Auto merge of #35403 - scottcarr:lvalue_refactor, r=nikomatsakis | bors | -28/+26 |
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -26/+49 |
| 2016-08-08 | track MIR through the dep-graph | Niko Matsakis | -26/+49 |
| 2016-08-08 | refactor other type methods | Scott A Carr | -16/+16 |
| 2016-08-07 | Updated the messages for E0017 | Peter C. Norton | -3/+6 |
| 2016-08-07 | Update E0010 to use the new format | Peter C. Norton | -2/+4 |
| 2016-08-05 | refactor lvalue_ty to be method of lvalue | Scott A Carr | -12/+10 |
| 2016-08-04 | Auto merge of #35168 - scottcarr:deaggregation, r=nikomatsakis | bors | -0/+117 |
| 2016-08-03 | reduce rightward drift, add precondition comment | Scott A Carr | -15/+20 |
| 2016-08-02 | add hashtag to emphasis its a gh issue | Scott A Carr | -1/+1 |
| 2016-08-02 | fix field type, add test | Scott A Carr | -1/+1 |
| 2016-08-02 | reduce rightward drift, add fixme | Scott A Carr | -41/+41 |
| 2016-08-01 | deaggregate structs to enable further optimization | Scott A Carr | -0/+112 |
| 2016-07-29 | intravisit: Fold functionality of IdVisitor into the regular Visitor. | Michael Woerister | -1/+1 |
| 2016-07-21 | Auto merge of #34715 - scottcarr:mir-test, r=nikomatsakis | bors | -1/+8 |
| 2016-07-20 | add mir optimization tests, dump-mir-dir option | Scott A Carr | -1/+8 |
| 2016-07-14 | Remove extra newlines in MIR dump | Seo Sanghyeon | -1/+1 |
| 2016-07-10 | Auto merge of #34657 - oli-obk:no_needless_const_eval, r=eddyb | bors | -28/+1 |
| 2016-07-08 | Merge PatKind::QPath into PatKind::Path in HIR | Vadim Petrochenkov | -1/+1 |
| 2016-07-08 | Cleanup of some pattern related code | Vadim Petrochenkov | -18/+6 |
| 2016-07-05 | don't const eval constants during MIR creation | Oliver Schneider | -28/+1 |
| 2016-06-27 | Fix `Cargo.toml`s | Jeffrey Seyfried | -0/+1 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -13/+14 |
| 2016-06-16 | Auto merge of #34306 - arielb1:mir-dump-fixes, r=eddyb | bors | -8/+16 |
| 2016-06-17 | Cache drops for early scope exits | Simonas Kazlauskas | -27/+30 |
| 2016-06-16 | fix MirSource::Promoted handling | Ariel Ben-Yehuda | -7/+4 |
| 2016-06-16 | stop having `'static` in dump-mir names | Ariel Ben-Yehuda | -0/+6 |
| 2016-06-16 | use a different filename for original and promoted MIRs | Ariel Ben-Yehuda | -2/+7 |
| 2016-06-10 | Auto merge of #34174 - shepmaster:16-bit-mir, r=Aatch | bors | -0/+1 |
| 2016-06-10 | Address review comments + fix rebase | Vadim Petrochenkov | -1/+1 |
| 2016-06-10 | make all pattern bindings with the same name resolve to the first one | Ariel Ben-Yehuda | -27/+5 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -26/+14 |