rust/src/libstd/sync
Alex Crichton b53764c73b std: Clean out deprecated APIs
Removes all unstable and deprecated APIs prior to the 1.8 release. All APIs that
are deprecated in the 1.8 release are sticking around for the rest of this
cycle.

Some notable changes are:

* The `dynamic_lib` module was moved into `rustc_back` as the compiler still
  relies on a few bits and pieces.
* The `DebugTuple` formatter now special-cases an empty struct name with only
  one field to append a trailing comma.
2016-03-12 12:31:13 -08:00
..
mpsc Explicitly opt out of Sync for cell and mpsc types 2016-03-01 18:51:46 -05:00
barrier.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
condvar.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
mod.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
mutex.rs std: _lock -> _guard in Mutex example 2016-02-08 14:48:12 +01:00
once.rs Register new snapshots 2015-08-11 15:11:13 -07:00
rwlock.rs std: Stabilize APIs for the 1.8 release 2016-02-29 09:05:33 -08:00