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
Age
Commit message (
Expand
)
Author
Lines
2024-10-16
Fix explicit_iter_loop in rustc_serialize
Michal Piotrowski
-8
/
+8
2024-10-12
Stabilize `const_option`
Trevor Gross
-1
/
+0
2024-10-08
Fix needless_lifetimes in rustc_serialize
Michal Piotrowski
-3
/
+3
2024-10-07
Fix used_underscore_binding in rustc_serialize
Michal Piotrowski
-3
/
+3
2024-09-03
Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau
bors
-0
/
+1
2024-09-03
Add `warn(unreachable_pub)` to `rustc_serialize`.
Nicholas Nethercote
-0
/
+1
2024-09-02
chore: Fix typos in 'compiler' (batch 2)
Alexander Cyon
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+7
2024-07-02
chore: remove duplicate words
hattizai
-1
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-4
/
+6
2024-05-30
Apply x clippy --fix and x fmt
r0cky
-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-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
-8
/
+82
2024-03-08
Stabilize associated type bounds
Michael Goulet
-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
/
+5
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
2024-01-09
Remove more needless leb128 coding for enum variants
Mark Rousskov
-18
/
+15
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-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
-209
/
+84
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
-12
/
+12
2023-05-04
Remove a low value comment.
Nicholas Nethercote
-4
/
+0
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
-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
-44
/
+130
[next]