rust/compiler/rustc_serialize/tests
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.rs Remove support for JSON deserialization to Rust 2022-02-20 18:58:21 -05:00
leb128.rs Modify the buffer position directly when reading leb128 values. 2022-01-07 10:40:51 +11:00
opaque.rs Make Decodable and Decoder infallible. 2022-01-22 10:38:31 +11:00