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
/
tests
Age
Commit message (
Expand
)
Author
Lines
2023-12-31
Avoid specialization for the Span Encodable and Decodable impls
bjorn3
-8
/
+8
2023-09-10
Reimplement FileEncoder with a small-write optimization
Ben Kimock
-8
/
+6
2023-05-02
Remove `MemEncoder`.
Nicholas Nethercote
-8
/
+11
2023-05-02
Move some `Encodable`/`Decodable` tests.
Nicholas Nethercote
-0
/
+39
2023-04-23
Rewrite MemDecoder around pointers not a slice
Ben Kimock
-6
/
+7
2023-04-06
Remove f32 & f64 from MemDecoder/MemEncoder
Scott McMurray
-28
/
+4
2022-06-16
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-2
/
+2
2022-06-14
Rename rustc_serialize::opaque::Encoder as MemEncoder.
Nicholas Nethercote
-4
/
+6
2022-06-10
Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.
Nicholas Nethercote
-2
/
+2
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-6
/
+4
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-4
/
+6
2022-06-08
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-2
/
+2
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-4
/
+3
2022-06-08
Don't pass in a vector to `Encoder::new`.
Nicholas Nethercote
-1
/
+1
2022-06-03
Remove json support from rustc_serialize
bjorn3
-978
/
+0
2022-02-20
Remove support for JSON deserialization to Rust
Mark Rousskov
-303
/
+8
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-103
/
+107
2022-01-07
Modify the buffer position directly when reading leb128 values.
Nicholas Nethercote
-4
/
+2
2021-06-14
Use the now available implementation of `IntoIterator` for arrays
LeSeulArtichaut
-1
/
+1
2021-03-24
Revert "Revert stabilizing integer::BITS."
Mara Bos
-1
/
+0
2021-02-03
Revert stabilizing integer::BITS.
Mara Bos
-0
/
+1
2021-01-31
stabilize int_bits_const
Ashley Mannix
-1
/
+0
2021-01-11
rustc_serialize: fix incorrect signed LEB128 decoding
Tyson Nottingham
-16
/
+44
2021-01-11
Serialize incr comp structures to file via fixed-size buffer
Tyson Nottingham
-15
/
+36
2020-08-30
mv compiler to compiler/
mark
-0
/
+1590