about summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2021-02-13spell the real selftypecsmoe-1/+1
2021-02-12spell out nested self typecsmoe-0/+11
2021-02-12add testcase for issue 78600csmoe-0/+12
2021-02-10Rollup merge of #81926 - henryboisdequin:fix-81907, r=estebankYuki Okushi-0/+3
2021-02-09add suggestion to use the `async_recursion` crateHenry Boisdequin-0/+3
2021-02-06path trimming: ignore type aliasesDan Aloni-7/+7
2021-02-03Stabilize the Wake traitYoshua Wuyts-1/+0
2021-02-02Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ...Jack Huey-1/+2
2021-02-02Update ui tests (nll)Jesus Rubio-1/+2
2021-01-31Move some tests to more reasonable directoriesCaio-0/+38
2021-01-17Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkovbors-0/+83
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+83
2021-01-16Rollup merge of #80614 - 1000teslas:issue-78938-fix, r=tmandryMara Bos-0/+54
2021-01-14Auto merge of #79689 - Vooblin:patch1, r=tmandrybors-54/+55
2021-01-14Fix error E0373 documentation1000teslas-1/+1
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-4/+17
2021-01-14Bless test output1000teslas-1/+0
2021-01-12Update src/test/ui/async-await/issues/issue-78938-async-block.stderr1000teslas-1/+1
2021-01-12Auto merge of #76580 - rokob:iss76011, r=estebankbors-0/+1
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-4/+17
2021-01-10Revise async block error message1000teslas-9/+1
2021-01-10Update issue-78938-async-block.rs1000teslas-1/+1
2021-01-10Fix location of error message explanation1000teslas-5/+5
2021-01-10Explain why borrows can't be held across yield point in async blocks1000teslas-0/+63
2020-12-31Consistently call editions "Rust 20xx" in messages.Mara Bos-18/+18
2020-12-31Add edition 2021.Mara Bos-13/+13
2020-12-26update testsBastian Kauschke-5/+4
2020-12-17Prefer regions with an `external_name` in `approx_universal_upper_bound`Aaron Hill-1/+29
2020-12-04Update tests of "unused_lifetimes" lint for async functions and corresponding...Dmitry Murygin-54/+55
2020-12-01Fix UI tests for negative polarity implementations of traitsThePuzzlemaker-2/+0
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+1
2020-11-10Rollup merge of #76765 - guswynn:async_return, r=tmandryJonas Schievink-4/+7
2020-11-09Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-SimulacrumDylan DPC-0/+118
2020-11-09use RegionNameHighlight for async fn and closure returnsSNCPlay42-2/+52
2020-11-04Fix issue 78654.Hameer Abbasi-0/+54
2020-11-02Only separate notes if span is multilineYuki Okushi-6/+3
2020-11-02Add "this has type `{}` which {}" noteYuki Okushi-0/+13
2020-11-02Address some code reviewsYuki Okushi-16/+4
2020-11-02Separate complex multispan into some notesYuki Okushi-25/+30
2020-11-02Avoid complex diagnostics in snippets which contain newlinesYuki Okushi-0/+56
2020-10-28Rollup merge of #78297 - estebank:match-semicolon-2, r=oli-obkDylan DPC-9/+49
2020-10-27Add unsized_fn_params featureSantiago Pastorino-1/+1
2020-10-26Suggest calling await on method call and field accessEsteban Küber-9/+49
2020-10-23Add more `.await` suggestions on E0308Esteban Küber-37/+14
2020-10-23Silence unnecessary `await foo?` knock-down errorEsteban Küber-67/+33
2020-10-23Tweak "use `.await`" suggestionEsteban Küber-34/+39
2020-10-17Make it more clear when complaining about async fn's return typesGus Wynn-4/+7
2020-10-06Fix tests from rebaseMatthew Jasper-34/+2
2020-10-06Remove predicates on associated types from traitsMatthew Jasper-2/+2
2020-10-06Check opaque types satisfy their boundsMatthew Jasper-5/+0