rust/src/librustc/metadata
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
..
common.rs std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
creader.rs Positive case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
csearch.rs Fallout out rustc 2015-04-01 11:22:39 -04:00
cstore.rs std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
decoder.rs std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
encoder.rs Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
filesearch.rs Fallout out rustc 2015-04-01 11:22:39 -04:00
loader.rs Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton 2015-04-16 03:22:21 +00:00
macro_import.rs rustc: Remove old #[phase] and #[plugin] 2015-03-26 15:43:42 -07:00
mod.rs Separate macro and plugin loading 2015-02-12 12:44:31 -08:00
tydecode.rs Create a struct to represent early-bound regions 2015-04-17 10:05:32 -04:00
tyencode.rs Create a struct to represent early-bound regions 2015-04-17 10:05:32 -04:00