| Age | Commit message (Expand) | Author | Lines |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -10/+4 |
| 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 | -153/+82 |
| 2016-07-22 | remove rustc_typeck::same_type_err | Ariel Ben-Yehuda | -0/+10 |
| 2016-07-14 | Add in styled_buffer.rs and remove some unused code | Jonathan Turner | -2/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -3/+3 |
| 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 | -1/+4 |
| 2016-05-31 | simplify HR subtyping back to what we did before | Niko Matsakis | -16/+0 |
| 2016-05-31 | warn if leak-check relies on LBRs that will change | Niko Matsakis | -0/+23 |
| 2016-05-31 | add `Issue32330` warning marker to bound regions | Niko Matsakis | -2/+2 |
| 2016-05-31 | make HR algorithms account for region subtyping | Niko Matsakis | -0/+16 |
| 2016-05-18 | Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakis | bors | -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-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 | rustc: Generalize a minimum set of functions over 'tcx != 'gcx. | Eduard Burtescu | -105/+31 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -18/+19 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -7/+7 |
| 2016-05-08 | Fix minor typo in E0312 | silvo38 | -1/+1 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -11/+8 |
| 2016-05-02 | use new `note_expected_found` API | Niko Matsakis | -20/+18 |
| 2016-04-28 | Rollup merge of #33212 - bombless:scope-of-function-body, r=nikomatsakis | Steve Klabnik | -1/+1 |
| 2016-04-26 | Improve error message about regions of function body | York Xiang | -1/+1 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -1/+0 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -7/+3 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -2/+2 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -3/+3 |
| 2016-03-31 | librustc: replace panic!() with bug!() | Benjamin Herr | -1/+1 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -0/+2050 |