about summary refs log tree commit diff
path: root/compiler/rustc_serialize/tests/leb128.rs
AgeCommit message (Expand)AuthorLines
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-05-21PR feedbackBen Kimock-2/+3
2024-05-21Add a footer in FileEncoder and check for it in MemDecoderBen Kimock-4/+9
2023-09-10Reimplement FileEncoder with a small-write optimizationBen Kimock-8/+6
2023-04-23Rewrite MemDecoder around pointers not a sliceBen Kimock-6/+7
2022-01-07Modify the buffer position directly when reading leb128 values.Nicholas Nethercote-4/+2
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/+45