rust/compiler/rustc_serialize
Nicholas Nethercote 5f69ca62f2 rustc_serialize: merge collection_impls.rs into serialize.rs.
`serialize.rs` has the `Encodable`/`Decodable` impls for lots of basic
types, including `Vec`. `collection_impls` has it for lots of collection
types. The distinction isn't really meaningful, and it's simpler to have
them all in a single file.
2023-10-06 10:30:01 +11:00
..
src rustc_serialize: merge collection_impls.rs into serialize.rs. 2023-10-06 10:30:01 +11:00
tests Reimplement FileEncoder with a small-write optimization 2023-09-10 23:37:51 -04:00
Cargo.toml Upgrade to indexmap 2.0.0 2023-07-03 13:51:54 -07:00