about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-09-28 17:23:36 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-10-03 10:34:34 -0700
commit10c3134da025f3d63700abf52769c0f106637a14 (patch)
tree8c3346d92315314634fdee8e923ffd3b68ed081c /src/rustllvm/RustWrapper.cpp
parent704bcc0ddafc0b3c3f4879286204442d43169e30 (diff)
downloadrust-10c3134da025f3d63700abf52769c0f106637a14.tar.gz
rust-10c3134da025f3d63700abf52769c0f106637a14.zip
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`
* `DefaultHasher`
* `DefaultHasher::new`
* `DefaultHasher::default`

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
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions