about summary refs log tree commit diff
path: root/compiler/rustc_serialize/tests/opaque.rs
AgeCommit message (Expand)AuthorLines
2023-05-02Remove `MemEncoder`.Nicholas Nethercote-8/+11
2023-05-02Move some `Encodable`/`Decodable` tests.Nicholas Nethercote-0/+39
2023-04-06Remove f32 & f64 from MemDecoder/MemEncoderScott McMurray-28/+4
2022-06-16Move `finish` out of the `Encoder` trait.Nicholas Nethercote-2/+2
2022-06-14Rename rustc_serialize::opaque::Encoder as MemEncoder.Nicholas Nethercote-4/+6
2022-06-10Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.Nicholas Nethercote-2/+2
2022-06-10Revert b983e42936feab29f6333e9835913afc6b4a394e.Nicholas Nethercote-6/+4
2022-06-08Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.Nicholas Nethercote-4/+6
2022-06-08Move `finish` out of the `Encoder` trait.Nicholas Nethercote-2/+2
2022-06-08Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote-4/+3
2022-06-08Don't pass in a vector to `Encoder::new`.Nicholas Nethercote-1/+1
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-1/+1
2020-08-30mv compiler to compiler/mark-0/+276