| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-08-27 | Changing error messages and renaming tests #63127 | Kevin Per | -2/+2 | |
| `async-await/no-args-non-move-async-closure` `generator/no-arguments-on-generators` | ||||
| 2019-08-20 | Stabilize 'async_await'. | Mazdak Farrokhzad | -2/+0 | |
| 2019-07-30 | Update error_codes re. await_macro removal. | Mazdak Farrokhzad | -5/+5 | |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by ↵ | Vadim Petrochenkov | -2/+0 | |
| rustbuild Remove some random unnecessary lint `allow`s | ||||
| 2019-07-23 | normalize use of backticks for compiler messages in remaining modules | Samy Kacimi | -1/+1 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-06-13 | Fix typos | Yuki Okushi | -1/+1 | |
| 2019-05-27 | Incorporated suggested changes | Jad Ghalayini | -5/+4 | |
| 2019-05-26 | Added error message for E0284 | Jad Ghalayini | -1/+46 | |
| 2019-05-07 | Implement built-in await syntax | Taylor Cramer | -0/+2 | |
| 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-05-01 | Disallow non-explicit elided lifetimes in async fn | Taylor Cramer | -4/+1 | |
| 2019-04-27 | tidy: Fix false positives from long URLs | Vadim Petrochenkov | -1/+0 | |
| 2019-04-25 | Improved error message when type must be bound due to generator. | Giles Cope | -0/+30 | |
| Error now mentions type var name and span is highlighted. | ||||
| 2019-04-17 | Rename diagnostics to error_codes | Yuki OKUSHI | -0/+2182 | |
