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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_serialize
Age
Commit message (
Expand
)
Author
Lines
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
-133
/
+16
2023-05-02
Move some `Encodable`/`Decodable` tests.
Nicholas Nethercote
-0
/
+39
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
-50
/
+137
2023-04-06
Remove f32 & f64 from MemDecoder/MemEncoder
Scott McMurray
-70
/
+14
2023-03-25
Update indexmap and rayon crates
John Kåre Alsaker
-1
/
+1
2023-02-25
Emit the enum discriminant separately for the Encodable macro
John Kåre Alsaker
-12
/
+0
2023-02-21
Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472
bors
-1
/
+1
2023-02-21
Upgrade `thin-vec` from 0.2.9 to 0.2.12.
Nicholas Nethercote
-1
/
+1
2023-02-20
Remove old FIXME that no longer applies
Deadbeef
-5
/
+0
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-11-29
rename `{max=>largest}_max_leb128_len`
Maybe Waffle
-6
/
+6
2022-11-29
Replace a macro with a function
Maybe Waffle
-16
/
+13
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-14
/
+14
2022-11-02
rustdoc: use ThinVec for cleaned generics
Michael Howell
-1
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-20
Rollup merge of #101014 - isikkema:fix-zmeta-stats-file-encoder-no-read-perms...
Michael Howell
-1
/
+3
2022-09-20
add comment explaining read permissions
Sikkema, Isaac
-0
/
+2
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-08-29
Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.
Nicholas Nethercote
-4
/
+17
2022-08-25
use `File::options()` instead of `File::create()`
Sikkema, Isaac
-1
/
+1
2022-08-25
Adding support for rustc_serialize encode and decode for Box and Vec that use...
Ellen Arteca
-11
/
+16
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
[next]