This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
73dae4eaf9
rust
/
src
/
libserialize
History
Download ZIP
Download TAR.GZ
Vadim Petrochenkov
434152157f
Remove lint annotations in specific crates that are already enforced by rustbuild
...
Remove some random unnecessary lint `allow`s
2019-07-28 18:46:24 +03:00
..
hex
Separate libserialize module
2019-06-16 14:17:01 +03:00
json
Separate libserialize module
2019-06-16 14:17:01 +03:00
tests
cleanup: Remove
extern crate serialize as rustc_serialize
s
2019-07-23 19:20:16 +03:00
Cargo.toml
rustc: Remove
dylib
crate type from most rustc crates
2019-07-07 03:23:00 +02:00
collection_impls.rs
rustc: use indexmap instead of a plain vector for upvars.
2019-06-01 19:17:22 +03:00
hex.rs
Separate libserialize module
2019-06-16 14:17:01 +03:00
json.rs
Address review comments + Fix rebase
2019-07-07 13:04:07 +03:00
leb128.rs
Fix clippy::cast_losless
2019-06-26 14:11:58 +02:00
lib.rs
Remove lint annotations in specific crates that are already enforced by rustbuild
2019-07-28 18:46:24 +03:00
opaque.rs
Use f{32,64}::from_bits
2019-06-25 23:08:10 +02:00
serialize.rs
Stabilize the type_name intrinsic in core::any
2019-07-24 21:35:49 -07:00