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
Age
Commit message (
Expand
)
Author
Lines
2024-01-19
Rollup merge of #117561 - tgross35:split-array, r=scottmcm
Matthias Krüger
-1
/
+0
2024-01-10
Stabilize `slice_first_last_chunk`
Trevor Gross
-1
/
+0
2024-01-09
Remove more needless leb128 coding for enum variants
Mark Rousskov
-18
/
+15
2023-12-31
Avoid specialization for the Span Encodable and Decodable impls
bjorn3
-8
/
+8
2023-11-22
Call FileEncoder::finish in rmeta encoding
Ben Kimock
-7
/
+36
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-3
/
+3
2023-10-30
Clean up `rustc_*/Cargo.toml`.
Nicholas Nethercote
-0
/
+4
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+3
2023-10-06
Use `collect` to decode `Vec`.
Nicholas Nethercote
-23
/
+10
2023-10-06
Streamline some `Encodable` impls.
Nicholas Nethercote
-6
/
+3
2023-10-06
Use `collect` for decoding more collection types.
Nicholas Nethercote
-40
/
+6
2023-10-06
rustc_serialize: merge `collection_impls.rs` into `serialize.rs`.
Nicholas Nethercote
-264
/
+258
2023-10-06
Remove unused serialization support for `LinkedList`.
Nicholas Nethercote
-17
/
+1
2023-10-06
rustc_serialize: Remove unneeded feature decls.
Nicholas Nethercote
-11
/
+5
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
-217
/
+90
2023-09-04
Use a specialized varint + bitpacking scheme for DepGraph encoding
Ben Kimock
-1
/
+1
2023-07-03
Upgrade to indexmap 2.0.0
Josh Stone
-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
-12
/
+12
2023-05-04
Remove a low value comment.
Nicholas Nethercote
-4
/
+0
2023-05-02
Remove `MemEncoder`.
Nicholas Nethercote
-133
/
+16
2023-05-02
Move some `Encodable`/`Decodable` tests.
Nicholas Nethercote
-0
/
+39
2023-04-28
Remove `MemDecoder::read_byte`.
Nicholas Nethercote
-14
/
+9
2023-04-28
Add some provided methods to `Encoder`/`Decoder`.
Nicholas Nethercote
-84
/
+56
2023-04-28
Remove a low-value assertion.
Nicholas Nethercote
-7
/
+2
2023-04-28
Add a comment explaining the lack of `Decoder::read_enum_variant`.
Nicholas Nethercote
-0
/
+5
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
-50
/
+137
2023-04-06
Remove f32 & f64 from MemDecoder/MemEncoder
Scott McMurray
-70
/
+14
2023-03-25
Update indexmap and rayon crates
John Kåre Alsaker
-1
/
+1
2023-02-25
Emit the enum discriminant separately for the Encodable macro
John Kåre Alsaker
-12
/
+0
2023-02-21
Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472
bors
-1
/
+1
2023-02-21
Upgrade `thin-vec` from 0.2.9 to 0.2.12.
Nicholas Nethercote
-1
/
+1
2023-02-20
Remove old FIXME that no longer applies
Deadbeef
-5
/
+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
-6
/
+6
2022-11-29
Replace a macro with a function
Maybe Waffle
-16
/
+13
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-14
/
+14
2022-11-02
rustdoc: use ThinVec for cleaned generics
Michael Howell
-1
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-20
Rollup merge of #101014 - isikkema:fix-zmeta-stats-file-encoder-no-read-perms...
Michael Howell
-1
/
+3
2022-09-20
add comment explaining read permissions
Sikkema, Isaac
-0
/
+2
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-08-29
Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.
Nicholas Nethercote
-4
/
+17
2022-08-25
use `File::options()` instead of `File::create()`
Sikkema, Isaac
-1
/
+1
2022-08-25
Adding support for rustc_serialize encode and decode for Box and Vec that use...
Ellen Arteca
-11
/
+16
[prev]
[next]