rust/src/libstd/sync
Alex Crichton afeeadeae5 std: Stabilize APIs for the 1.12 release
Stabilized

* `Cell::as_ptr`
* `RefCell::as_ptr`
* `IpAddr::is_{unspecified,loopback,multicast}`
* `Ipv6Addr::octets`
* `LinkedList::contains`
* `VecDeque::contains`
* `ExitStatusExt::from_raw` - both on Unix and Windows
* `Receiver::recv_timeout`
* `RecvTimeoutError`
* `BinaryHeap::peek_mut`
* `PeekMut`
* `iter::Product`
* `iter::Sum`
* `OccupiedEntry::remove_entry`
* `VacantEntry::into_key`

Deprecated

* `Cell::as_unsafe_cell`
* `RefCell::as_unsafe_cell`
* `OccupiedEntry::remove_pair`

Closes #27708
cc #27709
Closes #32313
Closes #32630
Closes #32713
Closes #34029
Closes #34392
Closes #34285
Closes #34529
2016-08-19 11:59:56 -07:00
..
mpsc std: Stabilize APIs for the 1.12 release 2016-08-19 11:59:56 -07:00
barrier.rs Fix Typo in Barrier::wait documentation 2016-05-06 11:18:05 +02:00
condvar.rs std: Clean out deprecated APIs 2016-07-12 12:51:13 -07:00
mod.rs std: Clean out deprecated APIs 2016-07-12 12:51:13 -07:00
mutex.rs std: Clean out deprecated APIs 2016-07-12 12:51:13 -07:00
once.rs Use ptr::{null, null_mut} instead of 0 as *{const, mut} 2016-07-12 10:40:40 +02:00
rwlock.rs std: Clean out deprecated APIs 2016-07-12 12:51:13 -07:00