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
2025-06-21
Add a few inline directives in rustc_serialize.
Camille GILLOT
-0
/
+2
2025-04-22
Add index to the dep graph format and encode via `MemEncoder`
John Kåre Alsaker
-0
/
+2
2025-04-10
Bump `FileEncoder` buffer size to 64 kB
John Kåre Alsaker
-1
/
+1
2025-03-20
Convert `rustc_serialize` integration tests to unit tests.
Nicholas Nethercote
-0
/
+3
2025-02-23
rename sub_ptr 😅
bendn
-3
/
+3
2024-10-07
Fix used_underscore_binding in rustc_serialize
Michal Piotrowski
-3
/
+3
2024-09-02
chore: Fix typos in 'compiler' (batch 2)
Alexander Cyon
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+3
2024-07-02
chore: remove duplicate words
hattizai
-1
/
+1
2024-05-21
PR feedback
Ben Kimock
-5
/
+5
2024-05-21
Add a footer in FileEncoder and check for it in MemDecoder
Ben Kimock
-5
/
+11
2024-04-13
Add add/sub methods that only panic with debug assertions to rustc
Nilstrieb
-3
/
+7
2023-11-22
Call FileEncoder::finish in rmeta encoding
Ben Kimock
-7
/
+36
2023-09-22
Open the FileEncoder file for reading and writing
Ben Kimock
-1
/
+6
2023-09-20
PR feedback
Ben Kimock
-32
/
+54
2023-09-10
Reimplement FileEncoder with a small-write optimization
Ben Kimock
-196
/
+74
2023-09-04
Use a specialized varint + bitpacking scheme for DepGraph encoding
Ben Kimock
-1
/
+1
2023-05-15
Fix the `FileEncoder` buffer size.
Nicholas Nethercote
-33
/
+11
2023-05-04
Factor out more repeated code in `{write,read}_leb128!`.
Nicholas Nethercote
-95
/
+44
2023-05-04
Rename `file_encoder_write_leb128!`.
Nicholas Nethercote
-9
/
+9
2023-05-04
Reorder some `MemDecoder` methods.
Nicholas Nethercote
-10
/
+10
2023-05-02
Remove `MemEncoder`.
Nicholas Nethercote
-125
/
+4
2023-04-28
Remove `MemDecoder::read_byte`.
Nicholas Nethercote
-14
/
+9
2023-04-28
Add some provided methods to `Encoder`/`Decoder`.
Nicholas Nethercote
-76
/
+0
2023-04-28
Remove a low-value assertion.
Nicholas Nethercote
-7
/
+2
2023-04-28
Remove `MemDecoder::read_raw_bytes_inherent`.
Nicholas Nethercote
-19
/
+11
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
[next]