]> git.lizzy.rs Git - rust.git/commit
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)
commit7311b6347de4205b71e8a221140a527e789fd353
tree120893dba41dffacb5b21c6f5c75cafae9fffd2a
parentb04bc5cc49a398df712092a68ab9ad83019498ad
parentabf492d44f0a3b705be8c0920bfb4771f039b843
rollup merge of #20053: csouth3/misc-stab

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].