| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-06 | Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead | Matthias Krüger | -20/+14 |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -20/+14 |
| 2025-06-05 | Auto merge of #140466 - amandasystems:move-to-preprocessing-step, r=lcnr | bors | -313/+423 |
| 2025-06-04 | Don't refer to 'local binding' in extern macro. | Mara Bos | -1/+7 |
| 2025-06-04 | Use an enum for SCC representatives, plus other code review | Amanda Stjerna | -136/+131 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -1/+1 |
| 2025-06-03 | `FIXME(-Znext-solver)` triage | lcnr | -1/+4 |
| 2025-06-03 | Move placeholder handling to a proper preprocessing step | Amanda Stjerna | -299/+414 |
| 2025-06-03 | Rollup merge of #141891 - jdonszelmann:fix-141764, r=jieyouxu | Matthias Krüger | -8/+16 |
| 2025-06-02 | fix bug where borrowck tries to describe a name from a macro in another crate | Jana Dönszelmann | -8/+16 |
| 2025-06-01 | Rollup merge of #141823 - amandasystems:reverse_scc_graph_once_cell, r=jieyouxu | Guillaume Gomez | -18/+11 |
| 2025-05-31 | Drive-by refactor: use `OnceCell` for the reverse region SCC graph | Amanda Stjerna | -18/+11 |
| 2025-05-31 | Auto merge of #141667 - lqd:lazy-maybe-init, r=matthewjasper | bors | -41/+60 |
| 2025-05-29 | Normalize possibly unnormalized type in relate_type_and_user_type | Michael Goulet | -0/+3 |
| 2025-05-29 | Structurally normalize types as needed in projection_ty_core | Michael Goulet | -7/+5 |
| 2025-05-27 | add perf fixme for `MaybeInitializedPlaces` domain | Rémy Rakic | -0/+12 |
| 2025-05-27 | fast path: compute `MaybeInitializedPlaces` lazily | Rémy Rakic | -11/+33 |
| 2025-05-27 | remove unneeded lifetime | Rémy Rakic | -7/+8 |
| 2025-05-27 | move `MaybeInitializedPlaces` computation to where it's used | Rémy Rakic | -27/+11 |
| 2025-05-27 | Suggest mut when possbile for temporary value dropped while borrowed | yukang | -1/+13 |
| 2025-05-27 | Fix some var names | Michael Goulet | -3/+3 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -4/+4 |
| 2025-05-22 | Rollup merge of #139668 - matthewjasper:upper-bound-fix, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2025-05-15 | Rollup merge of #140947 - compiler-errors:pending-norm, r=lcnr | Matthias Krüger | -7/+1 |
| 2025-05-13 | Expect deep norm to fail if query norm failed | Michael Goulet | -7/+1 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-08 | Rollup merge of #140260 - compiler-errors:only-global-post-norm, r=lcnr | Matthias Krüger | -4/+0 |
| 2025-05-07 | Auto merge of #140751 - GuillaumeGomez:rollup-eahw4ta, r=GuillaumeGomez | bors | -12/+14 |
| 2025-05-07 | Auto merge of #140590 - lcnr:closure-in-dead-code, r=compiler-errors | bors | -1/+12 |
| 2025-05-07 | Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwco | Guillaume Gomez | -12/+14 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -4/+0 |
| 2025-05-05 | Rollup merge of #140605 - lcnr:defer-opaque-type-error, r=compiler-errors | Guillaume Gomez | -2/+2 |
| 2025-05-04 | Auto merge of #140580 - jdonszelmann:variables-external-macros, r=m-ou-se | bors | -6/+9 |
| 2025-05-03 | `fn check_opaque_type_parameter_valid` defer error | lcnr | -2/+2 |
| 2025-05-03 | `CreateResult` wrap more fields in `Frozen` | lcnr | -4/+4 |
| 2025-05-03 | TypeChecker take fields by ref | lcnr | -8/+8 |
| 2025-05-03 | add `ReverseSccGraph::compute` | lcnr | -18/+27 |
| 2025-05-02 | borrowck nested items in dead code | lcnr | -1/+12 |
| 2025-05-02 | remove an unused codepath | Jana Dönszelmann | -6/+1 |