about summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2022-02-28Rollup merge of #94449 - GuillaumeGomez:explanation-e0726, r=UrgauMatthias Krüger-0/+1
2022-02-28Tweak diagnosticsEsteban Kuber-1/+1
2022-02-28Update ui test with the add of E0726 explanationGuillaume Gomez-0/+1
2022-02-25Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillotMatthias Krüger-11/+0
2022-02-25Rollup merge of #94068 - eholk:drop-track-field-assign, r=tmandryMatthias Krüger-0/+114
2022-02-24Remove in-band lifetimesMichael Goulet-11/+0
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-58/+51
2022-02-16Consider mutations as borrows in drop trackingEric Holk-0/+114
2022-02-15Auto merge of #93752 - eholk:drop-tracking-break-continue, r=nikomatsakisbors-0/+1
2022-02-12Bless nll tests.Camille GILLOT-10/+8
2022-02-12Inherit lifetimes for async fn instead of duplicating them.Camille GILLOT-41/+50
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-92/+48
2022-02-09Rollup merge of #93751 - eholk:issue-93648-drop-tracking-projection, r=tmiaskoYuki Okushi-0/+12
2022-02-07Drop tracking: improve break and continue handlingEric Holk-0/+1
2022-02-07Drop tracking: track borrows of projectionsEric Holk-0/+12
2022-02-02Guess head span of async blocksOli Scherer-16/+5
2022-02-02undo a useless changeOli Scherer-3/+4
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-54/+98
2022-02-01Auto merge of #93284 - eholk:disable-drop-range-analysis, r=pnkfelixbors-0/+15
2022-01-27Improve suggestion for escaping reserved keywordsNoah Lev-24/+24
2022-01-26Change test to check-passEric Holk-1/+1
2022-01-25Add regression test for #93197Eric Holk-0/+15
2022-01-23Auto merge of #93220 - matthiaskrgr:rollup-9bkrlk0, r=matthiaskrgrbors-0/+38
2022-01-23Rollup merge of #93103 - estebank:await-span, r=nagisaMatthias Krüger-0/+38
2022-01-21Disable drop range tracking in generatorsEric Holk-0/+8
2022-01-21Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgrbors-73/+93
2022-01-20Tweak `expr.await` desugaring `Span`Esteban Kuber-0/+38
2022-01-19Simplify error reporting code, remove await point wordingTyler Mandry-7/+4
2022-01-19NiceRegionError: Use written return type for async fnTyler Mandry-11/+5
2022-01-18Safely handle partial dropsEric Holk-0/+56
2022-01-18Update async-fn-nonsend.rsEric Holk-5/+43
2022-01-18Handle uninhabited return typesEric Holk-29/+3
2022-01-18Handle empty loops betterEric Holk-4/+12
2022-01-18Update stderr filesEric Holk-4/+4
2022-01-18Update async-fn-nonsend.stderrEric Holk-29/+6
2022-01-18Attribute drop to parent expression of the consume pointEric Holk-1/+33
2022-01-18Make generator and async-await tests passEric Holk-3/+2
2022-01-18Track drop points in generator_interiorEric Holk-69/+5
2022-01-06Normalize generator-local types with unevaluated constantsMichael Goulet-0/+26
2021-12-17Fix typo in "new region bound" suggestionEsteban Kuber-2/+2
2021-12-13review comment: change wording of suggestionEsteban Kuber-3/+3
2021-12-13review commentsEsteban Kuber-9/+17
2021-12-13tidy fixEsteban Kuber-1/+1
2021-12-13Fix rebase and clippy testsEsteban Kuber-62/+44
2021-12-13Keep info on pre-desugaring expression for better "incorrect `.await`" sugges...Esteban Kuber-0/+36
2021-12-13When `.await` is called on a non-`Future` expression, suggest removalEsteban Kuber-105/+119
2021-12-11Auto merge of #91799 - matthiaskrgr:rollup-b38xx6i, r=matthiaskrgrbors-5/+71
2021-12-11Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakisMatthias Krüger-5/+71
2021-12-11Rollup merge of #91640 - cjgillot:in-band-collect, r=oli-obkMatthias Krüger-0/+11