about summary refs log tree commit diff
path: root/src/libsyntax/error_codes.rs
AgeCommit message (Collapse)AuthorLines
2019-09-05Replace diagnostic plugins with macro_rulesMark Rousskov-3/+2
2019-09-05Restrict error code length to 80 columnsMark Rousskov-5/+10
The global restriction is 100, but since error codes are printed out via --explain we want to restrict them to just 80 columns.
2019-07-28Remove lint annotations in specific crates that are already enforced by ↵Vadim Petrochenkov-2/+0
rustbuild Remove some random unnecessary lint `allow`s
2019-07-23Normalize use of backticks in compiler messages for libsyntax/*Samy Kacimi-1/+1
https://github.com/rust-lang/rust/issues/60532
2019-05-01Added the E0704 error with a link to the Rust reference.Christian-1/+29
2019-04-18Rename diagnositc_list into error_codesYuki OKUSHI-0/+422