about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-18827/+0
2023-01-09Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnrbors-110/+770
2023-01-08Improve spans of non-WF implied bound typesMichael Goulet-4/+4
2023-01-07don't eagerly normalize SelfCtor typeAli MJ Al-Nasrawy-0/+120
2023-01-07more testsAli MJ Al-Nasrawy-37/+188
2023-01-07make ascribe_user_type a TypeOpAli MJ Al-Nasrawy-8/+164
2023-01-07fix method substsAli MJ Al-Nasrawy-2/+10
2023-01-07fix struct pathAli MJ Al-Nasrawy-33/+106
2023-01-07don't normalize in astconvAli MJ Al-Nasrawy-101/+253
2023-01-04Move testsCaio-0/+15
2023-01-03Rollup merge of #106005 - LeSeulArtichaut:if-let-guard-borrowck-test, r=Nilst...Matthias Krüger-41/+482
2023-01-01Verbose suggestionsEsteban Küber-2/+5
2022-12-28Use verbose suggestions for mutability errorsEsteban Küber-7/+15
2022-12-21Test the borrowck behavior of if-let guardsLéo Lanteri Thauvin-41/+482
2022-12-13Account for dereference expressionsEsteban Küber-33/+44
2022-12-13Suggest `ref` for some patterns as a fallbackEsteban Küber-0/+28
2022-12-13Change pattern borrowing suggestions to be verboseEsteban Küber-48/+101
2022-12-02Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8KiMatthias Krüger-11/+11
2022-11-23Suggest `.clone()` or `ref binding` on E0382Esteban Küber-2/+56
2022-11-22Rollup merge of #104656 - c410-f3r:moar-errors, r=petrochenkovMatthias Krüger-0/+37
2022-11-21Auto merge of #103491 - cjgillot:self-rpit, r=oli-obkbors-1/+1
2022-11-20Move testsCaio-0/+37
2022-11-19Use `type_ascribe!` in many UI testsNilstrieb-11/+11
2022-11-13Rollup merge of #104181 - jackh726:known-bug-tests, r=Mark-SimulacrumManish Goregaokar-0/+16
2022-11-13Add a few known-bug testsJack Huey-0/+16
2022-11-13Auto merge of #104282 - cjgillot:intern-span, r=compiler-errorsbors-15/+15
2022-11-12Bless ui tests.Camille GILLOT-1/+1
2022-11-11Do not rename bound variables when verbose-printing binders.Camille GILLOT-15/+15
2022-11-10Tweak span for `#[must_use]`Esteban Küber-1/+1
2022-11-09Rollup merge of #103307 - b4den:master, r=estebankManish Goregaokar-5/+5
2022-11-07Rollup merge of #104003 - c410-f3r:moar-errors, r=petrochenkovDylan DPC-0/+21
2022-11-05Move some tests to more reasonable directoriesCaio-0/+21
2022-11-05use spans in TypeTest rather than mir::LocationAli MJ Al-Nasrawy-68/+44
2022-11-05simplify applying closure requirementsAli MJ Al-Nasrawy-2/+5
2022-10-27Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"Michael Goulet-15/+16
2022-10-25Name impl trait in region bound suggestionMichael Goulet-1/+1
2022-10-20Update tests to match error message changesb4den-5/+5
2022-10-19Make ClosureOutlivesRequirement not rely on an unresolved typeMichael Goulet-16/+15
2022-10-16Auto merge of #102080 - yanchen4791:issue-99824-fix, r=cjgillotbors-6/+10
2022-10-08Rollup merge of #99818 - aliemjay:fix-closure-normalize, r=jackh726Michael Howell-0/+135
2022-10-08don't ICE when normalizing closure input tysAli MJ Al-Nasrawy-0/+135
2022-10-06Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnrMatthias Krüger-1/+1
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-2/+2
2022-10-01bless ui testsMaybe Waffle-2/+2
2022-09-30create def ids for impl traits during ast loweringSantiago Pastorino-4/+4
2022-09-30blessBoxy-1/+1
2022-09-28Fix missing explanation of where borrowed reference is used when the borrow o...Yan Chen-6/+10
2022-09-26Rollup merge of #101996 - b-naber:binder-print, r=lcnrMatthias Krüger-26/+26
2022-09-26address reviewb-naber-26/+26
2022-09-26bless testsb-naber-6/+6