| Age | Commit message (Expand) | Author | Lines |
| 2024-10-04 | Avoid `&Rc<T>` arguments. | Nicholas Nethercote | -25/+22 |
| 2024-10-04 | Avoid `Rc` in `BodyWithBorrowckFacts`. | Nicholas Nethercote | -7/+4 |
| 2024-10-04 | Use `Box` instead of `Rc` for `polonius_output`. | Nicholas Nethercote | -7/+9 |
| 2024-10-04 | Use `Rc` less in `MirBorrowckCtxt`. | Nicholas Nethercote | -25/+17 |
| 2024-10-02 | Move in_trait into OpaqueTyOrigin | Michael Goulet | -2/+2 |
| 2024-10-02 | Use named fields for OpaqueTyOrigin | Michael Goulet | -2/+2 |
| 2024-10-02 | Remove redundant in_trait from hir::TyKind::OpaqueDef | Michael Goulet | -1/+1 |
| 2024-10-02 | make `Borrows` dataflow dumps about its loan domain | Rémy Rakic | -11/+1 |
| 2024-09-27 | borrowck: use subtyping instead of equality for ptr-to-ptr casts | Lukas Markeffsky | -1/+1 |
| 2024-09-25 | Stabilize the `map`/`value` methods on `ControlFlow` | Scott McMurray | -1/+0 |
| 2024-09-25 | Auto merge of #130803 - cuviper:file-buffered, r=joshtriplett | bors | -2/+3 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -2/+3 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -33/+48 |
| 2024-09-24 | replace "cast" with "coercion" where applicable | Lukas Markeffsky | -13/+20 |
| 2024-09-24 | unify dyn* coercions with other pointer coercions | Lukas Markeffsky | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -162/+149 |
| 2024-09-18 | Begin experimental support for pin reborrowing | Eric Holk | -1/+1 |
| 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 |