| Age | Commit message (Expand) | Author | Lines |
| 2016-10-19 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-09-19 | librustc: Implement def-use chains and trivial copy propagation on MIR. | Patrick Walton | -0/+1 |
| 2016-09-19 | librustc: Add a new nop statement to the MIR. | Patrick Walton | -3/+6 |
| 2016-09-16 | fix dynamic drop for unions | Ariel Ben-Yehuda | -22/+36 |
| 2016-09-16 | forbid moves out of slices | Ariel Ben-Yehuda | -12/+15 |
| 2016-09-16 | groundwork refactoring of `gather_moves` | Ariel Ben-Yehuda | -703/+474 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -91/+90 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -30/+30 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -3/+4 |
| 2016-09-03 | Address comments and add requested tests | Vadim Petrochenkov | -6/+7 |
| 2016-09-03 | Support unions in borrow checker | Vadim Petrochenkov | -8/+88 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -5/+8 |
| 2016-09-02 | Rollup merge of #36171 - jonathandturner:temporary_value, r=nikomatsakis | Jonathan Turner | -8/+14 |
| 2016-08-31 | Update error message for lifetime of borrowed values | Jonathan Turner | -8/+14 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -5/+0 |
| 2016-08-28 | Rollup merge of #35850 - SergioBenitez:master, r=nrc | Jeffrey Seyfried | -3/+4 |
| 2016-08-27 | Rollup merge of #35657 - ahmedcharles:e0389, r=jonathandturner | Jonathan Turner | -2/+4 |
| 2016-08-27 | Auto merge of #36030 - Manishearth:rollup, r=Manishearth | bors | -40/+45 |
| 2016-08-27 | Rollup merge of #36004 - petrochenkov:hashloan, r=arielb1 | Manish Goregaokar | -5/+9 |
| 2016-08-26 | Auto merge of #35542 - scottcarr:visitor_refactor, r=nikomatsakis | bors | -55/+38 |
| 2016-08-27 | rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. | Eduard Burtescu | -2/+3 |
| 2016-08-27 | rustc: pass ty::Region behind an interned 'tcx reference. | Eduard Burtescu | -33/+33 |
| 2016-08-26 | rustc_borrowck: Don't hash types in loan paths | Vadim Petrochenkov | -5/+9 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -5/+0 |
| 2016-08-25 | Refactor away `AttrNestedMetaItemMethods`. | Jeffrey Seyfried | -1/+1 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -3/+4 |
| 2016-08-22 | Update E0389 to the new format. #35630 | Ahmed Charles | -2/+4 |
| 2016-08-22 | Rollup merge of #35817 - wesleywiser:fix_35703, r=jonathandturner | Jonathan Turner | -1/+4 |
| 2016-08-22 | Rollup merge of #35360 - medzin:E0388, r=jonathandturner | Jonathan Turner | -2/+4 |
| 2016-08-22 | Updated error message E0388 | Adam Medziński | -2/+4 |
| 2016-08-20 | Update E0503 to the new format | Wesley Wiser | -1/+4 |
| 2016-08-18 | port to new Location | Scott A Carr | -1/+1 |
| 2016-08-18 | track Location in visitor, combine Location | Scott A Carr | -54/+37 |
| 2016-08-18 | Auto merge of #35732 - jonathandturner:region_error_labels, r=nikomatsakis | bors | -16/+78 |
| 2016-08-17 | Fix tidy and nits | Jonathan Turner | -7/+9 |
| 2016-08-17 | Move 'doesn't live long enough' errors to labels | Jonathan Turner | -17/+77 |
| 2016-08-17 | rustc: remove ParamSpace from Substs. | Eduard Burtescu | -1/+1 |
| 2016-08-17 | rustc: remove SelfSpace from ParamSpace. | Eduard Burtescu | -4/+2 |
| 2016-08-17 | rustc: reduce Substs and Generics to a simple immutable API. | Eduard Burtescu | -3/+2 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -15/+8 |
| 2016-08-14 | [MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}. | Eduard Burtescu | -0/+8 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -15/+8 |
| 2016-08-13 | Auto merge of #35348 - scottcarr:discriminant2, r=nikomatsakis | bors | -0/+13 |
| 2016-08-12 | Auto merge of #35431 - GuillaumeGomez:err_codes, r=jonathandturner | bors | -109/+133 |
| 2016-08-11 | Auto merge of #35592 - jonathandturner:rollup, r=jonathandturner | bors | -4/+8 |
| 2016-08-11 | add SetDiscriminant StatementKind to enable deaggregation of enums | Scott A Carr | -0/+13 |
| 2016-08-11 | Rollup merge of #35552 - theypsilon:master, r=jonathandturner | Jonathan Turner | -4/+8 |
| 2016-08-11 | Auto merge of #35403 - scottcarr:lvalue_refactor, r=nikomatsakis | bors | -6/+6 |
| 2016-08-10 | Update error message E0384 to new format | José manuel Barroso Galindo | -4/+8 |
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -1/+3 |