| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-06-25 | Adds a clearer message for when the async keyword is missing from a function | Nell Shamrell | -1/+1 | |
| Signed-off-by: Nell Shamrell <nellshamrell@gmail.com> | ||||
| 2020-03-23 | Update tests | John Kåre Alsaker | -0/+1 | |
| 2019-10-02 | s/`async` fn/`async fn`/ | Niko Matsakis | -1/+1 | |
| 2019-10-02 | WIP fix tests | Niko Matsakis | -1/+1 | |
| 2019-08-20 | Remove async_await gates from tests. | Mazdak Farrokhzad | -2/+1 | |
| 2019-07-04 | Improve error span for async type inference error | Aaron Hill | -0/+17 | |
| Fixes #62382 Previously, we would point at the spawn of the 'await' expression, instead of the actual expression with an unknown type. | ||||
