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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-01
Update `cfg(bootstrap)`
Josh Stone
-17
/
+1
2025-06-16
library/compiler: add `PointeeSized` bounds
David Wood
-0
/
+17
2025-03-20
Convert `rustc_serialize` integration tests to unit tests.
Nicholas Nethercote
-2
/
+4
2025-03-20
Use `-Wunused_crate_dependencies` for compiler crates.
Nicholas Nethercote
-0
/
+2
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-02-17
stabilize (const_)ptr_sub_ptr
bendn
-1
/
+0
2024-10-12
Stabilize `const_option`
Trevor Gross
-1
/
+0
2024-09-03
Add `warn(unreachable_pub)` to `rustc_serialize`.
Nicholas Nethercote
-0
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-4
/
+6
2024-05-01
Step bootstrap cfgs
Mark Rousskov
-2
/
+0
2024-04-24
Stabilise `inline_const`
Gary Guo
-1
/
+1
2024-04-22
Stabilize generic `NonZero`.
Markus Reiter
-1
/
+0
2024-04-13
Add add/sub methods that only panic with debug assertions to rustc
Nilstrieb
-0
/
+1
2024-03-08
Stabilize associated type bounds
Michael Goulet
-1
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-0
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Remove unused features
clubby789
-1
/
+0
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
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-3
/
+3
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+3
2023-10-06
rustc_serialize: merge `collection_impls.rs` into `serialize.rs`.
Nicholas Nethercote
-1
/
+0
2023-10-06
rustc_serialize: Remove unneeded feature decls.
Nicholas Nethercote
-11
/
+5
2023-09-10
Reimplement FileEncoder with a small-write optimization
Ben Kimock
-0
/
+3
2023-04-23
Rewrite MemDecoder around pointers not a slice
Ben Kimock
-0
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-08-25
Adding support for rustc_serialize encode and decode for Box and Vec that use...
Ellen Arteca
-0
/
+1
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-06-03
Remove json support from rustc_serialize
bjorn3
-2
/
+0
2022-02-19
Adopt let else in more places
est31
-0
/
+1
2021-08-18
Remove box syntax from rustc_serialize
est31
-1
/
+0
2021-05-31
Remove unused feature gates
bjorn3
-3
/
+0
2021-03-24
Revert "Revert stabilizing integer::BITS."
Mara Bos
-1
/
+0
2021-03-18
Simplify IntEncodedWithFixedSize.
Camille GILLOT
-0
/
+2
2021-02-20
Update the bootstrap compiler
Joshua Nelson
-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
-0
/
+1
2021-01-11
Serialize incr comp structures to file via fixed-size buffer
Tyson Nottingham
-0
/
+3
2021-01-01
rustc_serialize: specialize opaque decoding of some u8 sequences
Tyson Nottingham
-0
/
+1
2021-01-01
rustc_serialize: specialize opaque encoding of some u8 sequences
Tyson Nottingham
-0
/
+1
2020-12-26
stabilize min_const_generics
Bastian Kauschke
-1
/
+1
2020-09-26
Deduplicate and generalize some (de/)serializer impls
Oliver Scherer
-0
/
+1
2020-09-23
/nightly/nightly-rustc
Erik Hofmayer
-1
/
+1
2020-09-23
Updated html_root_url for compiler crates
Erik Hofmayer
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+27