rust/src/libstd/thread
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
..
local.rs std: Fix thread_local! in non-PIE binaries 2015-04-15 09:14:48 -07:00
mod.rs std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
scoped_tls.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00