rust/src/libstd/sync
Alex Crichton 177f8bc55c std: Fix missing stability in sync
* The `sync` module is stable
* The `sync::mpsc` module is stable
* The `Sender::send` method is stable.
* The `Once::doit` method is now removed.
* Deprecated atomic initializers are removed.
* Renamed atomic initializers are now stable.
2015-01-04 23:38:46 -08:00
..
mpsc std: Fix missing stability in sync 2015-01-04 23:38:46 -08:00
barrier.rs rollup merge of #20315: alexcrichton/std-sync 2015-01-02 09:19:00 -08:00
condvar.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
future.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
mod.rs std: Fix missing stability in sync 2015-01-04 23:38:46 -08:00
mutex.rs sed -i -s 's/\bmod,/self,/g' **/*.rs 2015-01-03 22:42:21 -05:00
once.rs std: Fix missing stability in sync 2015-01-04 23:38:46 -08:00
poison.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
rwlock.rs sed -i -s 's/\bmod,/self,/g' **/*.rs 2015-01-03 22:42:21 -05:00
semaphore.rs rollup merge of #20315: alexcrichton/std-sync 2015-01-02 09:19:00 -08:00
task_pool.rs rollup merge of #20315: alexcrichton/std-sync 2015-01-02 09:19:00 -08:00