| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -18827/+0 |
| 2023-01-09 | Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnr | bors | -110/+770 |
| 2023-01-08 | Improve spans of non-WF implied bound types | Michael Goulet | -4/+4 |
| 2023-01-07 | don't eagerly normalize SelfCtor type | Ali MJ Al-Nasrawy | -0/+120 |
| 2023-01-07 | more tests | Ali MJ Al-Nasrawy | -37/+188 |
| 2023-01-07 | make ascribe_user_type a TypeOp | Ali MJ Al-Nasrawy | -8/+164 |
| 2023-01-07 | fix method substs | Ali MJ Al-Nasrawy | -2/+10 |
| 2023-01-07 | fix struct path | Ali MJ Al-Nasrawy | -33/+106 |
| 2023-01-07 | don't normalize in astconv | Ali MJ Al-Nasrawy | -101/+253 |
| 2023-01-04 | Move tests | Caio | -0/+15 |
| 2023-01-03 | Rollup merge of #106005 - LeSeulArtichaut:if-let-guard-borrowck-test, r=Nilst... | Matthias Krüger | -41/+482 |
| 2023-01-01 | Verbose suggestions | Esteban Küber | -2/+5 |
| 2022-12-28 | Use verbose suggestions for mutability errors | Esteban Küber | -7/+15 |
| 2022-12-21 | Test the borrowck behavior of if-let guards | Léo Lanteri Thauvin | -41/+482 |
| 2022-12-13 | Account for dereference expressions | Esteban Küber | -33/+44 |
| 2022-12-13 | Suggest `ref` for some patterns as a fallback | Esteban Küber | -0/+28 |
| 2022-12-13 | Change pattern borrowing suggestions to be verbose | Esteban Küber | -48/+101 |
| 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 |