| Age | Commit message (Expand) | Author | Lines |
| 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/+20 |
| 2024-04-30 | Auto merge of #117164 - fmease:orphan-norm, r=lcnr | bors | -76/+279 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -14/+20 |
| 2024-04-30 | Normalize trait ref before orphan check & consider ty params in alias types t... | León Orell Valerian Liehr | -76/+279 |
| 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 |
| 2024-04-21 | Auto merge of #124203 - lukas-code:delete-deleting-caches, r=compiler-errors | bors | -2/+2 |
| 2024-04-21 | Add an intrinsic that lowers to AggregateKind::RawPtr | Scott McMurray | -0/+5 |
| 2024-04-21 | also remap RPITITs nested in other types back to their opaques | Lukas Markeffsky | -2/+2 |
| 2024-04-21 | cleanup: unnecessary clone during lower generics args | bohan | -2/+2 |
| 2024-04-20 | Explicitly mention `Self` | Michael Goulet | -7/+29 |
| 2024-04-20 | Flip spans for precise capturing syntax not capturing a ty/ct param | Michael Goulet | -14/+21 |
| 2024-04-20 | Rollup merge of #124104 - compiler-errors:parent-generic-use, r=oli-obk | Matthias Krüger | -7/+30 |
| 2024-04-19 | Fix capturing duplicated lifetimes via parent | Michael Goulet | -7/+30 |
| 2024-04-19 | Rollup merge of #124106 - compiler-errors:tait-lifetime-dedup, r=oli-obk | Matthias Krüger | -6/+9 |
| 2024-04-18 | Rollup merge of #124047 - Jules-Bertholet:match-ergonomics-cleanups, r=Nadrieril | Matthias Krüger | -2/+2 |
| 2024-04-17 | Don't repeatedly duplicate TAIT lifetimes for each subsequently nested TAIT | Michael Goulet | -6/+9 |
| 2024-04-17 | Auto merge of #123674 - oli-obk:bogus_note, r=estebank | bors | -2/+8 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -2/+2 |
| 2024-04-17 | consistency rename: language item -> lang item | Ralf Jung | -3/+3 |
| 2024-04-17 | Rollup merge of #123997 - compiler-errors:self-res, r=fmease | Matthias Krüger | -0/+11 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -38/+21 |
| 2024-04-16 | Prefer identity equality over equating types during coercion. | Oli Scherer | -22/+13 |
| 2024-04-16 | Change intrinsic types to use `u32` instead of `T` to match stable reexports | Maybe Waffle | -8/+6 |