| Age | Commit message (Expand) | Author | Lines |
| 2016-09-24 | librustc_mir: Propagate constants during copy propagation. | Patrick Walton | -59/+213 |
| 2016-09-21 | Auto merge of #36551 - eddyb:meta-games, r=nikomatsakis | bors | -1/+2 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -1/+2 |
| 2016-09-19 | librustc: Implement def-use chains and trivial copy propagation on MIR. | Patrick Walton | -3/+186 |
| 2016-09-19 | librustc: Add a new nop statement to the MIR. | Patrick Walton | -1/+3 |
| 2016-09-16 | librustc_mir: Remove `&*x` when `x` has a reference type. | Patrick Walton | -0/+112 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -9/+7 |
| 2016-09-06 | Count and report time taken by MIR passes | Simonas Kazlauskas | -4/+4 |
| 2016-09-04 | Auto merge of #36203 - petrochenkov:uvsdot, r=nrc | bors | -7/+7 |
| 2016-09-04 | Rollup merge of #36212 - razielgn:updated-e0493-to-new-format, r=jonathandturner | Manish Goregaokar | -0/+33 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -6/+6 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Fix buggy field access translation | Vadim Petrochenkov | -3/+3 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -1/+3 |
| 2016-09-02 | E0493: showing a label where the destructor is defined. | Federico Ravasio | -0/+29 |
| 2016-09-01 | turn the RFC1592 warnings into hard errors | Ariel Ben-Yehuda | -4/+0 |
| 2016-08-31 | Updated E0493 to new format. | Federico Ravasio | -0/+4 |
| 2016-08-27 | Auto merge of #36030 - Manishearth:rollup, r=Manishearth | bors | -1/+1 |
| 2016-08-26 | Auto merge of #35542 - scottcarr:visitor_refactor, r=nikomatsakis | bors | -78/+77 |
| 2016-08-27 | rustc: use accessors for Substs::{types,regions}. | Eduard Burtescu | -1/+1 |
| 2016-08-26 | fix port for visit_statement | Scott A Carr | -3/+14 |
| 2016-08-20 | Rollup merge of #35780 - clementmiao:E0396_new_err_format, r=jonathandturner | Jonathan Turner | -3/+7 |
| 2016-08-20 | Rollup merge of #35778 - clementmiao:E0395_new_error_format, r=jonathandturner | Jonathan Turner | -3/+8 |
| 2016-08-18 | track Location in visitor, combine Location | Scott A Carr | -88/+76 |
| 2016-08-17 | updated E0396 to new error format | clementmiao | -3/+7 |
| 2016-08-17 | updated E0395 to new error format | clementmiao | -3/+8 |
| 2016-08-17 | Updated E0394 to new error message | Knight | -1/+4 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -28/+18 |
| 2016-08-14 | [MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}. | Eduard Burtescu | -19/+41 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -1/+2 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -28/+15 |
| 2016-08-13 | Switch on TyEmpty | Andrew Cann | -3/+5 |
| 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 | -4/+4 |
| 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 | -13/+11 |
| 2016-08-08 | track MIR through the dep-graph | Niko Matsakis | -13/+11 |
| 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-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-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -3/+3 |