rust/src/libserialize
Alex Crichton eeb94886ad std: Remove deprecated/unstable num functionality
This commit removes all the old casting/generic traits from `std::num` that are
no longer in use by the standard library. This additionally removes the old
`strconv` module which has not seen much use in quite a long time. All generic
functionality has been supplanted with traits in the `num` crate and the
`strconv` module is supplanted with the [rust-strconv crate][rust-strconv].

[rust-strconv]: https://github.com/lifthrasiir/rust-strconv

This is a breaking change due to the removal of these deprecated crates, and the
alternative crates are listed above.

[breaking-change]
2015-04-21 11:37:43 -07:00
..
collection_impls.rs Register new snapshots 2015-02-20 22:17:17 -08:00
hex.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
json.rs std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
lib.rs deprecate Unicode functions that will be moved to crates.io 2015-04-16 17:03:05 -04:00
serialize.rs std: Remove old_io/old_path/rand modules 2015-04-14 10:14:11 -07:00