rust/src/libcollectionstest
bors 7a26aeca77 Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon
std: Stabilize and deprecate APIs for 1.13

This commit is intended to be backported to the 1.13 branch, and works with the
following APIs:

Stabilized

* `i32::checked_abs`
* `i32::wrapping_abs`
* `i32::overflowing_abs`
* `RefCell::try_borrow`
* `RefCell::try_borrow_mut`

Deprecated

* `BinaryHeap::push_pop`
* `BinaryHeap::replace`
* `SipHash13`
* `SipHash24`
* `SipHasher` - use `DefaultHasher` instead in the `std::collections::hash_map`
  module

Closes #28147
Closes #34767
Closes #35057
Closes #35070
2016-10-03 11:00:03 -07:00
..
btree Address FIXME in libcollectionstest/btree/set.rs 2016-08-28 18:52:21 -04:00
bench.rs More test fixes 2015-04-14 10:14:19 -07:00
binary_heap.rs std: Stabilize and deprecate APIs for 1.13 2016-10-03 10:34:34 -07:00
cow_str.rs impl {Add, AddAssign}<{str, Cow<str>}> for Cow<str> 2016-09-29 14:56:58 +02:00
enum_set.rs format with [rustfmt_skip] and addressed a few comments 2016-05-24 07:39:55 +05:30
fmt.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
lib.rs std: Stabilize and deprecate APIs for 1.13 2016-10-03 10:34:34 -07:00
linked_list.rs run rustfmt on libcollections test module 2016-05-22 23:57:13 +05:30
slice.rs Ignore lots and lots of std tests on emscripten 2016-09-30 14:02:48 -07:00
str.rs [breaking-change] std: change encode_utf{8,16}() to take a buffer and return a slice 2016-09-28 09:03:30 +02:00
string.rs Add test for string AddAssign 2016-07-28 06:08:56 +08:00
vec.rs Auto merge of #35747 - jonathandturner:rollup, r=jonathandturner 2016-08-17 09:49:34 -07:00
vec_deque.rs Made vec_deque::Drain, hash_map::Drain, and hash_set::Drain covariant 2016-08-04 21:33:57 -07:00