This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
e4720e1cf2
rust
/
compiler
/
rustc_serialize
/
src
History
Maybe Waffle
e4720e1cf2
Replace most uses of
pointer::offset
with
add
and
sub
2022-08-21 02:21:41 +04:00
..
collection_impls.rs
Use delayed error handling for
Encodable
and
Encoder
infallible.
2022-06-08 07:01:26 +10:00
leb128.rs
Unpeel the first iteration of the loop in impl_read_unsigned_leb128.
2022-01-07 13:36:26 +11:00
lib.rs
Fully stabilize NLL
2022-06-03 17:16:41 -04:00
opaque.rs
use BufReader for counting zero bytes
2022-07-02 22:51:42 +09:00
serialize.rs
Replace most uses of
pointer::offset
with
add
and
sub
2022-08-21 02:21:41 +04:00