This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
1d42936b18
rust
/
compiler
/
rustc_serialize
/
src
History
Maybe Waffle
1d42936b18
Prefer doc comments over
//
-comments in compiler
2022-11-27 11:19:04 +00:00
..
collection_impls.rs
Replace
rustc_data_structures::thin_vec::ThinVec
with
thin_vec::ThinVec
.
2022-08-29 15:42:13 +10:00
leb128.rs
Prefer doc comments over
//
-comments in compiler
2022-11-27 11:19:04 +00:00
lib.rs
remove cfg(bootstrap)
2022-09-26 10:14:45 +02:00
opaque.rs
Prefer doc comments over
//
-comments in compiler
2022-11-27 11:19:04 +00:00
serialize.rs
Adding support for rustc_serialize encode and decode for Box and Vec that use a custom allocator
2022-08-25 20:19:49 +00:00