.. |
auxiliary
|
|
|
await-keyword
|
Update tests
|
2020-03-23 19:31:41 +01:00 |
drop-order
|
|
|
issues
|
tests: remove ignore directives from tests that mention core/alloc/std spans.
|
2020-04-02 11:48:34 +03:00 |
multiple-lifetimes
|
Update tests
|
2020-03-23 19:31:41 +01:00 |
argument-patterns.rs
|
|
|
async-assoc-fn-anon-lifetimes.rs
|
|
|
async-await.rs
|
|
|
async-block-control-flow-static-semantics.rs
|
|
|
async-block-control-flow-static-semantics.stderr
|
Update tests
|
2020-03-23 19:31:41 +01:00 |
async-borrowck-escaping-block-error.fixed
|
|
|
async-borrowck-escaping-block-error.rs
|
|
|
async-borrowck-escaping-block-error.stderr
|
|
|
async-borrowck-escaping-closure-error.rs
|
|
|
async-borrowck-escaping-closure-error.stderr
|
|
|
async-closure-matches-expr.rs
|
|
|
async-closure.rs
|
|
|
async-error-span.rs
|
Update tests
|
2020-03-23 19:31:41 +01:00 |
async-error-span.stderr
|
Update tests
|
2020-03-23 19:31:41 +01:00 |
async-fn-elided-impl-lifetime-parameter.rs
|
|
|
async-fn-nonsend.rs
|
compiletest: error if compile-fail header in ui test.
|
2020-02-02 02:08:30 -05:00 |
async-fn-nonsend.stderr
|
compiletest: error if compile-fail header in ui test.
|
2020-02-02 02:08:30 -05:00 |
async-fn-path-elision.rs
|
|
|
async-fn-path-elision.stderr
|
|
|
async-fn-send-uses-nonsend.rs
|
|
|
async-fn-size-moved-locals.rs
|
Use smaller discriminants for generators
|
2020-03-14 14:09:48 +01:00 |
async-fn-size-uninit-locals.rs
|
Use smaller discriminants for generators
|
2020-03-14 14:09:48 +01:00 |
async-fn-size.rs
|
Use smaller discriminants for generators
|
2020-03-14 14:09:48 +01:00 |
async-matches-expr.rs
|
|
|
async-trait-fn.rs
|
ast_validation: tweak diagnostic output
|
2020-02-13 10:40:17 +01:00 |
async-trait-fn.stderr
|
ast_validation: tweak diagnostic output
|
2020-02-13 10:40:17 +01:00 |
async-unsafe-fn-call-in-safe.rs
|
|
|
async-unsafe-fn-call-in-safe.stderr
|
|
|
async-with-closure.rs
|
|
|
await-unsize.rs
|
|
|
bound-normalization.rs
|
|
|
conditional-and-guaranteed-initialization.rs
|
|
|
dont-print-desugared-async.rs
|
|
|
dont-print-desugared-async.stderr
|
Don't give invalid suggestion on desugared span.
|
2020-02-12 18:32:27 -07:00 |
dont-suggest-missing-await.rs
|
|
|
dont-suggest-missing-await.stderr
|
review comment: wording
|
2020-01-08 09:30:27 -08:00 |
edition-deny-async-fns-2015.rs
|
ast_validation: tweak diagnostic output
|
2020-02-13 10:40:17 +01:00 |
edition-deny-async-fns-2015.stderr
|
ast_validation: tweak diagnostic output
|
2020-02-13 10:40:17 +01:00 |
expansion-in-attrs.rs
|
def_collector: Fully visit async functions
|
2020-03-15 03:15:47 +03:00 |
feature-async-closure.rs
|
|
|
feature-async-closure.stderr
|
--bless --compare-mode=nll
|
2020-02-09 20:43:49 +01:00 |
futures-api.rs
|
|
|
generics-and-bounds.rs
|
|
|
issue-54239-private-type-triggers-lint.rs
|
Add test for issue-54239
|
2020-03-09 09:11:40 +09:00 |
issue-60709.rs
|
|
|
issue-61452.rs
|
|
|
issue-61452.stderr
|
|
|
issue-61793.rs
|
|
|
issue-61949-self-return-type.rs
|
|
|
issue-61949-self-return-type.stderr
|
|
|
issue-62658.rs
|
|
|
issue-63832-await-short-temporary-lifetime-1.rs
|
|
|
issue-63832-await-short-temporary-lifetime.rs
|
|
|
issue-64130-1-sync.rs
|
introduce negative_impls feature gate and document
|
2020-03-26 06:52:55 -04:00 |
issue-64130-1-sync.stderr
|
async/await: more improvements to non-send errors
|
2019-12-08 16:29:08 +00:00 |
issue-64130-2-send.rs
|
introduce negative_impls feature gate and document
|
2020-03-26 06:52:55 -04:00 |
issue-64130-2-send.stderr
|
async/await: more improvements to non-send errors
|
2019-12-08 16:29:08 +00:00 |
issue-64130-3-other.rs
|
introduce negative_impls feature gate and document
|
2020-03-26 06:52:55 -04:00 |
issue-64130-3-other.stderr
|
introduce negative_impls feature gate and document
|
2020-03-26 06:52:55 -04:00 |
issue-64130-4-async-move.rs
|
async/await: more improvements to non-send errors
|
2019-12-08 16:29:08 +00:00 |
issue-64130-4-async-move.stderr
|
update test ui for raw-ptr borrow inside generator
|
2020-01-19 13:22:41 +08:00 |
issue-64130-non-send-future-diags.rs
|
async/await: more improvements to non-send errors
|
2019-12-08 16:29:08 +00:00 |
issue-64130-non-send-future-diags.stderr
|
async/await: more improvements to non-send errors
|
2019-12-08 16:29:08 +00:00 |
issue-64391.rs
|
|
|
issue-66312.rs
|
Add test for #66312
|
2020-03-24 16:44:45 -07:00 |
issue-66312.stderr
|
Add test for #66312
|
2020-03-24 16:44:45 -07:00 |
issue-66387-if-without-else.rs
|
Add backticks to various diagnostics
|
2020-01-05 00:17:46 +00:00 |
issue-66387-if-without-else.stderr
|
Add backticks to various diagnostics
|
2020-01-05 00:17:46 +00:00 |
issue-67252-unnamed-future.rs
|
Do not ICE on unnamed future
|
2019-12-14 14:50:32 -08:00 |
issue-67252-unnamed-future.stderr
|
Do not ICE on unnamed future
|
2019-12-14 14:50:32 -08:00 |
issue-67651.rs
|
Update tests
|
2020-03-23 19:31:41 +01:00 |
issue-67651.stderr
|
Update tests
|
2020-03-23 19:31:41 +01:00 |
issue-70594.rs
|
Hide task_context when lowering body
|
2020-04-01 00:41:40 +02:00 |
issue-70594.stderr
|
Hide task_context when lowering body
|
2020-04-01 00:41:40 +02:00 |
move-part-await-return-rest-struct.rs
|
|
|
move-part-await-return-rest-tuple.rs
|
|
|
mutually-recursive-async-impl-trait-type.rs
|
|
|
mutually-recursive-async-impl-trait-type.stderr
|
Diagnostics should not end with a full stop
|
2020-01-12 15:37:50 +00:00 |
nested-in-impl.rs
|
|
|
no-async-const.rs
|
parser: fuse free fn parsing together.
|
2020-02-13 10:39:24 +01:00 |
no-async-const.stderr
|
parser: fuse free fn parsing together.
|
2020-02-13 10:39:24 +01:00 |
no-const-async.rs
|
Fix tests after rebase
|
2020-02-14 22:40:03 +00:00 |
no-const-async.stderr
|
Further tweak spans in ast validation errors
|
2020-03-06 10:55:21 -08:00 |
no-move-across-await-struct.rs
|
compiletest: error if compile-fail header in ui test.
|
2020-02-02 02:08:30 -05:00 |
no-move-across-await-struct.stderr
|
compiletest: error if compile-fail header in ui test.
|
2020-02-02 02:08:30 -05:00 |
no-move-across-await-tuple.rs
|
compiletest: error if compile-fail header in ui test.
|
2020-02-02 02:08:30 -05:00 |
no-move-across-await-tuple.stderr
|
compiletest: error if compile-fail header in ui test.
|
2020-02-02 02:08:30 -05:00 |
no-non-guaranteed-initialization.rs
|
compiletest: error if compile-fail header in ui test.
|
2020-02-02 02:08:30 -05:00 |
no-non-guaranteed-initialization.stderr
|
compiletest: error if compile-fail header in ui test.
|
2020-02-02 02:08:30 -05:00 |
no-params-non-move-async-closure.rs
|
|
|
no-params-non-move-async-closure.stderr
|
|
|
no-std.rs
|
Test that async/await compiles with #![no_std]
|
2020-03-17 22:17:31 +01:00 |
no-unsafe-async.rs
|
parser: fuse free fn parsing together.
|
2020-02-13 10:39:24 +01:00 |
no-unsafe-async.stderr
|
parse: use parse_item_common in parse_assoc_item_ .
|
2020-02-24 00:59:38 +01:00 |
partial-initialization-across-await.rs
|
|
|
partial-initialization-across-await.stderr
|
|
|
recursive-async-impl-trait-type.rs
|
|
|
recursive-async-impl-trait-type.stderr
|
Diagnostics should not end with a full stop
|
2020-01-12 15:37:50 +00:00 |
return-ty-raw-ptr-coercion.rs
|
|
|
return-ty-unsize-coercion.rs
|
|
|
suggest-missing-await-closure.fixed
|
|
|
suggest-missing-await-closure.rs
|
|
|
suggest-missing-await-closure.stderr
|
review comment: wording
|
2020-01-08 09:30:27 -08:00 |
suggest-missing-await.fixed
|
Emit coercion suggestions in more places
|
2019-12-03 21:51:16 -05:00 |
suggest-missing-await.rs
|
Emit coercion suggestions in more places
|
2019-12-03 21:51:16 -05:00 |
suggest-missing-await.stderr
|
review comment: wording
|
2020-01-08 09:30:27 -08:00 |
suggest-switching-edition-on-await.rs
|
|
|
suggest-switching-edition-on-await.stderr
|
|
|
try-on-option-in-async.rs
|
|
|
try-on-option-in-async.stderr
|
|
|
unreachable-lint-1.rs
|
|
|
unreachable-lint-1.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
unreachable-lint.rs
|
|
|
unresolved_type_param.rs
|
Update tests
|
2020-01-09 21:23:12 +03:00 |
unresolved_type_param.stderr
|
Update tests
|
2020-01-09 21:23:12 +03:00 |
unused-lifetime.rs
|
|
|
unused-lifetime.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |