rust/src/librustc_errors
Matthew Jasper cbcef3effc Rework `rustc_serialize`
- Move the type parameter from `encode` and `decode` methods to
  the trait.
- Remove `UseSpecialized(En|De)codable` traits.
- Remove blanket impls for references.
- Add `RefDecodable` trait to allow deserializing to arena-allocated
  references safely.
- Remove ability to (de)serialize HIR.
- Create proc-macros `(Ty)?(En|De)codable` to help implement these new
  traits.
2020-08-14 17:34:30 +01:00
..
json Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
Cargo.toml Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
annotate_snippet_emitter_writer.rs Fix more clippy warnings 2020-06-09 18:51:08 +02:00
diagnostic.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
diagnostic_builder.rs On recursive ADT, provide indirection structured suggestion 2020-06-10 14:09:51 -07:00
emitter.rs Show backtrace numbers in backtrace whenever more than one is involved 2020-08-05 11:05:12 -04:00
json.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
lib.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
lock.rs use winapi for non-stdlib Windows bindings 2020-01-11 20:56:46 -05:00
registry.rs Simplify the error Registry methods a little 2020-05-04 11:52:15 -07:00
snippet.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
styled_buffer.rs Format the world 2019-12-22 17:42:47 -05:00