| Age | Commit message (Expand) | Author | Lines |
| 2024-06-14 | Rollup merge of #126320 - oli-obk:pat_ice, r=lcnr | Matthias Krüger | -5/+5 |
| 2024-06-13 | MIR visitor: constant -> const_operand | Ralf Jung | -4/+4 |
| 2024-06-13 | Replace some `Option<Diag>` with `Result<(), Diag>` | Oli Scherer | -5/+5 |
| 2024-06-12 | Auto merge of #125069 - amandasystems:scc-refactor, r=nikomatsakis | bors | -201/+191 |
| 2024-06-12 | Use Variance glob import everywhere | Michael Goulet | -31/+21 |
| 2024-06-12 | Address code review comments on the comments | Amanda Stjerna | -29/+29 |
| 2024-06-12 | Move `RegionTracker` to `region_infer` | Amanda Stjerna | -95/+93 |
| 2024-06-12 | Resurrect some comments, remove a `pub` | Amanda Stjerna | -1/+42 |
| 2024-06-12 | Roll back a few `#[instrument]` | Amanda Stjerna | -15/+12 |
| 2024-06-12 | Formatting, weird because I just did that | Amanda Stjerna | -2/+2 |
| 2024-06-12 | Simplify path compression logic | Amanda Stjerna | -3/+12 |
| 2024-06-12 | Extend SCC construction to enable extra functionality | Amanda Stjerna | -212/+157 |
| 2024-06-12 | Rollup merge of #126295 - linyihai:uninitalized-in-match-arm, r=pnkfelix | Guillaume Gomez | -4/+17 |
| 2024-06-12 | Rollup merge of #126301 - nnethercote:sort-crate-attributes, r=davidtwco | Jubilee | -1/+3 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -1/+3 |
| 2024-06-12 | No uninitalized report in a pre-returned match arm | Lin Yihai | -4/+17 |
| 2024-06-11 | Try not to make obligations in handle_opaque_type | Michael Goulet | -8/+1 |
| 2024-06-11 | Rename some things | Michael Goulet | -6/+6 |
| 2024-06-11 | Make ObligationEmittingRelation deal with Goals only | Michael Goulet | -11/+27 |
| 2024-06-11 | Get rid of PredicateObligations | Michael Goulet | -2/+2 |
| 2024-06-10 | Make suggestion to change `Fn` to `FnMut` work with methods well | Gurinder Singh | -44/+69 |
| 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-05 | Remove confusing `use_polonius` flag and do less cloning | Amanda Stjerna | -51/+57 |
| 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 |