summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2022-08-02NLL: relate closure to parent fnAli MJ Al-Nasrawy-0/+97
2022-07-31Improve `cannot move out of` error messageObei Sideg-2/+2
2022-07-26Rollup merge of #99748 - compiler-errors:better-impl-trait-printing, r=fee1-deadDylan DPC-2/+2
2022-07-26Use real opaque type instead of just saying impl TraitMichael Goulet-2/+2
2022-07-24Combine redundant obligation cause codesMichael Goulet-2/+2
2022-07-14Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkovDylan DPC-4/+4
2022-07-13remove untagged_union feature gateRalf Jung-7/+7
2022-07-13Always use CreateParameter mode for function definitions.Camille GILLOT-4/+4
2022-07-11Rollup merge of #98713 - nikomatsakis:issue-98693, r=jackh726Matthias Krüger-0/+38
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-238/+145
2022-07-07Wording tweakEsteban Küber-8/+12
2022-07-07Fix label on uninit binding field assignmentEsteban Küber-4/+4
2022-07-07Avoid misleading message/label in `match-cfg-fake-edges.rs` testEsteban Küber-2/+5
2022-07-07Review comments: wordingEsteban Küber-2/+2
2022-07-07Tweak wording and spansEsteban Küber-52/+50
2022-07-07On partial uninit error point at where we need initEsteban Küber-96/+147
2022-07-07Fix borrowck closure span.Camille GILLOT-6/+18
2022-07-07Shorten span for closures.Camille GILLOT-238/+133
2022-06-30promote placeholder bounds to 'static obligationsNiko Matsakis-0/+38
2022-06-24Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726bors-0/+104
2022-06-23Rollup merge of #98184 - compiler-errors:elided-lifetime-in-impl-nll, r=cjgillotMichael Goulet-0/+69
2022-06-23add regression tests found in craterNiko Matsakis-0/+30
2022-06-23normalize if-eq bounds before testingNiko Matsakis-0/+37
2022-06-22Rollup merge of #98199 - c410-f3r:z-errors, r=petrochenkovYuki Okushi-0/+284
2022-06-21Move some tests to more reasonable directoriesCaio-0/+284
2022-06-21Rollup merge of #98022 - compiler-errors:erroneous-borrowck-span, r=oli-obkYuki Okushi-0/+36
2022-06-20Give name if anonymous region appears in impl signatureMichael Goulet-0/+69
2022-06-16 fix one more case of trailing spaceklensy-7/+7
2022-06-15fix universes in the NLL type testsNiko Matsakis-0/+37
2022-06-13Move testsCaio-0/+20
2022-06-12Fix erroneous span for borrowck errorMichael Goulet-0/+36
2022-06-03Fully stabilize NLLJack Huey-792/+198
2022-05-29Rebase fallout.Camille GILLOT-1/+1
2022-05-29Make lifetime errors more precise in the presence of `Fresh` lifetimes.Camille GILLOT-2/+2
2022-05-25bless existing test with compare-mode=nll and remove testb-naber-221/+0
2022-05-25update testsb-naber-15/+237
2022-05-22Use revisions for NLL in nllJack Huey-29/+48
2022-05-21correctly deal with user type ascriptions in patlcnr-0/+34
2022-05-13Rollup merge of #96615 - JohnTitor:test-54779, r=compiler-errorsMatthias Krüger-0/+62
2022-05-08Move some tests to more reasonable placesCaio-0/+130
2022-05-06Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li...bors-19/+0
2022-05-02Add a regression test for #54779Yuki Okushi-0/+62
2022-05-01Move some tests to more reasonable placesCaio-0/+61
2022-04-30Bless tests.Camille GILLOT-41/+75
2022-04-27Auto merge of #96371 - c410-f3r:z-errors, r=petrochenkovbors-0/+50
2022-04-26Move some tests to more reasonable placesCaio-0/+50
2022-04-25Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLLmarmeladema-0/+5
2022-04-24Bless testsmarmeladema-0/+2
2022-04-24Recover missing suggestion part under NLLmarmeladema-15/+21
2022-04-24Improve span for `consider adding an explicit lifetime bound` suggestions und...marmeladema-30/+41