rust/src/libstd/sync
Manish Goregaokar 5d4e01766b Rollup merge of #22803 - huonw:field-stability, r=alexcrichton
We were recording stability attributes applied to fields in the
compiler, and even annotating it in the libs, but the compiler didn't
actually do the checks to give errors/warnings in user crates.

Details in the commit messages.
2015-02-27 20:37:36 +05:30
..
mpsc Add some missing stability attributes on struct fields. 2015-02-27 12:52:43 +11:00
barrier.rs int audit - std::sync 2015-02-23 17:16:46 +13:00
condvar.rs Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonw 2015-02-25 10:29:32 +05:30
future.rs rollup merge of #22319: huonw/send-is-not-static 2015-02-17 17:32:16 -08:00
mod.rs allow(deprecated) for TaskPool (fixup #22783) 2015-02-25 11:45:06 +05:30
mutex.rs Auto merge of #22573 - nwin:impl-debug-rwlock-weak, r=Manishearth 2015-02-27 10:35:51 +00:00
once.rs std: Tidy up some unsafe impls for sync 2015-02-20 12:01:08 -08:00
poison.rs std: Tidy up some unsafe impls for sync 2015-02-20 12:01:08 -08:00
rwlock.rs Auto merge of #22573 - nwin:impl-debug-rwlock-weak, r=Manishearth 2015-02-27 10:35:51 +00:00
semaphore.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
task_pool.rs allow(deprecated) for TaskPool (fixup #22783) 2015-02-25 11:45:06 +05:30