| Age | Commit message (Expand) | Author | Lines |
| 2024-06-17 | Rollup merge of #126570 - nnethercote:fix-126385, r=lcnr | Guillaume Gomez | -3/+1 |
| 2024-06-17 | Rollup merge of #126226 - gurry:125325-improve-closure-arg-sugg, r=oli-obk | Guillaume Gomez | -44/+69 |
| 2024-06-17 | Convert a `span_bug` to a `span_delayed_bug`. | Nicholas Nethercote | -3/+1 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -2/+2 |
| 2024-06-15 | Rollup merge of #126508 - beepster4096:minor_borrowck_cherrypick, r=compiler-... | Guillaume Gomez | -4/+4 |
| 2024-06-15 | Rollup merge of #126410 - RalfJung:smir-const-operand, r=oli-obk | Guillaume Gomez | -4/+4 |
| 2024-06-15 | Rollup merge of #126354 - compiler-errors:variance, r=lcnr | Matthias Krüger | -31/+21 |
| 2024-06-14 | make uninitialized_error_reported a set of locals | beepster4096 | -4/+4 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -15/+13 |
| 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 |