rust/compiler/rustc_errors/src
Mark Rousskov 60b71f56e7 Remove support for JSON deserialization to Rust
This is no longer used by the compiler itself, and removing this support opens
the door to massively simplifying the Decodable/Decoder API by dropping the
self-describing deserialization support (necessary for JSON).
2022-02-20 18:58:21 -05:00
..
json Remove support for JSON deserialization to Rust 2022-02-20 18:58:21 -05:00
annotate_snippet_emitter_writer.rs Don't abort compilation after giving a lint error 2021-11-08 01:22:28 +00:00
diagnostic.rs rustc_errors: remove allow_suggestions from DiagnosticBuilder. 2022-01-24 10:49:10 +00:00
diagnostic_builder.rs rustc_errors: only box the diagnostic field in DiagnosticBuilder. 2022-01-24 11:23:14 +00:00
emitter.rs Adopt let else in more places 2022-02-19 17:27:43 +01:00
json.rs rustc_errors: remove allow_suggestions from DiagnosticBuilder. 2022-01-24 10:49:10 +00:00
lib.rs add a rustc::query_stability lint 2022-02-01 10:15:59 +01:00
lock.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
registry.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
snippet.rs Compute most of Public/Exported access level in rustc_resolve 2022-01-09 21:33:14 +00:00
styled_buffer.rs review 2021-04-24 22:37:42 +03:00