| Age | Commit message (Expand) | Author | Lines |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -32/+39 |
| 2024-05-11 | Apply nits, uplift ExistentialPredicate too | Michael Goulet | -1/+1 |
| 2024-05-11 | Consolidate obligation cause codes for where clauses | Michael Goulet | -10/+5 |
| 2024-05-10 | Auto merge of #124982 - compiler-errors:uplift-trait-ref, r=lcnr | bors | -0/+4 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -0/+4 |
| 2024-05-10 | Auto merge of #124952 - compiler-errors:no-error, r=lcnr | bors | -17/+31 |
| 2024-05-10 | Name tweaks | Michael Goulet | -6/+7 |
| 2024-05-10 | More rename fallout | Michael Goulet | -4/+4 |
| 2024-05-10 | Rename some ObligationCauseCode variants | Michael Goulet | -13/+12 |
| 2024-05-10 | Remove glob imports for ObligationCauseCode | Michael Goulet | -10/+24 |
| 2024-05-10 | Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoerister | Matthias Krüger | -21/+20 |
| 2024-05-10 | Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgr | bors | -5/+1 |
| 2024-05-10 | Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnr | Matthias Krüger | -5/+1 |
| 2024-05-10 | Auto merge of #124953 - compiler-errors:own-params, r=lcnr | bors | -62/+66 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -21/+20 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -62/+66 |
| 2024-05-10 | Use fewer origins when creating type variables. | Nicholas Nethercote | -5/+1 |
| 2024-05-09 | Add `ErrorGuaranteed` to `Recovered::Yes` and use it more. | Nicholas Nethercote | -4/+2 |
| 2024-05-07 | Auto merge of #124219 - gurry:122989-ice-unexpected-anon-const, r=compiler-er... | bors | -6/+8 |
| 2024-05-03 | Rollup merge of #124687 - fee1-dead-contrib:private-clauses, r=compiler-errors | Michael Goulet | -1/+1 |
| 2024-05-04 | Make `Bounds.clauses` private | Deadbeef | -1/+1 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -14/+10 |
| 2024-05-02 | Take ocx by move for pending obligations | Michael Goulet | -1/+1 |
| 2024-05-02 | Use ObligationCtxt in favor of TraitEngine in many places | Michael Goulet | -21/+15 |
| 2024-05-02 | Rollup merge of #124624 - WaffleLapkin:old_unit, r=fmease | Matthias Krüger | -23/+23 |
| 2024-05-02 | Inline & delete `Ty::new_unit`, since it's just a field access | Waffle Lapkin | -23/+23 |
| 2024-05-02 | shallow resolve in orphan check | lcnr | -0/+1 |
| 2024-05-01 | Auto merge of #124356 - fmease:fewer-magic-numbers-in-names, r=lcnr | bors | -14/+14 |
| 2024-04-30 | Auto merge of #117164 - fmease:orphan-norm, r=lcnr | bors | -72/+275 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -14/+14 |
| 2024-04-30 | Normalize trait ref before orphan check & consider ty params in alias types t... | León Orell Valerian Liehr | -72/+275 |
| 2024-04-29 | Avoid some `def_span` query calls | Oli Scherer | -13/+9 |
| 2024-04-27 | Fix ICE on invalid const param types | Gurinder Singh | -0/+2 |
| 2024-04-26 | put `hir::AnonConst` on the hir arena | Oli Scherer | -1/+1 |
| 2024-04-25 | Auto merge of #124058 - TechVest:master, r=fmease | bors | -1/+1 |
| 2024-04-25 | Fix some typos in comments | TechVest | -1/+1 |
| 2024-04-24 | Auto merge of #122500 - petrochenkov:deleg, r=fmease | bors | -28/+0 |
| 2024-04-23 | delegation: Support async, const, extern "ABI" and C-variadic functions | Vadim Petrochenkov | -28/+0 |
| 2024-04-23 | Auto merge of #124302 - matthiaskrgr:rollup-2aya8n8, r=matthiaskrgr | bors | -8/+6 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -8/+6 |
| 2024-04-23 | Rollup merge of #123993 - compiler-errors:coroutine-obl, r=lcnr | León Orell Valerian Liehr | -36/+11 |
| 2024-04-23 | Rollup merge of #122591 - gurry:122162-impl-type-binding-suggestion, r=fmease | León Orell Valerian Liehr | -11/+114 |
| 2024-04-23 | Rollup merge of #124288 - fee1-dead-contrib:rm_inner, r=fmease | Matthias Krüger | -10/+0 |
| 2024-04-23 | Rollup merge of #124067 - RalfJung:weak-lang-items, r=davidtwco | Matthias Krüger | -3/+3 |
| 2024-04-23 | remove `push_trait_bound_inner` | Deadbeef | -10/+0 |
| 2024-04-22 | Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay | Guillaume Gomez | -1/+0 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-22 | Do not ICE on `AnonConst`s in `diagnostic_hir_wf_check` | Gurinder Singh | -6/+8 |
| 2024-04-21 | Auto merge of #124241 - matthiaskrgr:rollup-xhu90xr, r=matthiaskrgr | bors | -2/+7 |
| 2024-04-21 | Rollup merge of #124224 - bvanjoi:cleanup, r=fmease | Matthias Krüger | -2/+2 |