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
/
serialize.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-07-01
Update `cfg(bootstrap)`
Josh Stone
-3
/
+3
2025-06-30
Introduce `ByteSymbol`.
Nicholas Nethercote
-1
/
+23
2025-06-16
library/compiler: add `PointeeSized` bounds
David Wood
-2
/
+2
2025-02-16
Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...
Ben Kimock
-0
/
+29
2024-10-16
Fix explicit_iter_loop in rustc_serialize
Michal Piotrowski
-8
/
+8
2024-10-08
Fix needless_lifetimes in rustc_serialize
Michal Piotrowski
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-05-30
Apply x clippy --fix and x fmt
r0cky
-1
/
+1
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-1
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-3
/
+4
2024-01-09
Remove more needless leb128 coding for enum variants
Mark Rousskov
-18
/
+15
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
-0
/
+258
2023-05-04
Reorder some `MemDecoder` methods.
Nicholas Nethercote
-2
/
+2
2023-05-04
Remove a low value comment.
Nicholas Nethercote
-4
/
+0
2023-04-28
Add some provided methods to `Encoder`/`Decoder`.
Nicholas Nethercote
-8
/
+56
2023-04-28
Add a comment explaining the lack of `Decoder::read_enum_variant`.
Nicholas Nethercote
-0
/
+5
2023-04-23
Rewrite MemDecoder around pointers not a slice
Ben Kimock
-0
/
+2
2023-04-06
Remove f32 & f64 from MemDecoder/MemEncoder
Scott McMurray
-6
/
+10
2023-02-25
Emit the enum discriminant separately for the Encodable macro
John Kåre Alsaker
-12
/
+0
2023-02-20
Remove old FIXME that no longer applies
Deadbeef
-5
/
+0
2022-08-25
Adding support for rustc_serialize encode and decode for Box and Vec that use...
Ellen Arteca
-11
/
+15
2022-08-21
Replace most uses of `pointer::offset` with `add` and `sub`
Maybe Waffle
-1
/
+1
2022-06-16
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-9
/
+3
2022-06-10
Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.
Nicholas Nethercote
-3
/
+9
2022-06-08
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-9
/
+3
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-73
/
+83
2022-06-03
Remove emit_unit
bjorn3
-5
/
+4
2022-06-03
Inline many methods of Encoder
bjorn3
-127
/
+16
2022-06-03
Remove all names from Encoder
bjorn3
-44
/
+17
2022-05-13
Cache more queries on disk.
Camille GILLOT
-6
/
+9
2022-04-18
Remove unused macro rules
est31
-1
/
+0
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-0
/
+14
2022-02-22
Delete Decoder::read_unit
Mark Rousskov
-6
/
+2
2022-02-22
Provide copy-free access to raw Decoder bytes
Mark Rousskov
-1
/
+1
2022-02-22
Provide raw &str access from Decoder
Mark Rousskov
-2
/
+2
2022-02-20
Delete Decoder::read_map
Mark Rousskov
-8
/
+0
2022-02-20
Delete Decoder::read_seq
Mark Rousskov
-28
/
+18
2022-02-20
Delete Decoder::read_enum_variant
Mark Rousskov
-14
/
+5
2022-02-20
Delete Decoder::read_map_elt_val
Mark Rousskov
-8
/
+0
2022-02-20
Delete Decoder::read_map_elt_key
Mark Rousskov
-8
/
+0
2022-02-20
Delete Decoder::read_option
Mark Rousskov
-13
/
+5
2022-02-20
Delete Decoder::read_seq_elt
Mark Rousskov
-13
/
+2
2022-02-20
Delete Decoder::read_tuple_arg
Mark Rousskov
-12
/
+1
2022-02-20
Delete Decoder::read_tuple
Mark Rousskov
-15
/
+3
2022-02-20
Use count! macro in tuple length computation
Mark Rousskov
-3
/
+2
2022-02-20
Delete Decoder::read_struct_field
Mark Rousskov
-8
/
+0
[next]