about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
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
2022-04-20Remove mutable_borrow_reservation_conflict lintJack Huey-19/+0
2022-04-05Rollup merge of #95591 - jackh726:nll-revisions-1, r=oli-obkDylan DPC-60/+117
2022-04-05Move some tests with compare-mode=nll output to revisionsJack Huey-60/+117
2022-04-04Format invariance notes with backticksMichael Goulet-14/+14
2022-04-04Handle reporting invariance of fn pointerMichael Goulet-0/+34
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-21/+49
2022-03-09Auto merge of #94515 - estebank:tweak-move-error, r=davidtwcobors-4/+2
2022-03-07Update tests after feature stabilizationEric Holk-13/+3
2022-03-07add tests for #94502lcnr-0/+45
2022-03-03Tweak move errorEsteban Kuber-4/+2
2022-02-24Remove in-band lifetimesMichael Goulet-6/+4
2022-02-16Fix inconsistent symbol mangling with -ZverboseTomasz Miąsko-5/+5
2022-02-12Update chalk testsMatthew Jasper-29/+30
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-22/+21
2022-02-11Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk"Oli Scherer-27/+0
2022-02-08Improve opaque type higher-ranked region error message under NLLAaron Hill-0/+27
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-21/+22
2022-02-06Fix tracking issue for `const_fn_trait_bound`Ruby Lazuli-1/+1
2022-02-02blessOli Scherer-5/+5
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-16/+17
2022-01-21Auto merge of #93173 - matthiaskrgr:rollup-49bj7ta, r=matthiaskrgrbors-43/+28
2022-01-21Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obkMatthias Krüger-43/+28
2022-01-21Override rustc version in ui and mir-opt tests to get stable hashesThe 8472-3/+3
2022-01-15Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakisMatthias Krüger-5/+5
2021-12-31Ensure that early-bound function lifetimes are always 'local'Aaron Hill-43/+28
2021-12-29Refactor variance diagnostics to work with more typesAaron Hill-0/+11
2021-12-22When obligation is a sized predicate, prefer projection or object candidates ...Jack Huey-5/+5
2021-12-17Fix typo in "new region bound" suggestionEsteban Kuber-1/+1
2021-12-13Include rustc version in `rustc_span::StableCrateId`pierwill-3/+3
2021-12-10Tweak wordingEsteban Kuber-1/+1
2021-11-21Simplify for loop desugarCameron Steffen-4/+2
2021-11-18Move some tests to more reasonable directoriesCaio-0/+91
2021-11-17Rollup merge of #90667 - rukai:improve_static_lifetime_diagnostics, r=estebankMatthias Krüger-9/+12
2021-11-14Move some tests to more reasonable directoriesCaio-0/+149
2021-11-14Improve diagnostics when a static lifetime is expectedLucas Kent-9/+12
2021-10-21Add test for issue #78561samlich-0/+23