| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-05-11 | rustc_typeck: Generalize over 'tcx != 'gcx. | Eduard Burtescu | -29/+31 |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -3/+3 |
| 2016-05-11 | rustc: Generalize a minimum set of functions over 'tcx != 'gcx. | Eduard Burtescu | -285/+223 |
| 2016-05-11 | rustc: Wrap users of InferCtxt in an anonymous scope. | Eduard Burtescu | -27/+38 |
| 2016-05-11 | rustc: Remove the TyCtxt field from ParameterEnvironment. | Eduard Burtescu | -4/+4 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -134/+135 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -45/+44 |
| 2016-05-11 | rustc: Avoid free functions taking &TyCtxt and &InferCtxt. | Eduard Burtescu | -283/+166 |
| 2016-05-11 | infer: Turn normalize_associated_type into a method on TyCtxt. | Eduard Burtescu | -22/+24 |
| 2016-05-11 | infer: Use methods for creating an InferCtxt. | Eduard Burtescu | -26/+28 |
| 2016-05-10 | fix DFS for region error reporting | Niko Matsakis | -3/+0 |
| 2016-05-08 | Fix minor typo in E0312 | silvo38 | -1/+1 |
| 2016-05-03 | stop using commit_if_ok where no errors can happen | Ariel Ben-Yehuda | -0/+11 |
| 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-25 | Auto merge of #32258 - nikomatsakis:fewer-errors, r=arielb1 | bors | -5/+47 |
| 2016-04-12 | Suppress fallback and ambiguity errors | Niko Matsakis | -5/+47 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -4/+3 |