| Age | Commit message (Expand) | Author | Lines |
| 2025-08-11 | Rollup merge of #145111 - fee1-dead-contrib:push-rlvnyrztlkpq, r=jieyouxu | Guillaume Gomez | -16/+0 |
| 2025-08-11 | remove `from_forall` | lcnr | -18/+15 |
| 2025-08-10 | review comments | Esteban Küber | -5/+7 |
| 2025-08-10 | Add support for method calls | Esteban Küber | -33/+41 |
| 2025-08-10 | Point at the `Fn()` or `FnMut()` bound that coerced a closure, which caused a... | Esteban Küber | -1/+39 |
| 2025-08-10 | Rollup merge of #145191 - dianne:fix-borrow-suggestion-args, r=compiler-errors | Stuart Cook | -7/+22 |
| 2025-08-10 | Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726 | Stuart Cook | -201/+31 |
| 2025-08-09 | `suggest_borrow_generic_arg`: use the correct generic args | dianne | -7/+22 |
| 2025-08-09 | Rollup merge of #145115 - lcnr:less-borrowck-tainting, r=compiler-errors | Stuart Cook | -64/+87 |
| 2025-08-09 | Rollup merge of #144988 - amandasystems:more-detailed-region-graph, r=lcnr | Stuart Cook | -6/+21 |
| 2025-08-08 | borrowck: defer opaque type errors | lcnr | -47/+70 |
| 2025-08-08 | borrowck: move error tainting earlier | lcnr | -17/+17 |
| 2025-08-09 | remove some unused private trait impls | Deadbeef | -16/+0 |
| 2025-08-08 | turn expensive assert into debug assertion | Rémy Rakic | -2/+3 |
| 2025-08-08 | simplify polonius=next | Rémy Rakic | -199/+28 |
| 2025-08-07 | move `type_check` out of `compute_regions` | lcnr | -38/+53 |
| 2025-08-06 | Rollup merge of #144917 - compiler-errors:tail-call-linked-lifetimes, r=lcnr | Guillaume Gomez | -56/+54 |
| 2025-08-06 | Track names of existentials | Amanda Stjerna | -6/+7 |
| 2025-08-06 | Proposed format | Amanda Stjerna | -3/+3 |
| 2025-08-06 | Add annotations to the graphviz region graph on region origins | Amanda Stjerna | -1/+15 |
| 2025-08-04 | Don't actually pass BB to check_call_dest | Michael Goulet | -60/+54 |
| 2025-08-04 | Enforce tail call type is related to body return type in borrowck | Michael Goulet | -3/+7 |
| 2025-08-03 | Rename `Printer` variables. | Nicholas Nethercote | -8/+8 |
| 2025-08-03 | Auto merge of #144677 - nnethercote:bound-const-handling, r=lcnr | bors | -2/+2 |
| 2025-08-02 | Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu | Samuel Tardieu | -1/+1 |
| 2025-08-01 | Auto merge of #144458 - compiler-errors:no-witness-mini, r=lcnr | bors | -1/+0 |
| 2025-08-01 | Auto merge of #144446 - nnethercote:opt-region-constraints, r=lcnr | bors | -20/+19 |
| 2025-07-31 | Remove the witness type from coroutine args | Michael Goulet | -1/+0 |
| 2025-07-31 | Overhaul `Constraint`. | Nicholas Nethercote | -20/+19 |
| 2025-07-31 | Make const bound handling more like types/regions. | Nicholas Nethercote | -2/+2 |
| 2025-07-31 | Remove `ParamEnvAnd::into_parts`. | Nicholas Nethercote | -2/+2 |
| 2025-07-30 | Rollup merge of #144666 - compiler-errors:correct-late, r=lqd | Stuart Cook | -6/+21 |
| 2025-07-30 | Make sure to account for the right item universal regions in borrowck | Michael Goulet | -6/+21 |
| 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 |