| Age | Commit message (Expand) | Author | Lines |
| 2024-05-13 | Auto merge of #125076 - compiler-errors:alias-term, r=lcnr | bors | -28/+21 |
| 2024-05-13 | Apply nits | Michael Goulet | -16/+5 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -15/+19 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_hir_analysis`. | Nicholas Nethercote | -0/+4 |
| 2024-05-11 | Apply nits, uplift ExistentialPredicate too | Michael Goulet | -1/+1 |
| 2024-05-11 | Pattern types: Prohibit generic args on const params | León Orell Valerian Liehr | -9/+14 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -0/+2 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -7/+7 |
| 2024-05-02 | Inline & delete `Ty::new_unit`, since it's just a field access | Waffle Lapkin | -1/+1 |
| 2024-04-23 | delegation: Support async, const, extern "ABI" and C-variadic functions | Vadim Petrochenkov | -28/+0 |
| 2024-04-23 | Rollup merge of #122591 - gurry:122162-impl-type-binding-suggestion, r=fmease | León Orell Valerian Liehr | -11/+114 |
| 2024-04-21 | cleanup: unnecessary clone during lower generics args | bohan | -2/+2 |
| 2024-04-17 | Rollup merge of #123997 - compiler-errors:self-res, r=fmease | Matthias Krüger | -0/+11 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -25/+12 |
| 2024-04-16 | Emit suggestions when equality constraints are wrongly used | Gurinder Singh | -11/+114 |
| 2024-04-15 | Delay span bug when Self resolves to DefKind::{Mod,Trait} | Michael Goulet | -0/+11 |
| 2024-04-11 | remove some things that do not need to be | Matthias Krüger | -1/+1 |
| 2024-04-11 | Call lower_const_param instead of duplicating the code | Santiago Pastorino | -5/+1 |
| 2024-04-09 | Handle const generic pattern types | Santiago Pastorino | -0/+18 |
| 2024-04-08 | Avoid ICEing without the `pattern_types` feature gate | Oli Scherer | -1/+5 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -9/+59 |
| 2024-04-08 | Start handling pattern types at the HIR -> Ty conversion boundary | Oli Scherer | -2/+10 |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -0/+1 |
| 2024-04-04 | Auto merge of #123240 - compiler-errors:assert-args-compat, r=fmease | bors | -17/+27 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -1/+1 |
| 2024-04-03 | Don't fill non-ty args with ty::Error | Michael Goulet | -17/+27 |
| 2024-04-02 | t plit astconv's error report code in check functions to mod errors. | surechen | -342/+448 |
| 2024-03-27 | Rollup merge of #123133 - xiaoxiangxianzi:master, r=fmease | Matthias Krüger | -1/+1 |
| 2024-03-27 | chore: fix some comments | xiaoxiangxianzi | -1/+1 |
| 2024-03-27 | Delegation: fix ICE on wrong instantiation | Bryanskiy | -0/+11 |
| 2024-03-26 | Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-... | Matthias Krüger | -64/+109 |
| 2024-03-25 | Rollup merge of #122881 - Bryanskiy:delegation-fixes-2, r=petrochenkov | Matthias Krüger | -7/+1 |
| 2024-03-23 | Suggest assoc ty bound on bare dyn trait in eq constraint | León Orell Valerian Liehr | -0/+38 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -8/+8 |
| 2024-03-22 | Small tweaks to the linting code for bare trait object types | León Orell Valerian Liehr | -72/+79 |
| 2024-03-22 | Use != Positive rather than == Negative | Michael Goulet | -1/+1 |
| 2024-03-22 | Split out ImplPolarity and PredicatePolarity | Michael Goulet | -8/+8 |
| 2024-03-22 | Ty::new_ref and Ty::new_ptr stop using TypeAndMut | Michael Goulet | -4/+2 |
| 2024-03-22 | Delegation: fix ICE on `bound_vars` divergence | Bryanskiy | -7/+1 |
| 2024-03-22 | Arrange methods on HirTyLowerer more logically | León Orell Valerian Liehr | -24/+24 |
| 2024-03-22 | Rename module astconv to hir_ty_lowering | León Orell Valerian Liehr | -0/+5834 |