]> git.lizzy.rs Git - rust.git/commitdiff
rollup merge of #20053: csouth3/misc-stab
authorAlex Crichton <alex@alexcrichton.com>
Mon, 22 Dec 2014 20:47:11 +0000 (12:47 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 22 Dec 2014 20:47:11 +0000 (12:47 -0800)
This pull request:

*Renames `BinaryHeap::top` to `BinaryHeap::peek`
*Stabilizes `front/back/front_mut/back_mut` in `DList` and `RingBuf`
*Stabilizes `swap` in `RingBuf`

in accordance with rust-lang/rfcs#509.

Note that this PR does not address `Bitv::{get,set}` or HashMap's iterators, nor does it move `std::vec` to `std::collections::vec`, all of which still need to be done.

Because of the method renaming, this is a [breaking-change].


Trivial merge