rust/src/libstd/ffi
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
..
c_str.rs std: Stabilize and deprecate APIs for 1.13 2016-10-03 10:34:34 -07:00
mod.rs std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -07:00
os_str.rs std: Remove plattform-specific code from os_str 2016-10-01 19:33:02 +00:00