about summary refs log tree commit diff
path: root/compiler/rustc_serialize/src/leb128.rs
AgeCommit message (Expand)AuthorLines
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