about summary refs log tree commit diff
path: root/src/test/ui/async-await/multiple-lifetimes
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-238/+0
2022-10-25Name impl trait in region bound suggestionMichael Goulet-1/+1
2022-07-26Use real opaque type instead of just saying impl TraitMichael Goulet-1/+1
2022-06-03Fully stabilize NLLJack Huey-43/+3
2022-05-22Use revisions for NLL in async-awaitJack Huey-5/+12
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-16/+27
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-11/+14
2022-02-12Bless nll tests.Camille GILLOT-10/+8
2022-02-12Inherit lifetimes for async fn instead of duplicating them.Camille GILLOT-4/+3
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-27/+16
2022-02-02Register member constraints on the final merged hidden typeOli Scherer-14/+24
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-18/+19
2022-01-19Simplify error reporting code, remove await point wordingTyler Mandry-3/+2
2021-12-17Fix typo in "new region bound" suggestionEsteban Kuber-2/+2
2021-10-18Remove regionck member constraint handling and leave it to mir borrowckOli Scherer-16/+2
2021-10-15simplify constrain_opaque_typesNiko Matsakis-15/+67
2021-07-22bless nll testsOli Scherer-10/+6
2021-05-26bless compare-mode=nll outputNiko Matsakis-1/+1
2021-05-26stabilize member constraintsNiko Matsakis-70/+4
2020-10-17Make it more clear when complaining about async fn's return typesGus Wynn-2/+3
2020-08-22Use smaller def span for functionsAaron Hill-16/+4
2020-04-16reserve variable for empty root regionNiko Matsakis-2/+2
2020-03-23Update testsJohn Kåre Alsaker-1/+41
2020-01-09Update testsVadim Petrochenkov-1/+10
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+2
2019-11-07Update ui testsGuillaume Gomez-0/+1
2019-10-27update testsMark Mansi-0/+2
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-1/+1
2019-08-20--bless post no async_await gates in tests.Mazdak Farrokhzad-4/+4
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-20/+2
2019-07-30Adjust tests. wrt. await_macro being removed.Mazdak Farrokhzad-1/+1
2019-07-04Reduce reliance on feature(await_macro).Mazdak Farrokhzad-1/+1
2019-07-02fix ICE with delay-span-bugNiko Matsakis-0/+15
2019-07-02address nitsNiko Matsakis-1/+1
2019-07-02Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-no-fg.rsNiko Matsakis-1/+1
2019-07-02Update src/test/ui/async-await/multiple-lifetimes/elided.rsNiko Matsakis-1/+1
2019-07-02Update src/test/ui/async-await/multiple-lifetimes/fn-ptr.rsNiko Matsakis-1/+1
2019-07-02Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-one.rsNiko Matsakis-1/+1
2019-07-02introduce more tests covering `async fn` surfaceNiko Matsakis-0/+255