| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-06-15 | prefer `if let` to match with `None => ()` arm in some places | Zack M. Davis | -7/+4 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -11/+1 |
| 2016-06-05 | rustc: add ReErased to be used by trait selection, MIR and trans. | Eduard Burtescu | -10/+18 |
| 2016-06-04 | Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakis | bors | -0/+18 |
| 2016-06-03 | implement drop elaboration | Ariel Ben-Yehuda | -0/+18 |
| 2016-05-31 | change to use `higher_ranked_match` | Niko Matsakis | -3/+4 |
| 2016-05-31 | create but do not use a projection cache | Niko Matsakis | -3/+25 |
| 2016-05-31 | add a higher-ranked match routine | Niko Matsakis | -0/+177 |
| 2016-05-31 | remove VerifyRegSubReg and cleanup region infer | Niko Matsakis | -143/+132 |
| 2016-05-31 | better debug dumping with inference variables | Niko Matsakis | -2/+19 |
| 2016-05-31 | simplify HR subtyping back to what we did before | Niko Matsakis | -90/+2 |
| 2016-05-31 | warn if leak-check relies on LBRs that will change | Niko Matsakis | -1/+73 |
| 2016-05-31 | add `Issue32330` warning marker to bound regions | Niko Matsakis | -4/+2 |
| 2016-05-31 | make HR algorithms account for region subtyping | Niko Matsakis | -144/+474 |
| 2016-05-25 | catch attempts to leak obligations out of snapshots | Ariel Ben-Yehuda | -5/+28 |
| 2016-05-18 | Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakis | bors | -2/+2 |
| 2016-05-18 | identify inputs of `MetaData(X)` nodes | Niko Matsakis | -2/+2 |
| 2016-05-17 | Improve a few errors and fix #33366 | Jonathan Turner | -2/+2 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -1/+1 |
| 2016-05-15 | Auto merge of #33505 - petrochenkov:self, r=nrc | bors | -50/+8 |
| 2016-05-15 | Auto merge of #33619 - jonathandturner:improve_structured_errors, r=nikomatsakis | bors | -2/+2 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -50/+8 |
| 2016-05-12 | Update errors to use new error format | Jonathan Turner | -2/+2 |
| 2016-05-11 | Rollup merge of #33401 - GuillaumeGomez:index_indication, r=pnkfelix | Guillaume Gomez | -1/+1 |
| 2016-05-11 | Rollup merge of #33539 - nikomatsakis:static-error, r=pnkfelix | Steve Klabnik | -3/+0 |
| 2016-05-11 | Extend rustc_on_unimplemented flag: if a message is available at an impl, thi... | ggomez | -1/+1 |
| 2016-05-11 | Fixup indentation after methodification. | Eduard Burtescu | -276/+276 |
| 2016-05-11 | rustc: Split local type contexts interners from the global one. | Eduard Burtescu | -57/+190 |