| Age | Commit message (Expand) | Author | Lines |
| 2020-01-07 | Move structural_match to rustc::traits. | Camille GILLOT | -0/+221 |
| 2020-01-07 | Move ty::wf to traits. | Camille GILLOT | -3/+752 |
| 2020-01-07 | Make traits::util::* free functions. | Camille GILLOT | -165/+174 |
| 2020-01-07 | Move subst_and_normalize_erasing_regionsto rustc::ty. | Camille GILLOT | -26/+0 |
| 2020-01-07 | Move normalize_erasing_regions to rustc::ty. | Camille GILLOT | -79/+0 |
| 2020-01-07 | Make rustc::traits::object_safety::{astconv_object_safety_violations,is_vtabl... | Camille GILLOT | -46/+48 |
| 2020-01-07 | Make rustc::traits::error_reporting::{recursive_type_with_infinite_size_error... | Camille GILLOT | -55/+53 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::trait::object_safety. | Camille GILLOT | -501/+508 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -22/+19 |
| 2020-01-06 | Rollup merge of #67906 - varkor:silence-toogeneric, r=nagisa | Dylan DPC | -0/+6 |
| 2020-01-05 | Silence `TooGeneric` error | varkor | -0/+6 |
| 2020-01-05 | Correctly check for opaque types in `assoc_ty_def` | Matthew Jasper | -1/+1 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -22/+19 |
| 2020-01-05 | Auto merge of #67808 - Marwes:projection_normalization_recurse, r=nikomatsakis | bors | -0/+3 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -2/+1 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -5/+6 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -7/+7 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-02 | perf: Don't recurse into types that do not need normalizing | Markus Westerlind | -0/+3 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -9/+9 |
| 2019-12-30 | discriminant -> scrutinee | Mazdak Farrokhzad | -3/+3 |
| 2019-12-30 | Blame user type in pat type error. | Mazdak Farrokhzad | -3/+9 |
| 2019-12-30 | MatchExpressionArmPattern -> Pattern | Mazdak Farrokhzad | -6/+4 |
| 2019-12-30 | Auto merge of #67631 - oli-obk:polymorphic_promotion, r=wesleywiser | bors | -0/+3 |
| 2019-12-27 | Syntax for hir::Ty. | Camille GILLOT | -2/+2 |
| 2019-12-27 | Fix `Instance::resolve()` incorrectly returning specialized instances | Wesley Wiser | -0/+3 |
| 2019-12-26 | Syntax for hir::Expr. | Camille GILLOT | -12/+13 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -221/+232 |
| 2019-12-24 | Rollup merge of #67543 - JohnTitor:regression-tests, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -2766/+2480 |
| 2019-12-23 | Use `is_none` instead of `if let` | Yuki Okushi | -1/+1 |
| 2019-12-22 | Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obk | Mazdak Farrokhzad | -38/+13 |
| 2019-12-22 | Add simpler entry points to const eval for common usages. | Ben Lewis | -38/+13 |
| 2019-12-21 | Rollup merge of #67160 - matthewjasper:gat-generics, r=nikomatsakis | Mazdak Farrokhzad | -5/+45 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -5/+5 |
| 2019-12-20 | Use `delay_span_bug` less often | Matthew Jasper | -5/+21 |
| 2019-12-20 | Check associated type implementations for generic mismatches | Matthew Jasper | -0/+24 |
| 2019-12-20 | Rollup merge of #67285 - ohadravid:indicate-origin-of-where-type-parameter, r... | Mazdak Farrokhzad | -1/+1 |
| 2019-12-15 | Rollup merge of #67289 - estebank:unnamed-closure, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-12-14 | Do not ICE on unnamed future | Esteban Küber | -1/+1 |
| 2019-12-14 | Indicate origin of where type parameter for uninferred types | Ohad Ravid | -1/+1 |
| 2019-12-13 | Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakis | bors | -34/+85 |
| 2019-12-12 | Auto merge of #67079 - nnethercote:optimize-shallow_resolve_changed, r=nikoma... | bors | -11/+19 |
| 2019-12-11 | Auto merge of #65345 - davidtwco:issue-64130-async-send-sync-error-improvemen... | bors | -83/+223 |
| 2019-12-11 | erase regions instead of using `builtin_deref` | Nicholas Matsakis | -7/+18 |
| 2019-12-11 | Auto merge of #66821 - eddyb:global-trait-caching, r=nikomatsakis | bors | -24/+23 |
| 2019-12-11 | Change `PendingPredicateObligation::stalled_on`'s type. | Nicholas Nethercote | -11/+19 |
| 2019-12-10 | Avoid invalid suggestion by checking the snippet in const fn call | Esteban Küber | -1/+22 |
| 2019-12-10 | Suggest setting type param on function call | Esteban Küber | -0/+24 |
| 2019-12-10 | Fix rebase | Esteban Küber | -6/+6 |