summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2019-12-05review commentsEsteban Küber-0/+2
2019-12-05Do not ICE in `if` without `else` in `async fn`Esteban Küber-0/+24
2019-11-01Rollup merge of #65977 - ohadravid:fix-incorrect-diagnostics-with-an-associat...Tyler Mandry-6/+6
2019-11-01Rollup merge of #65902 - gilescope:issue62570, r=estebankTyler Mandry-0/+57
2019-10-31Fix incorrect diagnostics for expected type in E0271 with an associated typeOhad Ravid-6/+6
2019-10-30Make ItemContext available for better diagnositcs.Giles Cope-0/+57
2019-10-28Tweak unexpected token wordingEsteban Küber-6/+6
2019-10-26Rollup merge of #65773 - estebank:sugg-whitespace, r=CentrilMazdak Farrokhzad-0/+13
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+13
2019-10-24rustc_typeck: don't record direct callees in generator_interior.Eduard-Mihai Burtescu-12/+12
2019-10-22Add long error explanation for E0728Yuki Okushi-2/+8
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-2/+3
2019-10-15Rollup merge of #65235 - nikomatsakis:issue-65159-async-fn-return-ice, r=cram...Tyler Mandry-0/+19
2019-10-15Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasperTyler Mandry-0/+74
2019-10-15Avoid unused lifetime warning for lifetimes introduced when desugering async.Giles Cope-0/+74
2019-10-14Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,CentrilMazdak Farrokhzad-2/+2
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-10query generator kind for error reportingcsmoe-1/+1
2019-10-09Revert "Make `into` schedule drop for the destination"Matthew Jasper-1/+1
2019-10-09Rollup merge of #65166 - csmoe:async-move, r=estebankMazdak Farrokhzad-0/+46
2019-10-08suggest to add move keyword for generatorcsmoe-4/+19
2019-10-07Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obkbors-5/+109
2019-10-06add testcase for generator move suggestioncsmoe-0/+31
2019-10-05Ensure that associated `async fn`s have unique fresh param namesMatthew Jasper-0/+23
2019-10-04Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakisMazdak Farrokhzad-16/+0
2019-10-03Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cra...bors-28/+106
2019-10-02fix example (le sigh)Niko Matsakis-2/+2
2019-10-02add unsize slice-str coercionNiko Matsakis-0/+11
2019-10-02Do not mark unitinitialized locals as requiring storageMatthew Jasper-5/+109
2019-10-02Calculate liveness for the same locals with and without -ZpoloniusMatthew Jasper-16/+0
2019-10-02s/`async` fn/`async fn`/Niko Matsakis-7/+7
2019-10-02correct coercion commentsNiko Matsakis-3/+3
2019-10-02WIP fix testsNiko Matsakis-28/+36
2019-10-02extract expected return type from `-> impl Future` obligationNiko Matsakis-0/+59
2019-10-02Do not collect to vec for debug outputShotaro Yamada-1/+1
2019-10-02Fix async/await ICE #64964Shotaro Yamada-0/+22
2019-10-01Rollup merge of #64910 - Centril:params-cleanup, r=petrochenkovMazdak Farrokhzad-6/+6
2019-10-01Rollup merge of #64930 - davidtwco:issue-61798-diverging-await, r=petrochenkovMazdak Farrokhzad-0/+41
2019-10-01syntax: reformat passing of `FnHeader` to `parse_item_fn`.Mazdak Farrokhzad-6/+6
2019-09-30async/await: improve obligation errorsDavid Wood-12/+60
2019-09-30typeck: silence unreachable code from awaitDavid Wood-0/+41
2019-09-28Upgrade async/await to "used" keywords.Eric Huss-36/+36
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-5/+8
2019-09-20Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-types, r=eddybbors-0/+70
2019-09-19fix tests for 2018Niko Matsakis-0/+4
2019-09-19avoid generating drops for moved operands of callsNiko Matsakis-0/+46
2019-09-19Rollup merge of #64554 - lqd:polonius_tests4, r=nikomatsakisMazdak Farrokhzad-0/+16