| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
