| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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 |
| 2024-07-08 | Consolidate region error reporting in rustc_infer | Michael Goulet | -7/+5 |
| 2024-07-08 | Move trait selection error reporting to its own top-level module | Michael Goulet | -8/+8 |
| 2024-07-08 | Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro... | Matthias Krüger | -1/+66 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -5/+30 |
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -5/+30 |
| 2024-07-06 | Uplift PredicateEmittingRelation first | Michael Goulet | -4/+5 |
| 2024-07-05 | Equate types instead of using `Unsize` | Maybe Lapkin | -37/+28 |
| 2024-07-05 | Use `ControlFlow` results for visitors that are only looking for a single value | Oli Scherer | -38/+23 |
| 2024-07-04 | Auto merge of #127326 - matthiaskrgr:rollup-kz7vd3w, r=matthiaskrgr | bors | -27/+27 |
| 2024-07-04 | Properly normalize types in bck when checking pointer casts | Maybe Lapkin | -2/+5 |
| 2024-07-04 | Remove unhelpful comments and add helpful ones | Maybe Lapkin | -0/+4 |
| 2024-07-04 | Align the changes to the lang decision | Maybe Lapkin | -8/+29 |
| 2024-07-04 | Add more checks for pointers with vtable meta | Maybe Waffle | -1/+47 |
| 2024-07-04 | Auto merge of #127170 - bjorn3:no_specialize_index_borrowck, r=michaelwoerister | bors | -3/+26 |
| 2024-07-04 | More accurate mutability suggestion | Esteban Küber | -11/+14 |
| 2024-07-04 | Fix `&mut` removal suggestion | Esteban Küber | -2/+2 |
| 2024-07-04 | Better span for "make binding mutable" suggestion | Esteban Küber | -14/+11 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -2/+2 |
| 2024-07-03 | Auto merge of #123720 - amandasystems:dyn-enable-refactor, r=nikomatsakis | bors | -73/+137 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -2/+2 |
| 2024-07-01 | Add description for why this PR was made | Amanda Stjerna | -3/+25 |
| 2024-07-01 | Code review: rename the method `min_universe()` | Amanda Stjerna | -7/+9 |
| 2024-07-01 | Handle universe leaks by rewriting the constraint graph | Amanda Stjerna | -68/+108 |
| 2024-07-01 | Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote | bors | -160/+186 |
| 2024-06-30 | Remove usage of specialization from rustc_borrowck | bjorn3 | -3/+26 |
| 2024-06-29 | fix: prefer `(*p).clone` to `p.clone` if the `p` is a raw pointer | Lin Yihai | -9/+44 |