rust/src/librustc/hir
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
..
map Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon 2016-10-03 11:00:03 -07:00
check_attr.rs E0518 Update error format #36111 2016-09-06 00:21:04 +10:00
def.rs rustc_metadata: group information into less tags. 2016-09-20 20:08:04 +03:00
def_id.rs serialize: allow specifying the default behavior for specializations. 2016-09-20 20:08:06 +03:00
intravisit.rs Call arrays "arrays" instead of "vecs" internally 2016-09-28 22:30:30 +02:00
lowering.rs Fix tidy 2016-09-28 22:31:20 +02:00
mod.rs Call arrays "arrays" instead of "vecs" internally 2016-09-28 22:30:30 +02:00
pat_util.rs Call arrays "arrays" instead of "vecs" internally 2016-09-28 22:30:30 +02:00
print.rs Call arrays "arrays" instead of "vecs" internally 2016-09-28 22:30:30 +02:00
svh.rs Implement copy-on-write scheme for managing the incremental compilation cache. 2016-08-29 14:27:40 -04:00