summaryrefslogtreecommitdiff
path: root/compiler/rustc_serialize/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove `MemEncoder`.Nicholas Nethercote2023-05-021-8/+11
* Move some `Encodable`/`Decodable` tests.Nicholas Nethercote2023-05-021-0/+39
* Rewrite MemDecoder around pointers not a sliceBen Kimock2023-04-231-6/+7
* Remove f32 & f64 from MemDecoder/MemEncoderScott McMurray2023-04-061-28/+4
* Move `finish` out of the `Encoder` trait.Nicholas Nethercote2022-06-161-2/+2
* Rename rustc_serialize::opaque::Encoder as MemEncoder.Nicholas Nethercote2022-06-141-4/+6
* Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.Nicholas Nethercote2022-06-101-2/+2
* Revert b983e42936feab29f6333e9835913afc6b4a394e.Nicholas Nethercote2022-06-101-6/+4
* Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.Nicholas Nethercote2022-06-081-4/+6
* Move `finish` out of the `Encoder` trait.Nicholas Nethercote2022-06-081-2/+2
* Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote2022-06-081-4/+3
* Don't pass in a vector to `Encoder::new`.Nicholas Nethercote2022-06-081-1/+1
* Remove json support from rustc_serializebjorn32022-06-031-978/+0
* Remove support for JSON deserialization to RustMark Rousskov2022-02-201-303/+8
* Make `Decodable` and `Decoder` infallible.Nicholas Nethercote2022-01-222-103/+107
* Modify the buffer position directly when reading leb128 values.Nicholas Nethercote2022-01-071-4/+2
* Use the now available implementation of `IntoIterator` for arraysLeSeulArtichaut2021-06-141-1/+1
* Revert "Revert stabilizing integer::BITS."Mara Bos2021-03-241-1/+0
* Revert stabilizing integer::BITS.Mara Bos2021-02-031-0/+1
* stabilize int_bits_constAshley Mannix2021-01-311-1/+0
* rustc_serialize: fix incorrect signed LEB128 decodingTyson Nottingham2021-01-111-16/+44
* Serialize incr comp structures to file via fixed-size bufferTyson Nottingham2021-01-111-15/+36
* mv compiler to compiler/mark2020-08-303-0/+1590