| Age | Commit message (Expand) | Author | Lines |
| 2020-01-08 | reduce code duplication | Esteban Küber | -35/+35 |
| 2020-01-08 | review comments | Esteban Küber | -26/+40 |
| 2020-01-08 | review comments | Esteban Küber | -16/+34 |
| 2020-01-08 | review comment: wording | Esteban Küber | -6/+8 |
| 2020-01-08 | Point at the def span of trait refs E0277 | Esteban Küber | -1/+8 |
| 2020-01-08 | review comments | Esteban Küber | -17/+23 |
| 2020-01-08 | Point at opaque and closure type definitions in type errors | Esteban Küber | -5/+92 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -18/+12 |
| 2020-01-07 | Move required_region_bounds to rustc::infer::opaque_types. | Camille GILLOT | -2/+67 |
| 2020-01-07 | Move free_region_map to rustc::ty. | Camille GILLOT | -99/+2 |
| 2020-01-07 | Make rustc::traits::object_safety::{astconv_object_safety_violations,is_vtabl... | Camille GILLOT | -1/+2 |
| 2020-01-07 | Make rustc::traits::error_reporting::{recursive_type_with_infinite_size_error... | Camille GILLOT | -1/+2 |
| 2020-01-07 | Make rustc::infer::error_reporting::{note_and_explain_free_region, note_and_e... | Camille GILLOT | -125/+164 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::infer::error_reporting. | Camille GILLOT | -108/+109 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -37/+35 |
| 2020-01-05 | Rollup merge of #67881 - varkor:scattering-of-backticks, r=Centril | Dylan DPC | -10/+10 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -37/+35 |
| 2020-01-05 | Add backticks to various diagnostics | varkor | -10/+10 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -2/+1 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -3/+4 |
| 2020-01-04 | Rollup merge of #67786 - Centril:canon-span, r=petrochenkov | Mazdak Farrokhzad | -6/+6 |
| 2020-01-03 | Rollup merge of #67595 - ohadravid:impl-trait-does-not-live-long-enough, r=es... | Yuki Okushi | -1/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -17/+17 |
| 2019-12-31 | Change wording for lifetime suggestion for opaque types from `constraint` to ... | Ohad Ravid | -1/+1 |
| 2019-12-30 | discriminant -> scrutinee | Mazdak Farrokhzad | -5/+5 |
| 2019-12-30 | Blame user type in pat type error. | Mazdak Farrokhzad | -2/+5 |
| 2019-12-30 | refactor and fix this-expression-has-type note | Mazdak Farrokhzad | -0/+1 |
| 2019-12-30 | MatchExpressionArmPattern -> Pattern | Mazdak Farrokhzad | -1/+1 |
| 2019-12-30 | MatchExpressionArmPattern: Use more generic wording. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-27 | Visit for hir::Ty. | Camille GILLOT | -1/+1 |
| 2019-12-27 | Syntax for hir::Ty. | Camille GILLOT | -9/+9 |
| 2019-12-26 | Visit for hir::Expr. | Camille GILLOT | -1/+1 |
| 2019-12-26 | Syntax for hir::Expr. | Camille GILLOT | -8/+8 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -55/+61 |
| 2019-12-22 | Format the world | Mark Rousskov | -2042/+1854 |
| 2019-12-22 | Auto merge of #66931 - cjgillot:hirene-preamble, r=eddyb | bors | -6/+6 |
| 2019-12-21 | Use Arena inside hir::Body. | Camille GILLOT | -3/+3 |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::Item. | Camille GILLOT | -1/+1 |
| 2019-12-20 | Check associated type implementations for generic mismatches | Matthew Jasper | -0/+2 |
| 2019-12-14 | Indicate origin of where type parameter for uninferred types | Ohad Ravid | -16/+72 |
| 2019-12-13 | Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakis | bors | -25/+153 |
| 2019-12-11 | Add more context for type parameters | Esteban Küber | -15/+27 |
| 2019-12-11 | Reuse existing HirId → DefId table | Esteban Küber | -5/+4 |
| 2019-12-11 | Change `PendingPredicateObligation::stalled_on`'s type. | Nicholas Nethercote | -9/+7 |
| 2019-12-11 | Optimize `shallow_resolve_changed`. | Nicholas Nethercote | -13/+15 |
| 2019-12-10 | Use `generics_of` instead of incorrectly inspecting `FnSig` arguments | Esteban Küber | -17/+36 |