| Age | Commit message (Expand) | Author | Lines |
| 2024-11-19 | Compute `upvars` lazily. | Nicholas Nethercote | -7/+3 |
| 2024-11-19 | Clean up `UniversalRegions`. | Nicholas Nethercote | -60/+46 |
| 2024-11-19 | Make `TypeChecker::region_bound_pairs` owned. | Nicholas Nethercote | -4/+4 |
| 2024-11-19 | Make `TypeChecker::known_type_outlives_obligations` owned. | Nicholas Nethercote | -9/+7 |
| 2024-11-19 | Don't pass `universal_regions` unnecessarily. | Nicholas Nethercote | -6/+5 |
| 2024-11-18 | review | lcnr | -1/+3 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -8/+19 |
| 2024-11-17 | Rollup merge of #133130 - dianne:fix-133118, r=compiler-errors | Jacob Pratt | -16/+10 |
| 2024-11-17 | `suggest_borrow_generic_arg`: instantiate clauses properly | dianne | -16/+10 |
| 2024-11-16 | Rollup merge of #132134 - nnethercote:rm-ResultsVisitable, r=cjgillot | Matthias Krüger | -80/+173 |
| 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-08 | Get rid of check_opaque_type_well_formed | Michael Goulet | -89/+1 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -23/+20 |
| 2024-11-04 | Rollup merge of #131153 - VulnBandit:copy_impl_vuln, r=compiler-errors | Jubilee | -0/+17 |
| 2024-11-05 | Remove `ResultsVisitable`. | Nicholas Nethercote | -10/+6 |
| 2024-11-05 | Replace `BorrowckResults` with `Borrowck`. | Nicholas Nethercote | -71/+168 |
| 2024-11-04 | `BorrowckDiags` tweaks. | Nicholas Nethercote | -13/+5 |
| 2024-11-04 | Simplify `LocalUseMapBuild`. | Nicholas Nethercote | -48/+14 |
| 2024-11-04 | Merge `BorrowCheckContext` into `TypeChecker`. | Nicholas Nethercote | -173/+88 |
| 2024-11-04 | Remove unnecessary qualifiers. | Nicholas Nethercote | -3/+3 |
| 2024-11-04 | Remove unnecessary `continue`. | Nicholas Nethercote | -2/+1 |
| 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 | -78/+92 |
| 2024-11-04 | Move some `use` declarations. | Nicholas Nethercote | -13/+12 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -22/+19 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -1/+1 |
| 2024-11-04 | Reduce visibilities. | Nicholas Nethercote | -21/+23 |
| 2024-11-02 | compiler: Replace rustc_target with _abi in _borrowck | Jubilee Young | -6/+6 |
| 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-31 | Encode cross-crate opaque type origin | Michael Goulet | -1/+1 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -1/+1 |
| 2024-10-30 | Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercote | Matthias Krüger | -15/+16 |
| 2024-10-30 | Remove `Analysis::into_engine`. | Nicholas Nethercote | -15/+16 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -8/+10 |
| 2024-10-29 | Remove region from adjustments | Michael Goulet | -1/+0 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -6/+6 |
| 2024-10-24 | Rollup merge of #131756 - compiler-errors:deeply-normalize-type-err, r=lcnr | Stuart Cook | -6/+7 |
| 2024-10-24 | Plumb through param_env to note_type_err | Michael Goulet | -6/+7 |
| 2024-10-23 | fix some manual_map | Matthias Krüger | -7/+3 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -1/+1 |
| 2024-10-21 | Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU | bors | -4/+3 |
| 2024-10-19 | Rollup merge of #127675 - chenyukang:yukang-fix-127562-addr, r=petrochenkov | Matthias Krüger | -12/+21 |
| 2024-10-19 | Get rid of const eval_* and try_eval_* helpers | Michael Goulet | -4/+3 |
| 2024-10-17 | move `defining_opaque_types` out of `Canonical` | lcnr | -15/+14 |
| 2024-10-17 | `DropckOutlives` to `rustc_middle` | lcnr | -3/+2 |