| Age | Commit message (Expand) | Author | Lines |
| 2024-09-14 | Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr | León Orell Valerian Liehr | -73/+73 |
| 2024-09-13 | Rollup merge of #130297 - nnethercote:dataflow-cleanups, r=cjgillot | Matthias Krüger | -98/+96 |
| 2024-09-13 | Rename `FlowState` as `Domain`. | Nicholas Nethercote | -98/+96 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -67/+67 |
| 2024-09-13 | Rename some lifetimes. | Nicholas Nethercote | -6/+6 |
| 2024-09-13 | Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxu | bors | -17/+122 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -43/+36 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -2/+2 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -8/+4 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -35/+32 |
| 2024-09-11 | downgrade borrowck suggestion level due to possible span conflict | Ding Xiang Fei | -14/+29 |
| 2024-09-11 | rescope temp lifetime in let-chain into IfElse | Ding Xiang Fei | -17/+107 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-09-09 | Rename some lifetimes. | Nicholas Nethercote | -5/+5 |
| 2024-09-09 | Remove unnecessary lifetimes in dataflow structs. | Nicholas Nethercote | -111/+101 |
| 2024-09-06 | Rollup merge of #129969 - GrigorenkoPV:boxed-ty, r=compiler-errors | Matthias Krüger | -3/+4 |
| 2024-09-06 | Rollup merge of #129021 - compiler-errors:ptr-cast-outlives, r=lcnr | Matthias Krüger | -7/+64 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -3/+4 |
| 2024-09-05 | Check unnormalized signature on pointer cast | Michael Goulet | -7/+64 |
| 2024-09-04 | fix ICE when `asm_const` and `const_refs_to_static` are combined | Folkert de Vries | -2/+12 |
| 2024-09-04 | propagate `tainted_by_errors` in `MirBorrowckCtxt::emit_errors` | Folkert de Vries | -1/+1 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -2/+2 |
| 2024-08-31 | Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu | Matthias Krüger | -3/+38 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`. | Nicholas Nethercote | -3/+38 |
| 2024-08-30 | add borrows to NLL MIR dumps | Rémy Rakic | -1/+14 |
| 2024-08-30 | refactor NLL MIR dump entry point | Rémy Rakic | -15/+23 |
| 2024-08-30 | enable extra comments in NLL MIR dumps | Rémy Rakic | -21/+40 |
| 2024-08-27 | Rollup merge of #129340 - stephen-lazaro:u/slazaro/issue-129274, r=compiler-e... | Matthias Krüger | -2/+3 |
| 2024-08-27 | Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau | Matthias Krüger | -68/+74 |
| 2024-08-26 | Rollup merge of #129590 - compiler-errors:ref-tykind, r=fmease | Matthias Krüger | -2/+2 |
| 2024-08-25 | Avoid taking reference of &TyKind | Michael Goulet | -2/+2 |
| 2024-08-22 | Deduplicate Spans in Uninitialized Check | Stephen Lazaro | -2/+3 |
| 2024-08-19 | Use subtyping for UnsafeFnPointer coercion, too | Michael Goulet | -2/+2 |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -7/+7 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_borrowck`. | Nicholas Nethercote | -68/+74 |
| 2024-08-14 | Rollup merge of #129059 - compiler-errors:subtyping-correct-type, r=lcnr | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -5/+5 |
| 2024-08-13 | Use the right type when coercing fn items to pointers | Michael Goulet | -4/+4 |
| 2024-08-12 | Rollup merge of #128712 - compiler-errors:normalize-borrowck, r=lcnr | Matthias Krüger | -11/+49 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -2/+4 |
| 2024-08-12 | Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercote | Guillaume Gomez | -33/+52 |
| 2024-08-11 | Rename normalization functions to raw | Michael Goulet | -2/+2 |
| 2024-08-11 | Normalize struct tail properly in borrowck and hir typeck | Michael Goulet | -11/+49 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -2/+4 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-08-10 | rustc_borrowck: fmt | Pavel Grigorenko | -29/+31 |
| 2024-08-10 | rustc_borrowck: make "implicit static" suff translatable | Pavel Grigorenko | -4/+12 |
| 2024-08-10 | rustc_borrowck: make some suggestion about static lifetimes translatable | Pavel Grigorenko | -3/+8 |
| 2024-08-10 | rustc_borrowck: make suggestion to move closure translatable | Pavel Grigorenko | -2/+4 |
| 2024-08-10 | rustc_borrowck: make dereference suggestion translatable | Pavel Grigorenko | -3/+5 |