| Age | Commit message (Expand) | Author | Lines |
| 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/+31 |
| 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/+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 | -5/+5 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -2/+2 |
| 2024-08-06 | Don't arbitrarily choose one upper bound for hidden captured region | Michael Goulet | -15/+20 |
| 2024-08-05 | Normalize when equating dyn tails in MIR borrowck | Michael Goulet | -0/+6 |
| 2024-07-31 | Rollup merge of #128244 - compiler-errors:move-clone-sugg, r=estebank | Matthias Krüger | -80/+28 |
| 2024-07-29 | Stop using MoveDataParamEnv for places that don't need a param-env | Michael Goulet | -9/+7 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -312/+273 |
| 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-23 | Rollup merge of #128049 - compiler-errors:E0626, r=petrochenkov | Matthias Krüger | -3/+27 |
| 2024-07-21 | Move all error reporting into rustc_trait_selection | Michael Goulet | -11/+14 |
| 2024-07-21 | Move some stuff to TypeErrCtxt | Michael Goulet | -4/+10 |
| 2024-07-21 | Explain that coroutine can be marked static | Michael Goulet | -3/+27 |
| 2024-07-20 | Rollup merge of #127948 - surechen:fix_127915, r=compiler-errors | Matthias Krüger | -4/+9 |
| 2024-07-19 | fixes panic error | surechen | -4/+9 |
| 2024-07-18 | Remove tag field from relations | Michael Goulet | -4/+0 |
| 2024-07-18 | Rollup merge of #127810 - compiler-errors:less-tcx, r=lcnr | Matthias Krüger | -4/+4 |
| 2024-07-17 | Fix relations | Michael Goulet | -4/+4 |
| 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 |
| 2024-07-16 | Rollup merge of #120990 - chenyukang:yukang-fix-120327-dbg, r=oli-obk | Trevor Gross | -2/+63 |
| 2024-07-15 | Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::infer | Michael Goulet | -3/+3 |
| 2024-07-16 | Suggest a borrow when using dbg | yukang | -2/+63 |
| 2024-07-16 | Remove invalid help diagnostics for const pointer | yukang | -12/+21 |
| 2024-07-14 | Stop using the gen keyword in the compiler | Michael Goulet | -1/+1 |
| 2024-07-12 | Rollup merge of #127625 - SkiFire13:revert-comment-deletion, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-07-11 | Revert accidental comment deletion | Giacomo Stevanato | -0/+2 |
| 2024-07-11 | Rollup merge of #124599 - estebank:issue-41708, r=wesleywiser | Matthias Krüger | -19/+70 |
| 2024-07-09 | Auto merge of #127500 - compiler-errors:consolidate-region-errors, r=lcnr | bors | -7/+5 |