summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2019-05-10Extend existing test for nested mut patterns.David Wood-0/+8
2019-05-09Do not modify mutability of simple bindings.David Wood-1/+1
2019-05-09Add regression test for #60674.David Wood-0/+27
2019-05-06Add tests for by-ref bindingTaiki Endo-1/+289
2019-05-05Correct handling of arguments in async fnTaiki Endo-10/+30
2019-05-04Rollup merge of #60527 - davidtwco:issue-60518, r=cramertjMazdak Farrokhzad-0/+12
2019-05-03Fix async fn lowering ICE with APIT.David Wood-0/+12
2019-05-03Propagate mutability from arguments to local bindings in async fnTaiki Endo-0/+10
2019-05-01Unify tests under async-await directory.David Wood-0/+353