rust/src/libstd/sync
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
..
mpsc pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
barrier.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
condvar.rs std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
future.rs Remove Thunk struct and Invoke trait; change Thunk to be an alias 2015-04-01 14:41:21 -04:00
mod.rs Implement reentrant mutexes and make stdio use them 2015-04-08 19:42:16 +03:00
mutex.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
once.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
rwlock.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
semaphore.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00