| Age | Commit message (Expand) | Author | Lines |
| 2024-10-12 | remove a couple of redundant String to String conversion | Matthias Krüger | -1/+1 |
| 2024-10-07 | Rollup merge of #131225 - nnethercote:rustc_borrowck-mm, r=lqd | Jubilee | -13/+12 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -8/+2 |
| 2024-10-04 | Remove unnecessary lifetime in `ConditionVisitor`. | Nicholas Nethercote | -10/+10 |
| 2024-10-04 | Use `Rc` less in `MirBorrowckCtxt`. | Nicholas Nethercote | -3/+2 |
| 2024-10-02 | Remove redundant in_trait from hir::TyKind::OpaqueDef | Michael Goulet | -1/+1 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -5/+7 |
| 2024-09-24 | replace "cast" with "coercion" where applicable | Lukas Markeffsky | -2/+5 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -82/+78 |
| 2024-09-14 | Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr | León Orell Valerian Liehr | -9/+9 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -9/+9 |
| 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 | -25/+22 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -1/+1 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -25/+22 |
| 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 | -1/+1 |
| 2024-09-09 | Remove unnecessary lifetimes in dataflow structs. | Nicholas Nethercote | -24/+20 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -3/+4 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -1/+1 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`. | Nicholas Nethercote | -0/+10 |
| 2024-08-27 | Rollup merge of #129340 - stephen-lazaro:u/slazaro/issue-129274, r=compiler-e... | Matthias Krüger | -2/+3 |
| 2024-08-22 | Deduplicate Spans in Uninitialized Check | Stephen Lazaro | -2/+3 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_borrowck`. | Nicholas Nethercote | -15/+17 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -1/+1 |
| 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/+31 |
| 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/+3 |
| 2024-08-10 | rustc_borrowck: make some suggestion about static lifetimes translatable | Pavel Grigorenko | -3/+2 |
| 2024-08-10 | rustc_borrowck: make suggestion to move closure translatable | Pavel Grigorenko | -2/+1 |
| 2024-08-10 | rustc_borrowck: make dereference suggestion translatable | Pavel Grigorenko | -3/+2 |
| 2024-08-09 | use stable sort to sort multipart diagnostics | Folkert | -1/+1 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -1/+1 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -2/+2 |
| 2024-07-31 | Rollup merge of #128244 - compiler-errors:move-clone-sugg, r=estebank | Matthias Krüger | -80/+28 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -90/+69 |
| 2024-07-27 | Rollup merge of #128241 - compiler-errors:clone-sugg, r=jieyouxu | Trevor Gross | -31/+0 |
| 2024-07-26 | Peel off explicit (or implicit) deref before suggesting clone on move error i... | Michael Goulet | -80/+28 |
| 2024-07-26 | Remove logic to suggest clone of function output | Michael Goulet | -31/+0 |
| 2024-07-26 | Suppress useless clone suggestion | Michael Goulet | -0/+5 |
| 2024-07-24 | Don't ICE if HIR and middle types disagree in borrowck error reporting | Michael Goulet | -8/+26 |
| 2024-07-21 | Move all error reporting into rustc_trait_selection | Michael Goulet | -9/+12 |
| 2024-07-21 | Move some stuff to TypeErrCtxt | Michael Goulet | -4/+10 |
| 2024-07-19 | fixes panic error | surechen | -4/+9 |
| 2024-07-17 | If the moved value is a mut reference, it is used in a generic function and i... | surechen | -29/+73 |
| 2024-07-16 | Rollup merge of #127501 - compiler-errors:invert-infer-error-mod-struture, r=... | Trevor Gross | -3/+3 |