| Age | Commit message (Expand) | Author | Lines |
| 2016-11-06 | rustc: harden against InferOk having obligations in more cases. | Eduard Burtescu | -3/+10 |
| 2016-11-04 | Rollup merge of #37408 - eddyb:lazy-5, r=nikomatsakis | Alex Crichton | -23/+3 |
| 2016-11-04 | Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelix | bors | -25/+117 |
| 2016-11-02 | rustc: record the target type of every adjustment. | Eduard Burtescu | -23/+3 |
| 2016-11-01 | pacify the mercilous tidy | Niko Matsakis | -12/+18 |
| 2016-11-01 | apply review feedback nits | Niko Matsakis | -4/+6 |
| 2016-11-01 | compare-method lint | Niko Matsakis | -5/+14 |
| 2016-11-01 | cleanup error reporting and add `ui` tests | Niko Matsakis | -27/+102 |
| 2016-11-01 | Rollup merge of #37059 - jfirebaugh:unused-RangeExpression, r=alexcrichton | Guillaume Gomez | -6/+0 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -2/+2 |
| 2016-10-24 | Use `SmallVector` in `CombineFields::instantiate`. | Nicholas Nethercote | -3/+7 |
| 2016-10-21 | only remove keys that mention skolemized regions | Niko Matsakis | -1/+4 |
| 2016-10-21 | when pop skol, also remove from proj cache | Niko Matsakis | -0/+1 |
| 2016-10-19 | Rollup merge of #37241 - zackmdavis:if_let_over_none_spaced_empty_block_arm, ... | Guillaume Gomez | -3/+2 |
| 2016-10-19 | Rollup merge of #37117 - pnkfelix:may-dangle-attr, r=nikomatsakis | Eduard-Mihai Burtescu | -5/+9 |
| 2016-10-17 | prefer `if let` to match with `None => { }` arm in some places | Zack M. Davis | -3/+2 |
| 2016-10-17 | Auto merge of #36915 - jfirebaugh:E0308-split, r=nikomatsakis | bors | -5/+10 |
| 2016-10-17 | Review feedback: add linebreak and reindent to make braces match better. | Felix S. Klock II | -3/+4 |
| 2016-10-16 | Auto merge of #37129 - arielb1:erased-normal, r=eddyb | bors | -1/+14 |
| 2016-10-15 | Remove FIXME | John Firebaugh | -1/+0 |
| 2016-10-13 | normalize types every time HR regions are erased | Ariel Ben-Yehuda | -1/+14 |
| 2016-10-11 | Using a type alias of Slice<Kind<'tcx>> to intern Substs<'tcx>. | Adam Perry | -2/+2 |
| 2016-10-11 | Thread `pure_wrt_drop` field through lifetime and type parameters. | Felix S. Klock II | -4/+7 |
| 2016-10-09 | Remove TypeOrigin::RangeExpression | John Firebaugh | -6/+0 |
| 2016-10-04 | Rollup merge of #36917 - nnethercote:speed-up-plug_leaks, r=eddyb | Manish Goregaokar | -5/+6 |
| 2016-10-03 | Continue to use struct_span_err! macro | John Firebaugh | -24/+11 |
| 2016-10-03 | Optimize plug_leaks some more. | Nicholas Nethercote | -3/+3 |
| 2016-10-03 | Optimize plug_leaks. | Nicholas Nethercote | -3/+4 |
| 2016-10-02 | Use a distinct error code for "if may be missing an else clause" | John Firebaugh | -4/+23 |
| 2016-09-28 | Call arrays "arrays" instead of "vecs" internally | Jonas Schievink | -5/+5 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -3/+2 |
| 2016-09-16 | Auto merge of #36338 - estebank:primitive-shadow, r=jseyfried | bors | -1/+12 |
| 2016-09-15 | Specify when type parameter shadows primitive type | Esteban Küber | -1/+12 |
| 2016-09-15 | Rollup merge of #36461 - nikomatsakis:issue-36053, r=arielb1 | Manish Goregaokar | -0/+27 |
| 2016-09-14 | clear obligations-added flag with nested fulfillcx | Niko Matsakis | -0/+27 |
| 2016-09-11 | Use question_mark feature in librustc. | Ahmed Charles | -1/+1 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -7/+2 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -11/+11 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -3/+3 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -1/+3 |
| 2016-09-03 | Add union types | Vadim Petrochenkov | -0/+1 |
| 2016-08-31 | remove `normalize_infer_ctxt` constructor | Niko Matsakis | -11/+0 |
| 2016-08-31 | simplify DepNode for trait selection | Niko Matsakis | -33/+23 |
| 2016-08-31 | remove unused normalize field | Niko Matsakis | -24/+1 |
| 2016-08-30 | Auto merge of #36066 - jseyfried:rollup, r=Manishearth | bors | -1/+3 |
| 2016-08-28 | Rollup merge of #35480 - KiChjang:e0379-bonus, r=nikomatsakis | Jeffrey Seyfried | -1/+2 |
| 2016-08-28 | Rollup merge of #35591 - GuillaumeGomez:generics_span, r=jntrmr | Jeffrey Seyfried | -0/+1 |
| 2016-08-27 | Change Constness to Spanned<Constness> | Keith Yeung | -1/+2 |
| 2016-08-27 | Use `FnvHashMap` in more places | Jonas Schievink | -3/+4 |
| 2016-08-27 | rustc: pass ty::Region behind an interned 'tcx reference. | Eduard Burtescu | -238/+286 |