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
/
opaque.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-23
Rewrite MemDecoder around pointers not a slice
Ben Kimock
-36
/
+119
2023-04-06
Remove f32 & f64 from MemDecoder/MemEncoder
Scott McMurray
-36
/
+0
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-11-29
rename `{max=>largest}_max_leb128_len`
Maybe Waffle
-3
/
+3
2022-11-29
Replace a macro with a function
Maybe Waffle
-5
/
+5
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-13
/
+13
2022-09-20
add comment explaining read permissions
Sikkema, Isaac
-0
/
+2
2022-08-25
use `File::options()` instead of `File::create()`
Sikkema, Isaac
-1
/
+1
2022-07-02
use BufReader for counting zero bytes
Yoshiki Matsuda
-0
/
+4
2022-06-16
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-17
/
+11
2022-06-14
Rename rustc_serialize::opaque::Encoder as MemEncoder.
Nicholas Nethercote
-26
/
+26
2022-06-10
Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.
Nicholas Nethercote
-11
/
+17
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-26
/
+26
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-26
/
+26
2022-06-08
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-17
/
+11
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-110
/
+130
2022-06-08
Don't pass in a vector to `Encoder::new`.
Nicholas Nethercote
-2
/
+2
2022-06-03
Remove emit_unit
bjorn3
-10
/
+0
2022-02-22
Delete Decoder::read_unit
Mark Rousskov
-5
/
+0
2022-02-22
Provide copy-free access to raw Decoder bytes
Mark Rousskov
-13
/
+6
2022-02-22
Provide raw &str access from Decoder
Mark Rousskov
-3
/
+2
2022-01-31
Remove two unnecessary transmutes from opaque Encoder and Decoder
bjorn3
-4
/
+3
2022-01-22
Address review comments.
Nicholas Nethercote
-2
/
+1
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-48
/
+41
2022-01-22
Rename `Decoder::read_nil` and `read_unit`.
Nicholas Nethercote
-1
/
+1
2022-01-15
Auto merge of #92604 - nnethercote:optimize-impl_read_unsigned_leb128, r=mich...
bors
-5
/
+1
2022-01-07
Modify the buffer position directly when reading leb128 values.
Nicholas Nethercote
-5
/
+1
2021-12-28
Do not use LEB128 for encoding u16 and i16
Jakub Beránek
-8
/
+15
2021-12-06
avoid string validation in rustc_serialize, check a marker byte instead
The 8472
-4
/
+17
2021-03-25
Allow for reading raw bytes from rustc_serialize::Decoder without unsafe code.
Michael Woerister
-29
/
+15
2021-03-19
Move raw bytes handling to Encoder/Decoder.
Camille GILLOT
-44
/
+46
2021-03-18
Simplify IntEncodedWithFixedSize.
Camille GILLOT
-13
/
+5
2021-03-18
Move IntEncodedWithFixedSize to rustc_serialize.
Camille GILLOT
-0
/
+48
2021-01-11
rustc_serialize: fix incorrect signed LEB128 decoding
Tyson Nottingham
-20
/
+12
2021-01-11
Serialize incr comp structures to file via fixed-size buffer
Tyson Nottingham
-22
/
+389
2021-01-01
rustc_serialize: specialize opaque decoding of some u8 sequences
Tyson Nottingham
-4
/
+25
2021-01-01
rustc_serialize: have read_raw_bytes take MaybeUninit<u8> slice
Tyson Nottingham
-3
/
+13
2021-01-01
rustc_serialize: specialize opaque encoding of some u8 sequences
Tyson Nottingham
-0
/
+12
2020-10-13
Replace absolute paths with relative ones
est31
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+318