This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-12-04 04:39:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
901649eeb7
rust
/
compiler
/
rustc_serialize
/
src
History
Pietro Albini
3975d55d98
remove cfg(bootstrap)
2022-09-26 10:14:45 +02: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
Unpeel the first iteration of the loop in impl_read_unsigned_leb128.
2022-01-07 13:36:26 +11:00
lib.rs
remove cfg(bootstrap)
2022-09-26 10:14:45 +02:00
opaque.rs
add comment explaining read permissions
2022-09-20 10:06:50 -04: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