| Age | Commit message (Expand) | Author | Lines |
| 2024-06-13 | Replace some `Option<Diag>` with `Result<(), Diag>` | Oli Scherer | -5/+5 |
| 2024-06-12 | No uninitalized report in a pre-returned match arm | Lin Yihai | -4/+17 |
| 2024-06-10 | Make suggestion to change `Fn` to `FnMut` work with methods well | Gurinder Singh | -44/+69 |
| 2024-06-05 | Remove confusing `use_polonius` flag and do less cloning | Amanda Stjerna | -6/+5 |
| 2024-06-03 | Move FulfillmentErrorCode to rustc_trait_selection too | Michael Goulet | -3/+5 |
| 2024-06-03 | Opt-in diagnostics reporting to avoid doing extra work in the new solver | Michael Goulet | -1/+1 |
| 2024-06-03 | Auto merge of #125778 - estebank:issue-67100, r=compiler-errors | bors | -1/+1 |
| 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-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -32/+51 |
| 2024-05-20 | Rename confusing function name | Michael Goulet | -1/+1 |
| 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 | -1/+1 |
| 2024-05-18 | Fix typos (taking into account review comments) | blyxyas | -1/+1 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -1/+1 |
| 2024-05-16 | Rename ToPredicate for Upcast | Michael Goulet | -5/+5 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -1/+2 |
| 2024-05-10 | Auto merge of #124982 - compiler-errors:uplift-trait-ref, r=lcnr | bors | -0/+1 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -0/+1 |
| 2024-05-10 | Auto merge of #124952 - compiler-errors:no-error, r=lcnr | bors | -2/+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 | -3/+2 |
| 2024-05-10 | Auto merge of #124953 - compiler-errors:own-params, r=lcnr | bors | -26/+29 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -3/+2 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -26/+29 |
| 2024-05-09 | Suggest borrowing on fn argument that is `impl AsRef` | Esteban Küber | -19/+70 |
| 2024-05-09 | chore: remove repetitive words | goofylfg | -1/+1 |
| 2024-04-29 | Remove `extern crate rustc_middle` from numerous crates. | Nicholas Nethercote | -0/+6 |
| 2024-04-25 | review comment: rename method | Esteban Küber | -2/+2 |
| 2024-04-25 | Check equivalence of indices in more cases | Esteban Küber | -1/+7 |
| 2024-04-25 | Don't suggest `split_at_mut` when the multiple borrows have the same index | Esteban Küber | -2/+6 |
| 2024-04-25 | Mention `split_at_mut` when mixing mutability in indexing ops | Esteban Küber | -2/+17 |
| 2024-04-25 | Only suggest `split_at_mut` on indexing borrowck errors for std types | Esteban Küber | -8/+22 |
| 2024-04-25 | Detect borrow error involving sub-slices and suggest `split_at_mut` | Esteban Küber | -16/+25 |
| 2024-04-25 | Auto merge of #119650 - chenyukang:yukang-fix-118596-ref-mut, r=wesleywiser | bors | -1/+16 |
| 2024-04-24 | Suggest cloning captured binding in `move` closure | Esteban Küber | -8/+136 |
| 2024-04-24 | Mention when type parameter could be `Clone` | Esteban Küber | -8/+51 |
| 2024-04-24 | Modify `find_expr` from `Span` to better account for closures | Esteban Küber | -4/+4 |
| 2024-04-25 | Suggest ref mut for pattern matching assignment | yukang | -1/+16 |
| 2024-04-23 | Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper | León Orell Valerian Liehr | -11/+20 |
| 2024-04-20 | Add a non-shallow fake borrow | Nadrieril | -11/+20 |
| 2024-04-19 | Stop taking ParamTy/ParamConst/EarlyParamRegion/AliasTy by ref | Michael Goulet | -2/+2 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -8/+8 |
| 2024-04-15 | Make suggest_deref_closure_return more idiomatic/easier to understand | Michael Goulet | -73/+64 |
| 2024-04-16 | Rollup merge of #123989 - compiler-errors:type-dependent-def-id, r=oli-obk | León Orell Valerian Liehr | -26/+20 |
| 2024-04-16 | Rollup merge of #123016 - compiler-errors:no-type-var-origin, r=lcnr | León Orell Valerian Liehr | -5/+4 |
| 2024-04-15 | Rebase fallout | Michael Goulet | -5/+4 |