summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2020-01-27Make pointers to statics internalMatthew Jasper-0/+33
2019-12-15Rollup merge of #67289 - estebank:unnamed-closure, r=CentrilMazdak Farrokhzad-0/+46
2019-12-14Do not ICE on unnamed futureEsteban Küber-0/+46
2019-12-13Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakisbors-2/+2
2019-12-11Add more context for type parametersEsteban Küber-2/+2
2019-12-11Auto merge of #65345 - davidtwco:issue-64130-async-send-sync-error-improvemen...bors-58/+253
2019-12-09Auto merge of #67004 - estebank:issue-66958, r=eddybbors-0/+28
2019-12-08async/await: correct diag note for `async move`David Wood-2/+2
2019-12-08async/await: more improvements to non-send errorsDavid Wood-58/+253
2019-12-06review commentsEsteban Küber-0/+28
2019-12-03Emit coercion suggestions in more placesAaron Hill-1/+40
2019-12-03Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwcoMazdak Farrokhzad-6/+24
2019-12-01Rollup merge of #66679 - mark-i-m:fix-anon-lifetime-errors, r=matthewjasperMazdak Farrokhzad-2/+2
2019-11-29Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertjRalf Jung-0/+24
2019-11-29improve lifetime errors with implicit trait object lifetimesMark Mansi-2/+2
2019-11-29Ignore wasm for panic testsDavid Haig-0/+6
2019-11-28Moved tests and fixed merge conflictDavid Haig-0/+117
2019-11-27Add async fn test for #66695Matthew Jasper-0/+24
2019-11-25added enclosing_scope attr to Try trait and fixed ui tests accordinglyMikhail Babenko-6/+24
2019-11-24Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertjbors-5/+0
2019-11-24Rollup merge of #64856 - jonhoo:format-temporaries, r=sfacklerMazdak Farrokhzad-0/+22
2019-11-23Rework raw ident suggestionsEsteban Küber-5/+0
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-32/+20
2019-11-21Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakisMazdak Farrokhzad-4/+64
2019-11-20Rollup merge of #66526 - estebank:async-fn-trait-information, r=CentrilMazdak Farrokhzad-1/+33
2019-11-18fix rebaseEsteban Küber-3/+1
2019-11-18Add error code documentationEsteban Küber-1/+3
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+2
2019-11-18Reword help and add testEsteban Küber-0/+30
2019-11-18Surround types with backticks in type errorsEsteban Küber-9/+9
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-10/+0
2019-11-18review comments: tweak prefix stringsEsteban Küber-12/+12
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-8/+8
2019-11-14review commentsEsteban Küber-0/+2
2019-11-13Do not ICE in `if` without `else` in `async fn`Esteban Küber-0/+24
2019-11-13Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPCYuki Okushi-0/+2
2019-11-13update suggestion ui testcsmoe-4/+45
2019-11-11add ui test for issue-62097csmoe-0/+19
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-0/+1
2019-11-08Rollup merge of #66007 - estebank:remove-here, r=CentrilMazdak Farrokhzad-4/+4
2019-11-08Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichtonYuki Okushi-8/+7
2019-11-07Update ui testsGuillaume Gomez-0/+2
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-4/+4
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-3/+3
2019-11-04Use build-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-11-02consistent handling of missing sysroot spansRalf Jung-8/+7
2019-11-02Merge branch 'master' into format-temporariesJon Gjengset-117/+633
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