index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_serialize
/
src
/
leb128.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-05
use `div_ceil` instead of manual logic
Folkert de Vries
-1
/
+1
2025-03-20
Convert `rustc_serialize` integration tests to unit tests.
Nicholas Nethercote
-0
/
+3
2025-03-07
compiler: Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+2
2024-04-13
Add add/sub methods that only panic with debug assertions to rustc
Nilstrieb
-5
/
+9
2023-09-10
Reimplement FileEncoder with a small-write optimization
Ben Kimock
-13
/
+7
2023-04-23
Rewrite MemDecoder around pointers not a slice
Ben Kimock
-8
/
+8
2022-11-29
rename `{max=>largest}_max_leb128_len`
Maybe Waffle
-3
/
+3
2022-11-29
Replace a macro with a function
Maybe Waffle
-11
/
+8
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-1
/
+1
2022-01-07
Unpeel the first iteration of the loop in impl_read_unsigned_leb128.
Nicholas Nethercote
-2
/
+11
2022-01-07
Modify the buffer position directly when reading leb128 values.
Nicholas Nethercote
-10
/
+8
2021-01-11
rustc_serialize: fix incorrect signed LEB128 decoding
Tyson Nottingham
-22
/
+32
2021-01-11
Serialize incr comp structures to file via fixed-size buffer
Tyson Nottingham
-32
/
+68
2020-08-30
mv compiler to compiler/
mark
-0
/
+110