| Age | Commit message (Expand) | Author | Lines |
| 2022-12-02 | Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8Ki | Matthias Krüger | -11/+11 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -2/+56 |
| 2022-11-22 | Rollup merge of #104656 - c410-f3r:moar-errors, r=petrochenkov | Matthias Krüger | -0/+37 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -1/+1 |
| 2022-11-20 | Move tests | Caio | -0/+37 |
| 2022-11-19 | Use `type_ascribe!` in many UI tests | Nilstrieb | -11/+11 |
| 2022-11-13 | Rollup merge of #104181 - jackh726:known-bug-tests, r=Mark-Simulacrum | Manish Goregaokar | -0/+16 |
| 2022-11-13 | Add a few known-bug tests | Jack Huey | -0/+16 |
| 2022-11-13 | Auto merge of #104282 - cjgillot:intern-span, r=compiler-errors | bors | -15/+15 |
| 2022-11-12 | Bless ui tests. | Camille GILLOT | -1/+1 |
| 2022-11-11 | Do not rename bound variables when verbose-printing binders. | Camille GILLOT | -15/+15 |
| 2022-11-10 | Tweak span for `#[must_use]` | Esteban Küber | -1/+1 |
| 2022-11-09 | Rollup merge of #103307 - b4den:master, r=estebank | Manish Goregaokar | -5/+5 |
| 2022-11-07 | Rollup merge of #104003 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -0/+21 |
| 2022-11-05 | Move some tests to more reasonable directories | Caio | -0/+21 |
| 2022-11-05 | use spans in TypeTest rather than mir::Location | Ali MJ Al-Nasrawy | -68/+44 |
| 2022-11-05 | simplify applying closure requirements | Ali MJ Al-Nasrawy | -2/+5 |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -15/+16 |
| 2022-10-25 | Name impl trait in region bound suggestion | Michael Goulet | -1/+1 |
| 2022-10-20 | Update tests to match error message changes | b4den | -5/+5 |
| 2022-10-19 | Make ClosureOutlivesRequirement not rely on an unresolved type | Michael Goulet | -16/+15 |
| 2022-10-16 | Auto merge of #102080 - yanchen4791:issue-99824-fix, r=cjgillot | bors | -6/+10 |
| 2022-10-08 | Rollup merge of #99818 - aliemjay:fix-closure-normalize, r=jackh726 | Michael Howell | -0/+135 |
| 2022-10-08 | don't ICE when normalizing closure input tys | Ali MJ Al-Nasrawy | -0/+135 |
| 2022-10-06 | Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -2/+2 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -2/+2 |
| 2022-09-30 | create def ids for impl traits during ast lowering | Santiago Pastorino | -4/+4 |
| 2022-09-30 | bless | Boxy | -1/+1 |
| 2022-09-28 | Fix missing explanation of where borrowed reference is used when the borrow o... | Yan Chen | -6/+10 |
| 2022-09-26 | Rollup merge of #101996 - b-naber:binder-print, r=lcnr | Matthias Krüger | -26/+26 |
| 2022-09-26 | address review | b-naber | -26/+26 |
| 2022-09-26 | bless tests | b-naber | -6/+6 |
| 2022-09-26 | fix #102087, Suggest Default::default() when binding isn't initialized | yukang | -0/+10 |
| 2022-09-17 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -0/+6 |
| 2022-09-16 | Final bits | Jack Huey | -0/+12 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -12/+0 |
| 2022-09-16 | Revert "Use Predicate ConstraintCategory when normalizing" | Jack Huey | -6/+0 |
| 2022-09-13 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -0/+6 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -0/+12 |
| 2022-09-13 | Use def_span for external requirements. | Camille GILLOT | -419/+134 |
| 2022-09-13 | Use tcx.hir() utils for spans in MIR building. | Camille GILLOT | -82/+162 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -2/+2 |
| 2022-09-06 | Shrink span for bindings with subpatterns. | Camille GILLOT | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -2/+2 |
| 2022-08-17 | implied_bounds: clarify our assumptions | lcnr | -4/+4 |
| 2022-08-09 | don't normalize wf predicates | lcnr | -1/+11 |
| 2022-08-02 | NLL: relate closure to parent fn | Ali MJ Al-Nasrawy | -0/+97 |
| 2022-07-31 | Improve `cannot move out of` error message | Obei Sideg | -2/+2 |
| 2022-07-26 | Rollup merge of #99748 - compiler-errors:better-impl-trait-printing, r=fee1-dead | Dylan DPC | -2/+2 |