about summary refs log tree commit diff
path: root/compiler/rustc_serialize/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-08-18Remove box syntax from rustc_serializeest31-1/+0
2021-05-31Remove unused feature gatesbjorn3-3/+0
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-1/+0
2021-03-18Simplify IntEncodedWithFixedSize.Camille GILLOT-0/+2
2021-02-20Update the bootstrap compilerJoshua Nelson-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-0/+1
2021-01-11Serialize incr comp structures to file via fixed-size bufferTyson Nottingham-0/+3
2021-01-01rustc_serialize: specialize opaque decoding of some u8 sequencesTyson Nottingham-0/+1
2021-01-01rustc_serialize: specialize opaque encoding of some u8 sequencesTyson Nottingham-0/+1
2020-12-26stabilize min_const_genericsBastian Kauschke-1/+1
2020-09-26Deduplicate and generalize some (de/)serializer implsOliver Scherer-0/+1
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-08-30mv compiler to compiler/mark-0/+27