summary refs log tree commit diff
path: root/src/test/ui/async-await/issues
AgeCommit message (Expand)AuthorLines
2019-10-22Add long error explanation for E0728Yuki Okushi-1/+6
2019-10-15Rollup merge of #65235 - nikomatsakis:issue-65159-async-fn-return-ice, r=cram...Tyler Mandry-0/+19
2019-10-11don't assume we can *always* find a return type hint in async fnNiko Matsakis-0/+19
2019-10-11Print lifetimes with backticksYuki Okushi-2/+2
2019-10-03Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cra...bors-10/+12
2019-10-02WIP fix testsNiko Matsakis-10/+12
2019-10-02Do not collect to vec for debug outputShotaro Yamada-1/+1
2019-10-02Fix async/await ICE #64964Shotaro Yamada-0/+22
2019-09-22ignore-x86 instead of ignore-muslEsteban Küber-1/+1
2019-09-22ignore musl target in tests to avoid issues with output differencesEsteban Küber-6/+8
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-1/+4
2019-09-19fix tests for 2018Niko Matsakis-0/+4
2019-09-19avoid generating drops for moved operands of callsNiko Matsakis-0/+46
2019-09-18don't record all intermediate adjustment typesNiko Matsakis-0/+20
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-1/+9
2019-08-20--bless post no async_await gates in tests.Mazdak Farrokhzad-19/+19
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-51/+3
2019-08-19adjust test to be check-passNiko Matsakis-13/+4
2019-08-19distinguish object-lifetime-default elision from other elisionNiko Matsakis-0/+50
2019-08-16bless you nllEduard-Mihai Burtescu-1/+1
2019-08-14Rollup merge of #63509 - estebank:async-span, r=CentrilMazdak Farrokhzad-0/+23
2019-08-13review comment: move testEsteban Küber-0/+23
2019-08-13bless tests with compare-mode=nllNiko Matsakis-0/+35
2019-08-12revamp how we handle elision in async fnNiko Matsakis-0/+112
2019-08-07Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertjMazdak Farrokhzad-0/+15
2019-08-02Replace "existential" by "opaque"varkor-1/+1
2019-08-02Update syntax in existing testsvarkor-3/+4
2019-07-29Wrap promoted generator fields in MaybeUninitTyler Mandry-0/+15
2019-07-05Rollup merge of #62324 - Centril:reduce-await-macro-reliance, r=cramertjMazdak Farrokhzad-10/+10
2019-07-05Rollup merge of #62292 - Centril:split-async-closures, r=cramertjMazdak Farrokhzad-18/+27
2019-07-04Reduce reliance on feature(await_macro).Mazdak Farrokhzad-10/+10
2019-07-03Adjust tests wrt. 'async_closure' feature gate.Mazdak Farrokhzad-18/+27
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-9/+9
2019-06-27Rollup merge of #62155 - cramertj:61872, r=centrilMazdak Farrokhzad-0/+21
2019-06-26Add regression test for MIR drop generation in async loopsTaylor Cramer-0/+21
2019-06-26Don't ICE on item in `.await` expressionNathan Corbyn-3/+72
2019-06-03rustc: async fn drop order lowering in HIRDavid Wood-0/+20
2019-05-29Update ui test suite to use dynmemoryruins-2/+2
2019-05-24Add issues folder in async-awaitvarkor-0/+303