about summary refs log tree commit diff
path: root/src/libcollections/binary_heap.rs
AgeCommit message (Expand)AuthorLines
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-23grandfathered -> rust1Brian Anderson-31/+31
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-21Remove 'since' from unstable attributesBrian Anderson-2/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-33/+34
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-11/+11
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-0/+5
2015-01-05Remove i suffix in docsSteve Klabnik-11/+11
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-0/+4
2015-01-05Stabilize collection modulesAaron Turon-0/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03collections: fix falloutJorge Aparicio-11/+17
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-12-31stabilize more of collectionsAlexis Beingessner-14/+25
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-1/+1
2014-12-30Fallout from stabilizationAaron Turon-1/+1
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+7
2014-12-24clean up `BinaryHeap` codeAndrew Paseltiner-107/+94
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-14/+14
2014-12-22Added missing renames:Florian Wilkens-1/+2
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-15/+14
2014-12-21Misc Stabilization for collectionsChase Southwood-22/+23
2014-12-21rollup merge of #19967: apasel422/binary_heapAlex Crichton-24/+28
2014-12-21auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankrobors-1/+40
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-2/+1
2014-12-19libcollections: use `#[deriving(Copy)]`Jorge Aparicio-3/+1
2014-12-18[collections] Adds `drain`: a way to sneak out the elements while clearing.Clark Gaebel-1/+40
2014-12-18Clean up `collections::binary_heap`Andrew Paseltiner-24/+28
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+2
2014-12-10auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...bors-16/+16
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-16/+16
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-12-06libcollections: remove unnecessary `as_mut_slice()` callsJorge Aparicio-1/+1
2014-12-06libcollections: remove unnecessary `as_slice()` callsJorge Aparicio-3/+3
2014-12-01Pop on binary heaps does not have constant time complexity.Jim Apple-2/+2
2014-11-26More test fixes and rebase conflicts!Alex Crichton-1/+1
2014-11-26rollup merge of #19330: csouth3/binaryheap-iterAlex Crichton-0/+17
2014-11-25Make BinaryHeap's Items iterator implement DoubleEnded and ExactSizeChase Southwood-0/+17
2014-11-25Fallout from stabilizationAaron Turon-2/+2
2014-11-24auto merge of #19236 : csouth3/rust/master, r=Gankrobors-3/+79
2014-11-23Implement into_iter() for BinaryHeap.Chase Southwood-3/+79
2014-11-21Rename variables called pq to heapMatt McPherrin-53/+53
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-10/+40
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-0/+698