| Age | Commit message (Expand) | Author | Lines |
| 2025-07-29 | Create two methods to fix `find_oldest_ancestor_in_same_ctxt` | xizheyin | -1/+1 |
| 2025-07-28 | Rename impl_of_method -> impl_of_assoc | Cameron Steffen | -4/+4 |
| 2025-07-28 | Rename trait_of_item -> trait_of_assoc | Cameron Steffen | -2/+2 |
| 2025-07-28 | Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLii | bors | -296/+281 |
| 2025-07-28 | use let chains in ast, borrowck, codegen, const_eval | Kivooeo | -296/+281 |
| 2025-07-25 | Skip formatting for some compiler documentation code | Josh Triplett | -1/+1 |
| 2025-07-25 | Mention type that could be `Clone` but isn't in more cases | Esteban Küber | -0/+52 |
| 2025-07-25 | Rollup merge of #144200 - estebank:dont-point-at-closure, r=lcnr | Matthias Krüger | -51/+83 |
| 2025-07-23 | Point at the type that doesn't impl `Clone` in more cases beyond closures | Esteban Küber | -10/+5 |
| 2025-07-21 | Reduce comment verbosity | Esteban Küber | -33/+5 |
| 2025-07-21 | Tweak spans when encountering multiline initializer in move error | Esteban Küber | -2/+9 |
| 2025-07-21 | Generalize logic pointing at binding moved into closure | Esteban Küber | -24/+55 |
| 2025-07-21 | Tweak borrowck label pointing at `!Copy` value moved into closure | Esteban Küber | -51/+78 |
| 2025-07-21 | Dont ICE on copy error being suppressed due to overflow | Michael Goulet | -4/+5 |
| 2025-07-15 | Add alias for ArgOutlivesPredicate | Michael Goulet | -3/+3 |
| 2025-07-15 | Gate things properly | Michael Goulet | -1/+3 |
| 2025-07-15 | Consider outlives assumptions when proving auto traits for coroutine interiors | Michael Goulet | -6/+26 |
| 2025-07-14 | Rollup merge of #143901 - compiler-errors:region-constraint-nits, r=lcnr | Samuel Tardieu | -0/+3 |
| 2025-07-13 | Simplify make_query_region_constraints | Michael Goulet | -0/+3 |
| 2025-07-13 | Remove hir::AssocItemKind. | Camille GILLOT | -31/+15 |
| 2025-07-08 | Expose nested bodies in rustc_borrowck::consumers | Nico Lehmann | -54/+89 |
| 2025-07-06 | Rollup merge of #143477 - folkertdev:use-is-multiple-of, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2025-07-05 | use `is_multiple_of` instead of manual modulo | Folkert de Vries | -1/+1 |
| 2025-07-04 | Nits | Michael Goulet | -2/+2 |
| 2025-07-04 | Fix elided lifetimes in rustdoc | Michael Goulet | -3/+3 |
| 2025-07-04 | Remove Symbol for Named LateParam/Bound variants | Michael Goulet | -34/+57 |
| 2025-07-01 | Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk | bors | -35/+3 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -35/+3 |
| 2025-07-01 | mir: Mark `Statement` and `BasicBlockData` as `#[non_exhaustive]` | dianqk | -0/+1 |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -10/+10 |
| 2025-06-26 | Rollup merge of #142637 - compiler-errors:less-globs, r=lcnr | Michael Goulet | -10/+10 |
| 2025-06-26 | Rollup merge of #124595 - estebank:issue-104232, r=davidtwco | Matthias Krüger | -29/+27 |
| 2025-06-25 | Rollup merge of #142724 - xizheyin:avoid_overwrite_args, r=oli-obk | Jana Dönszelmann | -1/+7 |
| 2025-06-25 | rename RegionVariableOrigin::MiscVariable to RegionVariableOrigin::Misc | Michael Goulet | -4/+3 |
| 2025-06-25 | Remove some glob imports from the type system | Michael Goulet | -6/+7 |
| 2025-06-25 | Add runtime check to avoid overwrite arg easily in diag and store and restore... | xizheyin | -1/+7 |
| 2025-06-24 | Suggest cloning `Arc` moved into closure | Esteban Küber | -29/+27 |
| 2025-06-22 | Init local_names lazily for borrowck diagnostics | Kornel | -44/+58 |
| 2025-06-22 | Avoid panic when debug info is missing | Kornel | -3/+7 |
| 2025-06-19 | Remove old format_args diagnostic. | Mara Bos | -27/+11 |
| 2025-06-16 | Handle same-crate macro for borrowck semicolon suggestion | Urgau | -4/+1 |
| 2025-06-16 | Auto merge of #142550 - fmease:rollup-fteyzcv, r=fmease | bors | -3/+7 |
| 2025-06-15 | Rollup merge of #142543 - Urgau:span-borrowck-semicolon, r=fmease | León Orell Valerian Liehr | -3/+7 |
| 2025-06-15 | Auto merge of #142471 - lqd:sparse-borrows, r=nnethercote | bors | -6/+6 |
| 2025-06-15 | Suggest adding semicolon in user code rather than macro impl details | Urgau | -3/+7 |
| 2025-06-14 | Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors | Matthias Krüger | -4/+3 |
| 2025-06-13 | use `MixedBitSet` for borrows-in-scope computation | Rémy Rakic | -6/+6 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -4/+3 |
| 2025-06-12 | Rollup merge of #141069 - chenyukang:yukang-fix-137486-suggest-mut, r=davidtwco | Matthias Krüger | -1/+13 |
| 2025-06-11 | Auto merge of #141763 - lcnr:fixme-gamer, r=BoxyUwU | bors | -1/+4 |