| Age | Commit message (Expand) | Author | Lines |
| 2024-06-06 | Uplift TypeRelation and Relate | Michael Goulet | -11/+11 |
| 2024-06-05 | Add `Ty` to `mir::Const::Ty` | Boxy | -2/+2 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -2/+2 |
| 2024-06-04 | Rollup merge of #125667 - oli-obk:taintify, r=TaKO8Ki | Michael Goulet | -5/+29 |
| 2024-06-03 | Nits and formatting | Michael Goulet | -3/+3 |
| 2024-06-03 | Add cycle errors to ScrubbedTraitError to remove a couple more calls to new_w... | Michael Goulet | -1/+1 |
| 2024-06-03 | Move FulfillmentErrorCode to rustc_trait_selection too | Michael Goulet | -3/+5 |
| 2024-06-03 | Use ScrubbedTraitError in more places | Michael Goulet | -2/+2 |
| 2024-06-03 | Opt-in diagnostics reporting to avoid doing extra work in the new solver | Michael Goulet | -2/+2 |
| 2024-06-03 | Make TraitEngines generic over error | Michael Goulet | -1/+2 |
| 2024-06-03 | Auto merge of #125778 - estebank:issue-67100, r=compiler-errors | bors | -1/+1 |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -2/+3 |
| 2024-05-31 | Rollup merge of #125652 - amandasystems:you-dropped-something, r=oli-obk | Matthias Krüger | -35/+30 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -8/+4 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -8/+4 |
| 2024-05-29 | Use parenthetical notation for `Fn` traits | Esteban Küber | -1/+1 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -19/+15 |
| 2024-05-29 | Stop proving outlives constraints on regions we already reported errors on | Oli Scherer | -5/+29 |
| 2024-05-28 | Move the rest of the logic into `add_extra_drop_facts()` | Amanda Stjerna | -9/+7 |
| 2024-05-28 | Make drop-use fact collection simpler for `polonius` | Amanda Stjerna | -41/+34 |
| 2024-05-28 | Fix back-porting drop-livess from Polonius to tracing | Amanda Stjerna | -5/+9 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -32/+51 |
| 2024-05-21 | Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from... | Michael Goulet | -2/+2 |
| 2024-05-21 | Auto merge of #123812 - compiler-errors:additional-fixes, r=fmease | bors | -1/+1 |
| 2024-05-21 | Auto merge of #125284 - compiler-errors:uplift-misc, r=lcnr | bors | -21/+44 |
| 2024-05-20 | Rename confusing function name | Michael Goulet | -1/+1 |
| 2024-05-20 | Uplift RegionVid | Michael Goulet | -21/+44 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -7/+3 |
| 2024-05-19 | fix suggestion in E0373 for !Unpin coroutines | Joshua Wong | -0/+4 |
| 2024-05-19 | Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -4/+4 |
| 2024-05-18 | Fix typos (taking into account review comments) | blyxyas | -1/+1 |
| 2024-05-17 | Remove `Rvalue::CheckedBinaryOp` | Scott McMurray | -7/+3 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -4/+4 |
| 2024-05-16 | Uplift Goal to rustc_type_ir | Michael Goulet | -3/+3 |
| 2024-05-16 | Make P parameter explicit | Michael Goulet | -3/+6 |
| 2024-05-16 | Rename ToPredicate for Upcast | Michael Goulet | -10/+10 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -1/+2 |
| 2024-05-11 | Consolidate obligation cause codes for where clauses | Michael Goulet | -4/+1 |
| 2024-05-10 | Auto merge of #124982 - compiler-errors:uplift-trait-ref, r=lcnr | bors | -12/+25 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -12/+25 |
| 2024-05-10 | Auto merge of #124952 - compiler-errors:no-error, r=lcnr | bors | -4/+4 |
| 2024-05-10 | Name tweaks | Michael Goulet | -1/+4 |
| 2024-05-10 | More rename fallout | Michael Goulet | -1/+1 |
| 2024-05-10 | Rename some ObligationCauseCode variants | Michael Goulet | -5/+2 |
| 2024-05-10 | rename some variants in FulfillmentErrorCode | Michael Goulet | -2/+2 |
| 2024-05-10 | Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoerister | Matthias Krüger | -5/+4 |
| 2024-05-10 | Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgr | bors | -17/+4 |
| 2024-05-10 | Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnr | Matthias Krüger | -14/+3 |
| 2024-05-10 | Rollup merge of #124918 - nnethercote:FIXME-lcnr, r=lcnr | Matthias Krüger | -3/+1 |