about summary refs log tree commit diff
path: root/compiler/rustc_serialize/src/leb128.rs
AgeCommit message (Expand)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+2
2024-04-13Add add/sub methods that only panic with debug assertions to rustcNilstrieb-5/+9
2023-09-10Reimplement FileEncoder with a small-write optimizationBen Kimock-13/+7
2023-04-23Rewrite MemDecoder around pointers not a sliceBen Kimock-8/+8
2022-11-29rename `{max=>largest}_max_leb128_len`Maybe Waffle-3/+3
2022-11-29Replace a macro with a functionMaybe Waffle-11/+8
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-1/+1
2022-01-07Unpeel the first iteration of the loop in impl_read_unsigned_leb128.Nicholas Nethercote-2/+11
2022-01-07Modify the buffer position directly when reading leb128 values.Nicholas Nethercote-10/+8
2021-01-11rustc_serialize: fix incorrect signed LEB128 decodingTyson Nottingham-22/+32
2021-01-11Serialize incr comp structures to file via fixed-size bufferTyson Nottingham-32/+68
2020-08-30mv compiler to compiler/mark-0/+110