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
2021-10-10
Apply clippy suggestions
Clemens Wasser
-2
/
+2
2021-09-20
Migrate to 2021
Mark Rousskov
-1
/
+1
2021-09-10
rustc: Remove local variable IDs from `Export`s
Vadim Petrochenkov
-0
/
+12
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-2
/
+2
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-18
Remove box syntax from rustc_serialize
est31
-2
/
+1
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
2021-06-17
Emit warnings for unused fields in custom targets.
Adam Bratschi-Kaye
-0
/
+9
2021-06-14
Use the now available implementation of `IntoIterator` for arrays
LeSeulArtichaut
-1
/
+1
2021-06-07
Auto merge of #85903 - bjorn3:rustc_serialize_cleanup, r=varkor
bors
-279
/
+73
2021-06-01
Remove unused functions and arguments from rustc_serialize
bjorn3
-279
/
+73
2021-05-31
Remove unused feature gates
bjorn3
-3
/
+0
2021-03-26
Auto merge of #83465 - michaelwoerister:safe-read_raw_bytes, r=cjgillot
bors
-35
/
+18
2021-03-25
Allow for reading raw bytes from rustc_serialize::Decoder without unsafe code.
Michael Woerister
-35
/
+18
2021-03-24
Revert "Revert stabilizing integer::BITS."
Mara Bos
-2
/
+0
2021-03-19
Move raw bytes handling to Encoder/Decoder.
Camille GILLOT
-44
/
+70
2021-03-18
Simplify IntEncodedWithFixedSize.
Camille GILLOT
-13
/
+7
2021-03-18
Move IntEncodedWithFixedSize to rustc_serialize.
Camille GILLOT
-0
/
+48
2021-02-20
Update the bootstrap compiler
Joshua Nelson
-1
/
+0
2021-02-14
bumped smallvec deps
klensy
-1
/
+1
2021-02-03
Revert stabilizing integer::BITS.
Mara Bos
-0
/
+2
2021-01-31
stabilize int_bits_const
Ashley Mannix
-2
/
+0
2021-01-11
rustc_serialize: fix incorrect signed LEB128 decoding
Tyson Nottingham
-58
/
+89
2021-01-11
Serialize incr comp structures to file via fixed-size buffer
Tyson Nottingham
-69
/
+496
2021-01-01
rustc_serialize: specialize opaque decoding of some u8 sequences
Tyson Nottingham
-26
/
+33
2021-01-01
rustc_serialize: have read_raw_bytes take MaybeUninit<u8> slice
Tyson Nottingham
-3
/
+13
2021-01-01
rustc_serialize: specialize opaque encoding of some u8 sequences
Tyson Nottingham
-19
/
+20
2020-12-26
stabilize min_const_generics
Bastian Kauschke
-1
/
+1
2020-12-03
Fix some clippy lints
Joshua Nelson
-1
/
+1
2020-10-13
Replace absolute paths with relative ones
est31
-3
/
+3
2020-09-26
Deduplicate and generalize some (de/)serializer impls
Oliver Scherer
-23
/
+12
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
/
+6101