rust/compiler/rustc_serialize/src
Mark Rousskov 0fb2b7a2da Drop json::from_reader
Performing UTF-8 decode outside the JSON module makes more sense in almost all cases.
2022-02-05 15:07:10 -05:00
..
json mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
collection_impls.rs Make Decodable and Decoder infallible. 2022-01-22 10:38:31 +11:00
json.rs Drop json::from_reader 2022-02-05 15:07:10 -05:00
leb128.rs Unpeel the first iteration of the loop in impl_read_unsigned_leb128. 2022-01-07 13:36:26 +11:00
lib.rs Remove box syntax from rustc_serialize 2021-08-18 09:25:26 +02:00
opaque.rs Remove two unnecessary transmutes from opaque Encoder and Decoder 2022-01-31 18:25:05 +01:00
serialize.rs Make Decodable and Decoder infallible. 2022-01-22 10:38:31 +11:00