| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-05-24 | Move async/await tests to test/ui/async-await | varkor | -728/+0 | |
| 2019-05-16 | Review comments | Esteban Küber | -13/+13 | |
| - Change wording of suggestion - Move recovery logic to `diagnostics.rs` - Reduce ammount of code duplication | ||||
| 2019-05-16 | readd match await test case | Esteban Küber | -2/+31 | |
| 2019-05-16 | Point at enclosing fn/closure when it's not async | Esteban Küber | -25/+47 | |
| 2019-05-16 | Simplify span usage for incorrect await | Esteban Küber | -41/+19 | |
| 2019-05-16 | Parse alternative incorrect uses of await and recover | Esteban Küber | -25/+296 | |
| 2019-05-07 | Implement built-in await syntax | Taylor Cramer | -59/+269 | |
| 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-18 | hide `--explain` hint if error has no extended info | Andy Russell | -2/+0 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -6/+6 | |
| 2018-12-04 | Update tests | Oliver Scherer | -17/+44 | |
| 2018-09-24 | Make "await" a pseudo-edition keyword | Taylor Cramer | -0/+193 | |
| This change makes "await" ident an error in 2018 edition without async_await feature and adds "await" to the 2018 edition keyword lint group that suggest migration on the 2015 edition. | ||||
