summary refs log tree commit diff
path: root/src/librustc/error_codes.rs
AgeCommit message (Collapse)AuthorLines
2019-06-13Fix typosYuki Okushi-1/+1
2019-05-27Incorporated suggested changesJad Ghalayini-5/+4
2019-05-26Added error message for E0284Jad Ghalayini-1/+46
2019-05-07Implement built-in await syntaxTaylor 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-01Disallow non-explicit elided lifetimes in async fnTaylor Cramer-4/+1
2019-04-27tidy: Fix false positives from long URLsVadim Petrochenkov-1/+0
2019-04-25Improved 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-17Rename diagnostics to error_codesYuki OKUSHI-0/+2182