| Age | Commit message (Expand) | Author | Lines |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+1 |
| 2016-11-04 | Rollup merge of #37408 - eddyb:lazy-5, r=nikomatsakis | Alex Crichton | -1/+1 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-11-02 | Rollup merge of #37498 - sanxiyn:unused-type-alias, r=eddyb | Jonathan Turner | -6/+2 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -1/+1 |
| 2016-11-01 | Improve "Doesn't live long enough" error | Mikhail Modin | -0/+13 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -2/+2 |
| 2016-10-31 | Remove unused type aliases | Seo Sanghyeon | -6/+2 |
| 2016-10-28 | rustc: move the MIR map into TyCtxt. | Eduard Burtescu | -26/+15 |
| 2016-10-28 | rustc: move mir::repr::* to mir. | Eduard Burtescu | -90/+83 |
| 2016-10-26 | Auto merge of #37270 - Mark-Simulacrum:smallvec-optimized-arenas, r=eddyb | bors | -1/+1 |
| 2016-10-25 | Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup... | Mark-Simulacrum | -1/+1 |
| 2016-10-20 | improve "Doesn't live long enough" error | Mikhail Modin | -7/+23 |
| 2016-10-17 | prefer `if let` to match with `None => { }` arm in some places | Zack M. Davis | -61/+51 |
| 2016-10-12 | Rollup merge of #36995 - nrc:stable, r=@nikomatsakis | Alex Crichton | -1/+1 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-10 | Move IdxSetBuf and BitSlice to rustc_data_structures | Wesley Wiser | -314/+8 |
| 2016-09-27 | Ignore local kind in MIR dataflow | Jonas Schievink | -10/+3 |
| 2016-09-26 | Rename MIR local iterators to match convention | Jonas Schievink | -1/+1 |
| 2016-09-26 | [WIP] Move MIR towards a single kind of local | Jonas Schievink | -59/+38 |
| 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 |