| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-11-14 | Remove unused error_codes.rs files | Guillaume Gomez | -97/+0 | |
| 2019-09-05 | Replace diagnostic plugins with macro_rules | Mark Rousskov | -7/+2 | |
| 2019-09-05 | Restrict error code length to 80 columns | Mark Rousskov | -1/+2 | |
| 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-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-19 | normalize use of backticks in compiler messages for librustc_metadata | Samy Kacimi | -2/+3 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-07-13 | Make `register_[long_]diagnostics` hygienic | Matthew Jasper | -1/+1 | |
| 2019-04-17 | Rename diagnostics to error_codes | Yuki OKUSHI | -0/+102 | |
