about summary refs log tree commit diff
path: root/compiler/rustc_serialize/src/collection_impls.rs
AgeCommit message (Expand)AuthorLines
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-4/+16
2022-06-08Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote-41/+33
2022-06-03Inline many methods of Encoderbjorn3-51/+43
2022-06-03Remove all names from Encoderbjorn3-16/+16
2022-05-13Cache more queries on disk.Camille GILLOT-10/+0
2022-02-20Delete Decoder::read_mapMark Rousskov-29/+26
2022-02-20Delete Decoder::read_seqMark Rousskov-26/+26
2022-02-20Delete Decoder::read_map_elt_valMark Rousskov-3/+3
2022-02-20Delete Decoder::read_map_elt_keyMark Rousskov-3/+3
2022-02-20Delete Decoder::read_seq_eltMark Rousskov-6/+6
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-52/+33
2021-06-01Remove unused functions and arguments from rustc_serializebjorn3-24/+24
2021-01-01rustc_serialize: specialize opaque decoding of some u8 sequencesTyson Nottingham-14/+4
2021-01-01rustc_serialize: specialize opaque encoding of some u8 sequencesTyson Nottingham-18/+6
2020-08-30mv compiler to compiler/mark-0/+337