| Age | Commit message (Expand) | Author | Lines |
| 2025-05-22 | Don't allow poly_select in new solver | Michael Goulet | -3/+5 |
| 2025-05-22 | Return correct error term kind on projection errors | Boxy | -4/+25 |
| 2025-05-21 | Rollup merge of #141363 - BoxyUwU:doc_lta_norm_binders, r=lcnr | Matthias Krüger | -4/+13 |
| 2025-05-21 | Don't evaluate constants depending on infers or params | Boxy | -42/+64 |
| 2025-05-21 | Introduce `tcx.anon_const_kind` query | Boxy | -2/+7 |
| 2025-05-21 | Document why we allow escaping bound vars in LTA norm | Boxy | -4/+13 |
| 2025-05-21 | Auto merge of #141345 - matthiaskrgr:rollup-vux7gok, r=matthiaskrgr | bors | -3/+15 |
| 2025-05-21 | Rollup merge of #141334 - lcnr:coerce-nested-obligations, r=compiler-errors | Matthias Krüger | -0/+14 |
| 2025-05-21 | Auto merge of #140386 - oli-obk:match-on-lang-item-kind, r=compiler-errors | bors | -85/+91 |
| 2025-05-21 | eagerly check nested obligations when coercing fndefs | lcnr | -0/+14 |
| 2025-05-21 | Do not eagerly fold consts in normalize_param_env_or_error if new solver | Michael Goulet | -3/+1 |
| 2025-05-20 | Querify coroutine_hidden_types | Michael Goulet | -1/+1 |
| 2025-05-17 | Rollup merge of #141121 - compiler-errors:ambig-is-not-err, r=lcnr | Matthias Krüger | -2/+8 |
| 2025-05-17 | Only select true errors in impossible_predicates | Michael Goulet | -2/+8 |
| 2025-05-17 | Rollup merge of #140208 - compiler-errors:wf-coinductive, r=lcnr | Matthias Krüger | -1/+6 |
| 2025-05-16 | Auto merge of #140978 - davidtwco:deep-reject-in-match-norm-trait-ref, r=lcnr | bors | -2/+8 |
| 2025-05-15 | Rollup merge of #140947 - compiler-errors:pending-norm, r=lcnr | Matthias Krüger | -4/+24 |
| 2025-05-15 | Rollup merge of #140712 - lcnr:normalization-gat-args, r=compiler-errors | Matthias Krüger | -3/+4 |
| 2025-05-15 | Auto merge of #136988 - compiler-errors:impossible_predicates, r=lcnr | bors | -9/+5 |
| 2025-05-13 | Expect deep norm to fail if query norm failed | Michael Goulet | -5/+17 |
| 2025-05-13 | trait_sel: deep reject `match_normalize_trait_ref` | David Wood | -2/+8 |
| 2025-05-12 | Flush errors before deep normalize in dropck_outlives | Michael Goulet | -0/+8 |
| 2025-05-08 | normalization: avoid incompletely constraining GAT args | lcnr | -3/+4 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -2/+2 |
| 2025-05-01 | Set groundwork for proper const normalization | Boxy | -159/+230 |
| 2025-05-01 | No-op split into sub functions | Boxy | -164/+162 |
| 2025-04-30 | Rollup merge of #140468 - BoxyUwU:normalization_confusings2, r=lcnr | Matthias Krüger | -5/+8 |
| 2025-04-30 | Rollup merge of #140516 - rperier:type-ir-to-type-middle, r=lcnr | Matthias Krüger | -12/+9 |
| 2025-04-30 | Use less rustc_type_ir in the compiler codebase | Romain Perier | -12/+9 |
| 2025-04-30 | Rollup merge of #140445 - oli-obk:const-manually-drop, r=fee1-dead | Matthias Krüger | -0/+3 |
| 2025-04-29 | confusings | Boxy | -5/+8 |
| 2025-04-29 | Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU | Trevor Gross | -37/+47 |
| 2025-04-29 | Treat `ManuallyDrop` as `~const Destruct` | Oli Scherer | -0/+3 |
| 2025-04-29 | Also match on the lang item in confirmation | Oli Scherer | -10/+5 |
| 2025-04-29 | Always check the lang item first | Oli Scherer | -16/+8 |
| 2025-04-29 | Replace if/elseif chain with match | Oli Scherer | -62/+81 |
| 2025-04-29 | Adjust tests | Michael Goulet | -1/+3 |
| 2025-04-29 | Wf is not coinductive | Michael Goulet | -1/+4 |
| 2025-04-28 | Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomez | bors | -9/+9 |
| 2025-04-28 | Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk | Guillaume Gomez | -9/+9 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -44/+0 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -0/+5 |
| 2025-04-28 | Split out various pattern type matches into their own function | Oli Scherer | -37/+42 |
| 2025-04-26 | convert some `GenericArg` to `Term` | lcnr | -65/+53 |
| 2025-04-24 | Auto merge of #140245 - matthiaskrgr:rollup-e0fwsfv, r=matthiaskrgr | bors | -33/+48 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -9/+9 |
| 2025-04-24 | Rollup merge of #140214 - compiler-errors:remove-hack, r=lcnr | Matthias Krüger | -2/+0 |
| 2025-04-24 | Rollup merge of #140186 - BoxyUwU:compute_what, r=compiler-errors | Matthias Krüger | -31/+48 |
| 2025-04-24 | Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLii | Matthias Krüger | -2/+1 |
| 2025-04-24 | Remove some unnecessary clones. | Nicholas Nethercote | -2/+1 |