| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-05-24 | Move async/await tests to test/ui/async-await | varkor | -30/+0 | |
| 2019-05-07 | Implement built-in await syntax | Taylor Cramer | -5/+5 | |
| Adds support for .await under the existing async_await feature gate. Moves macro-like await! syntax to the await_macro feature gate. Removes support for `await` as a non-keyword under the `async_await` feature. | ||||
| 2019-04-23 | Stabilize futures_api | Taylor Cramer | -1/+1 | |
| 2019-03-13 | Add test for #55809. | David Wood | -0/+30 | |
| This commit adds a regression test for #55809 which checks that a overflow does not occur when evaluating a requirement for async functions and `&mut` arguments in some specific circumstances. | ||||
