| .. |
|
auxiliary
|
Add extra arc_wake
|
2019-05-25 00:23:15 +01:00 |
|
await-keyword
|
Reduce reliance on feature(await_macro).
|
2019-07-04 00:25:14 +02:00 |
|
drop-order
|
Reduce reliance on feature(await_macro).
|
2019-07-04 00:25:14 +02:00 |
|
issues
|
Rollup merge of #62324 - Centril:reduce-await-macro-reliance, r=cramertj
|
2019-07-05 13:53:09 +02:00 |
|
multiple-lifetimes
|
Reduce reliance on feature(await_macro).
|
2019-07-04 00:25:14 +02:00 |
|
argument-patterns.rs
|
Correct handling of arguments in async fn
|
2019-05-05 12:03:32 +09:00 |
|
async-await.rs
|
Adjust tests wrt. 'async_closure' feature gate.
|
2019-07-03 23:59:36 +02:00 |
|
async-closure-matches-expr.rs
|
Fix test annotation
|
2019-07-06 02:06:39 +09:00 |
|
async-closure.rs
|
Adjust tests wrt. 'async_closure' feature gate.
|
2019-07-03 23:59:36 +02:00 |
|
async-error-span.rs
|
Improve error span for async type inference error
|
2019-07-04 14:22:47 -04:00 |
|
async-error-span.stderr
|
Improve error span for async type inference error
|
2019-07-04 14:22:47 -04:00 |
|
async-fn-nonsend.rs
|
Add more tests for async/await
|
2019-06-25 11:46:33 -07:00 |
|
async-fn-nonsend.stderr
|
Add more tests for async/await
|
2019-06-25 11:46:33 -07:00 |
|
async-fn-path-elision.rs
|
Reduce reliance on feature(await_macro).
|
2019-07-04 00:25:14 +02:00 |
|
async-fn-path-elision.stderr
|
Move async/await tests to test/ui/async-await
|
2019-05-24 21:49:34 +01:00 |
|
async-fn-send-uses-nonsend.rs
|
Migrate compile-pass annotations to build-pass
|
2019-07-03 06:30:28 +09:00 |
|
async-matches-expr.rs
|
Rollup merge of #62292 - Centril:split-async-closures, r=cramertj
|
2019-07-05 13:53:06 +02:00 |
|
async-with-closure.rs
|
Rollup merge of #62324 - Centril:reduce-await-macro-reliance, r=cramertj
|
2019-07-05 13:53:09 +02:00 |
|
await-macro.rs
|
Adjust tests wrt. 'async_closure' feature gate.
|
2019-07-03 23:59:36 +02:00 |
|
await-unsize.rs
|
Break out of the correct number of scopes in loops
|
2019-07-04 21:53:46 +01:00 |
|
dont-print-desugared-async.rs
|
Move async/await tests to test/ui/async-await
|
2019-05-24 21:49:34 +01:00 |
|
dont-print-desugared-async.stderr
|
Move async/await tests to test/ui/async-await
|
2019-05-24 21:49:34 +01:00 |
|
dont-suggest-missing-await.rs
|
Add suggestion for missing .await keyword
|
2019-06-27 13:56:55 +01:00 |
|
dont-suggest-missing-await.stderr
|
Add suggestion for missing .await keyword
|
2019-06-27 13:56:55 +01:00 |
|
edition-deny-async-fns-2015.rs
|
Always parse 'async unsafe fn' + properly ban in 2015.
|
2019-06-29 21:38:26 +02:00 |
|
edition-deny-async-fns-2015.stderr
|
Always parse 'async unsafe fn' + properly ban in 2015.
|
2019-06-29 21:38:26 +02:00 |
|
feature-async-closure.rs
|
Adjust tests wrt. 'async_closure' feature gate.
|
2019-07-03 23:59:36 +02:00 |
|
feature-async-closure.stderr
|
Adjust tests wrt. 'async_closure' feature gate.
|
2019-07-03 23:59:36 +02:00 |
|
generics-and-bounds.rs
|
Migrate compile-pass annotations to build-pass
|
2019-07-03 06:30:28 +09:00 |
|
issue-61452.rs
|
tests: Add regression test for #61452.
|
2019-06-07 18:35:06 +01:00 |
|
issue-61452.stderr
|
tests: Add regression test for #61452.
|
2019-06-07 18:35:06 +01:00 |
|
issue-61793.rs
|
Migrate compile-pass annotations to build-pass
|
2019-07-03 06:30:28 +09:00 |
|
no-args-non-move-async-closure.rs
|
Reduce reliance on feature(await_macro).
|
2019-07-04 00:25:14 +02:00 |
|
no-args-non-move-async-closure.stderr
|
Move async/await tests to test/ui/async-await
|
2019-05-24 21:49:34 +01:00 |
|
no-async-const.rs
|
Add more tests for async/await
|
2019-06-25 11:46:33 -07:00 |
|
no-async-const.stderr
|
Add more tests for async/await
|
2019-06-25 11:46:33 -07:00 |
|
no-const-async.rs
|
Add more tests for async/await
|
2019-06-25 11:46:33 -07:00 |
|
no-const-async.stderr
|
Add more tests for async/await
|
2019-06-25 11:46:33 -07:00 |
|
no-unsafe-async.rs
|
Always parse 'async unsafe fn' + properly ban in 2015.
|
2019-06-29 21:38:26 +02:00 |
|
no-unsafe-async.stderr
|
Always parse 'async unsafe fn' + properly ban in 2015.
|
2019-06-29 21:38:26 +02:00 |
|
recursive-async-impl-trait-type.rs
|
Reduce reliance on feature(await_macro).
|
2019-07-04 00:25:14 +02:00 |
|
recursive-async-impl-trait-type.stderr
|
Move async/await tests to test/ui/async-await
|
2019-05-24 21:49:34 +01:00 |
|
suggest-missing-await-closure.fixed
|
Adjust tests wrt. 'async_closure' feature gate.
|
2019-07-03 23:59:36 +02:00 |
|
suggest-missing-await-closure.rs
|
Adjust tests wrt. 'async_closure' feature gate.
|
2019-07-03 23:59:36 +02:00 |
|
suggest-missing-await-closure.stderr
|
Adjust tests wrt. 'async_closure' feature gate.
|
2019-07-03 23:59:36 +02:00 |
|
suggest-missing-await.fixed
|
Adjust tests wrt. 'async_closure' feature gate.
|
2019-07-03 23:59:36 +02:00 |
|
suggest-missing-await.rs
|
Adjust tests wrt. 'async_closure' feature gate.
|
2019-07-03 23:59:36 +02:00 |
|
suggest-missing-await.stderr
|
Adjust tests wrt. 'async_closure' feature gate.
|
2019-07-03 23:59:36 +02:00 |
|
unresolved_type_param.rs
|
Preserve generator and yield source for error messages
|
2019-06-18 16:22:22 -07:00 |
|
unresolved_type_param.stderr
|
Preserve generator and yield source for error messages
|
2019-06-18 16:22:22 -07:00 |