about summary refs log tree commit diff
path: root/compiler/rustc_serialize/src/serialize.rs
AgeCommit message (Expand)AuthorLines
2021-03-25Allow for reading raw bytes from rustc_serialize::Decoder without unsafe code.Michael Woerister-2/+1
2021-03-19Move raw bytes handling to Encoder/Decoder.Camille GILLOT-0/+3
2021-01-01rustc_serialize: specialize opaque decoding of some u8 sequencesTyson Nottingham-8/+3
2021-01-01rustc_serialize: specialize opaque encoding of some u8 sequencesTyson Nottingham-1/+1
2020-09-26Deduplicate and generalize some (de/)serializer implsOliver Scherer-23/+11
2020-08-30mv compiler to compiler/mark-0/+782