about summary refs log tree commit diff
path: root/compiler/rustc_serialize/tests
AgeCommit message (Expand)AuthorLines
2022-02-20Remove support for JSON deserialization to RustMark Rousskov-303/+8
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-103/+107
2022-01-07Modify the buffer position directly when reading leb128 values.Nicholas Nethercote-4/+2
2021-06-14Use the now available implementation of `IntoIterator` for arraysLeSeulArtichaut-1/+1
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-1/+0
2021-02-03Revert stabilizing integer::BITS.Mara Bos-0/+1
2021-01-31stabilize int_bits_constAshley Mannix-1/+0
2021-01-11rustc_serialize: fix incorrect signed LEB128 decodingTyson Nottingham-16/+44
2021-01-11Serialize incr comp structures to file via fixed-size bufferTyson Nottingham-15/+36
2020-08-30mv compiler to compiler/mark-0/+1590