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 |
||
|---|---|---|
| .. | ||
| map | ||
| check_attr.rs | ||
| def.rs | ||
| def_id.rs | ||
| intravisit.rs | ||
| lowering.rs | ||
| mod.rs | ||
| pat_util.rs | ||
| print.rs | ||
| svh.rs | ||