| Age | Commit message (Expand) | Author | Lines |
| 2025-01-06 | Improve span when temporary receiver is dropped in edition 2024 | Michael Goulet | -0/+34 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -2/+6 |
| 2025-01-01 | remove borrowck duplicate of `std::ops::ControlFlow` | Rémy Rakic | -19/+16 |
| 2025-01-01 | remove `allow_two_phase_borrow` | Rémy Rakic | -14/+6 |
| 2025-01-01 | remove empty `util` module | Rémy Rakic | -39/+0 |
| 2025-01-01 | move `find_assignments` to its only use site | Rémy Rakic | -2/+34 |
| 2025-01-01 | localize typeck constraints | Rémy Rakic | -6/+199 |
| 2025-01-01 | move typeck constraints conversion to its own module | Rémy Rakic | -39/+44 |
| 2025-01-01 | Rollup merge of #134945 - compiler-errors:map-mutate-nits, r=estebank | Stuart Cook | -7/+10 |
| 2024-12-31 | Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebank | Trevor Gross | -39/+118 |
| 2024-12-31 | Fix span for IndexMut method call on HashMap/BTreeMap | Michael Goulet | -2/+2 |
| 2024-12-31 | Use if-let in structured suggestion instead of Option::map | Michael Goulet | -6/+9 |
| 2024-12-31 | Explain how to mutate a HashMap/BTreeMap with more nuance | Michael Goulet | -1/+1 |
| 2024-12-30 | rename `diags` field | Rémy Rakic | -19/+26 |
| 2024-12-30 | clean up `BorrowckDiags` | Rémy Rakic | -23/+13 |
| 2024-12-30 | merge `diags` module into `diagnostics` | Rémy Rakic | -149/+142 |
| 2024-12-30 | move `facts` module to polonius legacy module | Rémy Rakic | -22/+17 |
| 2024-12-30 | simplify `add_extra_drop_facts` | Rémy Rakic | -25/+20 |
| 2024-12-30 | move `location` module to polonius legacy module | Rémy Rakic | -11/+11 |
| 2024-12-30 | fix a couple nits | Rémy Rakic | -6/+5 |
| 2024-12-29 | address review comments | Rémy Rakic | -7/+24 |
| 2024-12-29 | liveness constraints: draw the rest of the owl | Rémy Rakic | -71/+180 |
| 2024-12-29 | finish filling polonius context | Rémy Rakic | -8/+40 |
| 2024-12-29 | record variance of regular live regions | Rémy Rakic | -3/+21 |
| 2024-12-29 | record variance of use/drop live regions | Rémy Rakic | -6/+12 |
| 2024-12-29 | add variance recording | Rémy Rakic | -0/+126 |
| 2024-12-29 | introduce polonius context | Rémy Rakic | -47/+104 |
| 2024-12-29 | Auto merge of #134627 - estebank:issue-133252, r=jackh726 | bors | -2/+8 |
| 2024-12-27 | Rollup merge of #134827 - compiler-errors:borrowck-nits, r=lqd | David Tolnay | -0/+6 |
| 2024-12-27 | Make sure there are no registered constraints from creating universal region ... | Michael Goulet | -0/+6 |
| 2024-12-27 | Fix typos | chloefeal | -1/+1 |
| 2024-12-24 | Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk | bors | -0/+2 |
| 2024-12-23 | Auto merge of #134465 - lcnr:type-verifier, r=compiler-errors | bors | -317/+84 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -0/+2 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -19/+5 |
| 2024-12-21 | Auto merge of #134268 - lqd:polonius-next, r=jackh726 | bors | -34/+408 |
| 2024-12-21 | Avoid ICE in borrowck | Esteban Küber | -2/+8 |
| 2024-12-21 | Auto merge of #134501 - lcnr:member-constraints-yeet, r=oli-obk | bors | -96/+381 |
| 2024-12-20 | Rollup merge of #134574 - lcnr:opaque-ty-hack-yeet, r=compiler-errors | Matthias Krüger | -6/+7 |
| 2024-12-20 | next-solver: rm opaque type hack | lcnr | -6/+7 |
| 2024-12-20 | add comments | lcnr | -3/+6 |
| 2024-12-20 | remove non-borrowck member constraints | lcnr | -33/+14 |
| 2024-12-20 | more directly handle member constraints | lcnr | -71/+375 |
| 2024-12-20 | cleanup promoteds move check | lcnr | -9/+9 |
| 2024-12-19 | Auto merge of #134499 - jieyouxu:rollup-zmaveur, r=jieyouxu | bors | -29/+33 |
| 2024-12-19 | Rollup merge of #134477 - lcnr:move-lint-into-subfn, r=lqd | 许杰友 Jieyou Xu (Joe) | -29/+33 |
| 2024-12-19 | Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726 | bors | -16/+18 |
| 2024-12-18 | Auto merge of #133328 - nnethercote:simplify-SwitchInt-handling, r=tmiasko | bors | -11/+1 |
| 2024-12-18 | move lint_unused_mut into subfn | lcnr | -29/+33 |
| 2024-12-18 | fix crashes | lcnr | -1/+1 |