| Age | Commit message (Expand) | Author | Lines |
| 2024-11-19 | Put `param_env` into `infcx`. | Nicholas Nethercote | -31/+34 |
| 2024-11-18 | review | lcnr | -1/+3 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -7/+16 |
| 2024-11-17 | `suggest_borrow_generic_arg`: instantiate clauses properly | dianne | -16/+10 |
| 2024-11-13 | Suggest borrowing arguments in generic positions when trait bounds are satisfied | dianne | -159/+157 |
| 2024-11-13 | Use a common subdiagnostic format for generic borrows | dianne | -5/+10 |
| 2024-11-13 | Provide borrow-instead-of-move suggestions for calls of fn-like items from ot... | dianne | -39/+40 |
| 2024-11-09 | Dont suggest use<APIT> | Michael Goulet | -26/+45 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -5/+5 |
| 2024-11-04 | Rollup merge of #131153 - VulnBandit:copy_impl_vuln, r=compiler-errors | Jubilee | -0/+17 |
| 2024-11-04 | Remove `ToUniverseInfo` impl for `CanonicalQueryInput<CustomTypeOp>`. | Nicholas Nethercote | -9/+0 |
| 2024-11-04 | Merge `UniverseInfo` and `UniverseInfoInner`. | Nicholas Nethercote | -25/+13 |
| 2024-11-04 | Tidy up comments and some formatting. | Nicholas Nethercote | -38/+48 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -4/+4 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -1/+1 |
| 2024-11-04 | Reduce visibilities. | Nicholas Nethercote | -1/+1 |
| 2024-11-02 | compiler: Replace rustc_target with _abi in _borrowck | Jubilee Young | -3/+3 |
| 2024-10-31 | Auto merge of #132301 - compiler-errors:adjust, r=lcnr | bors | -1/+0 |
| 2024-10-31 | Try to point out when edition 2024 lifetime capture rules cause borrowck issues | Michael Goulet | -1/+232 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -1/+1 |
| 2024-10-29 | Remove region from adjustments | Michael Goulet | -1/+0 |
| 2024-10-24 | Rollup merge of #131756 - compiler-errors:deeply-normalize-type-err, r=lcnr | Stuart Cook | -6/+6 |
| 2024-10-24 | Plumb through param_env to note_type_err | Michael Goulet | -6/+6 |
| 2024-10-23 | fix some manual_map | Matthias Krüger | -7/+3 |
| 2024-10-19 | Rollup merge of #127675 - chenyukang:yukang-fix-127562-addr, r=petrochenkov | Matthias Krüger | -12/+21 |
| 2024-10-17 | move `defining_opaque_types` out of `Canonical` | lcnr | -15/+14 |
| 2024-10-16 | Improve duplicate derive Copy/Clone diagnostics | VulnBandit | -0/+17 |
| 2024-10-14 | Move trait bound modifiers into hir::PolyTraitRef | Michael Goulet | -3/+3 |
| 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 |