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
/
collection_impls.rs
Age
Commit message (
Expand
)
Author
Lines
2022-08-29
Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.
Nicholas Nethercote
-4
/
+16
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-41
/
+33
2022-06-03
Inline many methods of Encoder
bjorn3
-51
/
+43
2022-06-03
Remove all names from Encoder
bjorn3
-16
/
+16
2022-05-13
Cache more queries on disk.
Camille GILLOT
-10
/
+0
2022-02-20
Delete Decoder::read_map
Mark Rousskov
-29
/
+26
2022-02-20
Delete Decoder::read_seq
Mark Rousskov
-26
/
+26
2022-02-20
Delete Decoder::read_map_elt_val
Mark Rousskov
-3
/
+3
2022-02-20
Delete Decoder::read_map_elt_key
Mark Rousskov
-3
/
+3
2022-02-20
Delete Decoder::read_seq_elt
Mark Rousskov
-6
/
+6
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-52
/
+33
2021-06-01
Remove unused functions and arguments from rustc_serialize
bjorn3
-24
/
+24
2021-01-01
rustc_serialize: specialize opaque decoding of some u8 sequences
Tyson Nottingham
-14
/
+4
2021-01-01
rustc_serialize: specialize opaque encoding of some u8 sequences
Tyson Nottingham
-18
/
+6
2020-08-30
mv compiler to compiler/
mark
-0
/
+337