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
2022-08-21
Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm
Matthias Krüger
-1
/
+1
2022-08-21
Replace most uses of `pointer::offset` with `add` and `sub`
Maybe Waffle
-1
/
+1
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-07-17
Upgrade indexmap and thorin-dwp to use hashbrown 0.12
Josh Stone
-1
/
+1
2022-07-02
use BufReader for counting zero bytes
Yoshiki Matsuda
-0
/
+4
2022-06-27
Update `smallvec` to 1.8.1.
Nicholas Nethercote
-1
/
+1
2022-06-16
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-28
/
+16
2022-06-14
Rename rustc_serialize::opaque::Encoder as MemEncoder.
Nicholas Nethercote
-30
/
+32
2022-06-10
Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.
Nicholas Nethercote
-16
/
+28
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-32
/
+30
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-30
/
+32
2022-06-08
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-28
/
+16
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-228
/
+249
2022-06-08
Don't pass in a vector to `Encoder::new`.
Nicholas Nethercote
-3
/
+3
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-06-03
Remove emit_unit
bjorn3
-15
/
+4
2022-06-03
Inline many methods of Encoder
bjorn3
-178
/
+59
2022-06-03
Remove all names from Encoder
bjorn3
-60
/
+33
2022-06-03
Remove json support from rustc_serialize
bjorn3
-3495
/
+0
2022-05-13
Cache more queries on disk.
Camille GILLOT
-16
/
+9
2022-04-18
Remove unused macro rules
est31
-1
/
+0
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-0
/
+14
2022-04-03
Replace every Vec in Target(Options) with it's Cow equivalent
Loïc BRANSTETT
-0
/
+9
2022-04-03
Replace every `String` in Target(Options) with `Cow<'static, str>`
Loïc BRANSTETT
-0
/
+7
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
-617
/
+15
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-24
Auto merge of #90842 - pierwill:localdefid-indexmap, r=wesleywiser
bors
-1
/
+1
2022-01-22
Use an `indexmap` to avoid sorting `LocalDefId`s
pierwill
-1
/
+1
2022-01-22
Address review comments.
Nicholas Nethercote
-3
/
+1
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-410
/
+379
[prev]
[next]