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
2022-02-22
Delete Decoder::read_unit
Mark Rousskov
-11
/
+2
2022-02-22
Provide copy-free access to raw Decoder bytes
Mark Rousskov
-14
/
+7
2022-02-22
Provide raw &str access from Decoder
Mark Rousskov
-5
/
+4
2022-02-20
Delete Decoder::read_map
Mark Rousskov
-37
/
+26
2022-02-20
Delete Decoder::read_seq
Mark Rousskov
-54
/
+44
2022-02-20
Delete Decoder::read_enum_variant
Mark Rousskov
-14
/
+5
2022-02-20
Delete Decoder::read_map_elt_val
Mark Rousskov
-11
/
+3
2022-02-20
Delete Decoder::read_map_elt_key
Mark Rousskov
-11
/
+3
2022-02-20
Delete Decoder::read_option
Mark Rousskov
-13
/
+5
2022-02-20
Delete Decoder::read_seq_elt
Mark Rousskov
-19
/
+8
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
2022-02-20
Delete Decoder::read_struct
Mark Rousskov
-8
/
+0
2022-02-20
Delete read_enum_variant_arg
Mark Rousskov
-10
/
+2
2022-02-20
Delete read_enum_variant names
Mark Rousskov
-3
/
+3
2022-02-20
Delete Decoder::read_enum
Mark Rousskov
-21
/
+8
2022-02-20
Remove support for JSON deserialization to Rust
Mark Rousskov
-314
/
+7
2022-02-19
Adopt let else in more places
est31
-3
/
+3
2022-02-05
Drop json::from_reader
Mark Rousskov
-22
/
+0
2022-01-31
Remove two unnecessary transmutes from opaque Encoder and Decoder
bjorn3
-4
/
+3
2022-01-22
Address review comments.
Nicholas Nethercote
-3
/
+1
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-307
/
+272
2022-01-22
Rename `Decoder::read_nil` and `read_unit`.
Nicholas Nethercote
-5
/
+5
2022-01-15
Auto merge of #92604 - nnethercote:optimize-impl_read_unsigned_leb128, r=mich...
bors
-17
/
+20
2022-01-07
Unpeel the first iteration of the loop in impl_read_unsigned_leb128.
Nicholas Nethercote
-2
/
+11
2022-01-07
Modify the buffer position directly when reading leb128 values.
Nicholas Nethercote
-15
/
+9
2021-12-28
Do not use LEB128 for encoding u16 and i16
Jakub Beránek
-8
/
+15
2021-12-13
Auto merge of #91626 - klensy:json-less-alloc, r=petrochenkov
bors
-3
/
+3
2021-12-07
don't allocate strings when str is enought for using as key
klensy
-3
/
+3
2021-12-06
avoid string validation in rustc_serialize, check a marker byte instead
The 8472
-4
/
+17
2021-11-22
Avoid generating empty closures for fieldless enums
Mark Rousskov
-0
/
+28
2021-10-15
Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...
Matthias Krüger
-2
/
+2
2021-10-10
Apply clippy suggestions
Clemens Wasser
-2
/
+2
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-06-17
Emit warnings for unused fields in custom targets.
Adam Bratschi-Kaye
-0
/
+9
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
-1
/
+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
[next]