rust/src/libcollections
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
..
btree std: Stabilize APIs for the 1.12 release 2016-08-19 11:59:56 -07:00
binary_heap.rs std: Stabilize APIs for the 1.12 release 2016-08-19 11:59:56 -07:00
borrow.rs Added Default trait for Cow 2016-06-23 07:05:16 +01:00
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
enum_set.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
fmt.rs Fix #35031 2016-07-27 03:01:48 +08:00
lib.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
linked_list.rs std: Stabilize APIs for the 1.12 release 2016-08-19 11:59:56 -07:00
macros.rs Use box syntax in vec! macro 2016-02-25 22:08:23 -05:00
range.rs Add doc examples for range::RangeArgument::{start,end}. 2016-08-02 09:01:46 -04:00
slice.rs Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichton 2016-08-08 21:51:01 -07:00
str.rs Rename char::escape to char::escape_debug and add tracking issue 2016-07-28 02:20:49 +02:00
string.rs Rollup merge of #35598 - tshepang:needless-binding, r=steveklabnik 2016-08-14 20:29:50 +03:00
vec.rs Auto merge of #35747 - jonathandturner:rollup, r=jonathandturner 2016-08-17 09:49:34 -07:00
vec_deque.rs std: Stabilize APIs for the 1.12 release 2016-08-19 11:59:56 -07:00