about summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-1/+15
2021-03-06Move some tests to more suitable subdirsYuki Okushi-0/+29
2021-02-24clarifies error when finding mismatched returned types for async functionsNell Shamrell-8/+16
2021-02-21reword `;` suggestions to have consistent wordingEsteban Küber-2/+2
2021-02-19Rollup merge of #81496 - guswynn:expected_async_block, r=oli-obkDylan DPC-0/+65
2021-02-18Rollup merge of #82203 - c410-f3r:tests-tests-tests, r=Dylan-DPCYuki Okushi-0/+27
2021-02-16Move some tests to more reasonable directoriesCaio-0/+27
2021-02-15name async generators something more human friendly in type error diagnosticsGus Wynn-0/+65
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