Mark Rousskov
7c3f65b3c4
middle::intrinsicck -> rustc_passes
2019-10-04 11:11:33 -04:00
Mark Rousskov
82bfd8eb0d
middle::entry -> rustc_passes
2019-10-04 11:11:33 -04:00
Mazdak Farrokhzad
01075d8f6b
Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank
...
Add E0734 and its long explanation
Part of https://github.com/rust-lang/rust/issues/61137
2019-09-28 22:12:02 +02:00
Guillaume Gomez
0ebb044eb1
Add long error explanation for E0734
2019-09-27 13:23:07 +02:00
Guillaume Gomez
68d099a175
Create new error code E0734 for stability attributes used outside of standard library
2019-09-25 13:23:53 +02:00
Guillaume Gomez
144b845073
Add long error explanation for E0312
2019-09-12 12:58:44 +02:00
Mark Rousskov
b437240cee
Replace diagnostic plugins with macro_rules
2019-09-05 12:35:15 -04:00
Mark Rousskov
74563b4166
Restrict error code length to 80 columns
...
The global restriction is 100, but since error codes are printed out via
--explain we want to restrict them to just 80 columns.
2019-09-05 12:34:44 -04:00
Esteban Küber
efe85943b3
account for DUMMY_SP and correct wording
2019-09-02 22:11:29 -07:00
Kevin Per
97319b2b95
Changing error messages and renaming tests #63127
...
`async-await/no-args-non-move-async-closure`
`generator/no-arguments-on-generators`
2019-08-27 17:31:57 +02:00
Mazdak Farrokhzad
b0d4782948
Stabilize 'async_await'.
2019-08-20 02:38:02 +02:00
Mazdak Farrokhzad
99c4a94fa5
Update error_codes re. await_macro removal.
2019-07-30 10:55:45 +02:00
Vadim Petrochenkov
434152157f
Remove lint annotations in specific crates that are already enforced by rustbuild
...
Remove some random unnecessary lint `allow`s
2019-07-28 18:46:24 +03:00
Samy Kacimi
66815c613a
normalize use of backticks for compiler messages in remaining modules
...
https://github.com/rust-lang/rust/issues/60532
2019-07-23 23:09:59 +02:00
Yuki Okushi
b8f1491f6e
Fix typos
2019-06-13 00:37:30 +09:00
Jad Ghalayini
b3480126d4
Incorporated suggested changes
2019-05-27 19:37:20 -04:00
Jad Ghalayini
03cce1d81e
Added error message for E0284
2019-05-26 16:48:02 -04:00
Taylor Cramer
fe8760cb84
Implement built-in await syntax
...
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-07 14:45:53 -07:00
Taylor Cramer
c6e13bc20b
Disallow non-explicit elided lifetimes in async fn
2019-05-01 18:34:49 -07:00
Vadim Petrochenkov
2ae7b0c898
tidy: Fix false positives from long URLs
2019-04-27 20:29:27 +03:00
Giles Cope
66e41bc675
Improved error message when type must be bound due to generator.
...
Error now mentions type var name and span is highlighted.
2019-04-25 16:42:59 +01:00
Yuki OKUSHI
5f3b8d0883
Rename diagnostics to error_codes
2019-04-17 18:19:14 +09:00