| Age | Commit message (Expand) | Author | Lines |
| 2016-10-18 | normalize types every time HR regions are erased | Ariel Ben-Yehuda | -1/+14 |
| 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 |
| 2016-08-18 | Add Span field for Generics structs | Guillaume Gomez | -0/+1 |
| 2016-08-17 | Display secondary span for E0053 for Sort TypeErrors | Keith Yeung | -1/+5 |
| 2016-08-17 | rustc: split Generics of a method from its parent Generics. | Eduard Burtescu | -2/+1 |
| 2016-08-17 | rustc: reduce Substs and Generics to a simple immutable API. | Eduard Burtescu | -38/+8 |
| 2016-08-17 | rustc_typeck: use Substs::from_generics instead of manually building them. | Eduard Burtescu | -7/+0 |
| 2016-08-17 | rustc: move trait objects from TraitRef to ExistentialTraitRef. | Eduard Burtescu | -6/+2 |
| 2016-08-17 | rustc: move defaulting's use of &mut Substs from InferCtxt to typeck. | Eduard Burtescu | -63/+59 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -1/+1 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -2/+0 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -0/+1 |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -1/+2 |
| 2016-08-12 | rustc: rename ProjectionMode and its variant to be more memorable. | Eduard Burtescu | -10/+10 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -10/+4 |
| 2016-07-28 | Rollup merge of #35040 - soltanmm:couple-is-a-pun, r=nikomatsakis | Manish Goregaokar | -150/+159 |
| 2016-07-25 | Tidy up | Masood Malekghassemi | -13/+38 |
| 2016-07-25 | Use &mut for CombineFields in inference relations | Masood Malekghassemi | -78/+58 |
| 2016-07-25 | Move `a_is_expected` out of `CombineFields` | Masood Malekghassemi | -82/+86 |
| 2016-07-25 | Rename infcx lifetimes in inference relations | Masood Malekghassemi | -46/+46 |
| 2016-07-25 | Unpublicize inference relations | Masood Malekghassemi | -6/+6 |
| 2016-07-23 | address review comments | Ariel Ben-Yehuda | -12/+6 |
| 2016-07-22 | Add new error codes in librustc_typeck | ggomez | -5/+14 |
| 2016-07-22 | use diagnostic-mutating style for `note_type_err` too | Ariel Ben-Yehuda | -20/+22 |
| 2016-07-22 | switch projection errors to use the new type error messages | Ariel Ben-Yehuda | -19/+28 |
| 2016-07-22 | refactor type error reporting | Ariel Ben-Yehuda | -176/+107 |
| 2016-07-22 | remove rustc_typeck::same_type_err | Ariel Ben-Yehuda | -1/+73 |
| 2016-07-22 | remove never-called type-error reporting functions | Ariel Ben-Yehuda | -69/+19 |
| 2016-07-14 | Add in styled_buffer.rs and remove some unused code | Jonathan Turner | -2/+2 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -5/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -12/+11 |