rust/src/libcore/iter
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
..
iterator.rs std: Stabilize APIs for the 1.11.0 release 2016-07-03 10:49:01 -07:00
mod.rs std: Clean out deprecated APIs 2016-07-12 12:51:13 -07:00
range.rs remove .take(10) from Range example 2016-08-15 18:30:25 -04:00
sources.rs Split core::iter module implementation into parts 2016-04-18 20:08:27 +02:00
traits.rs std: Stabilize APIs for the 1.12 release 2016-08-19 11:59:56 -07:00