about summary refs log tree commit diff
path: root/src/libcollections/binary_heap.rs
AgeCommit message (Expand)AuthorLines
2017-05-27Rollup merge of #42260 - stjepang:document-cmp-traits-agreement, r=alexcrichtonMark Simulacrum-1/+4
2017-05-27Docs: impls of PartialEq/PartialOrd/Ord must agreeStjepan Glavina-1/+4
2017-05-20Stabilize library features for 1.18.0Steven Fackler-1/+1
2017-04-23Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichtonbors-76/+0
2017-04-22Fix invalid linkageGuillaume Gomez-1/+1
2017-04-20Remove BinaryHeap::{push_pop,replace}Josh Stone-76/+0
2017-04-14std::collections docs: Address issues that came up in PR #41286lukaramu-1/+1
2017-04-13Various fixes throughout std::collections' docslukaramu-2/+5
2017-04-13Update std::collections' docs to use iterator (etc.) boilerplatelukaramu-5/+27
2017-03-22Various fixes to wording consistency in the docsStjepan Glavina-2/+2
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-2/+2
2017-02-07Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturonbors-0/+39
2017-02-05Replace PlaceBack Debug implementation with deriveGuillaume Gomez-16/+10
2017-01-29Fix a few impl stability attributesOliver Middleton-2/+2
2017-01-20Add debug implementation for BinaryHeapPlaceGuillaume Gomez-0/+9
2017-01-20Remove Debug implementations specializationGuillaume Gomez-30/+6
2017-01-20Add Debug implementations for libcollection structsGuillaume Gomez-0/+60
2017-01-17Fix BinaryHeap place by only constructing vec::PlaceBack onceMartin Hafskjold Thoresen-45/+24
2017-01-14Add initial impl of placement-in for `BinaryHeap`Martin Hafskjold Thoresen-1/+76
2017-01-05Add a tracking issueSteven Fackler-1/+1
2017-01-01Add PeekMut::popSteven Fackler-4/+19
2016-12-20run rustfmt on libcollections folderSrinivas Reddy Thatiparthy-5/+5
2016-12-04binary_heap: Forward ExactSizeIterator::is_emptyUlrik Sverdrup-3/+15
2016-10-04Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichtonManish Goregaokar-3/+3
2016-10-03std: Stabilize and deprecate APIs for 1.13Alex Crichton-0/+4
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-3/+3
2016-09-11Documentation of what does for each typeathulappadan-0/+1
2016-08-29Remove BinaryHeap bounds checkingarthurprs-20/+23
2016-08-24Remove needless imports in `libcollections`.Jeffrey Seyfried-1/+1
2016-08-23Auto merge of #35656 - Stebalien:fused, r=alexcrichtonbors-1/+10
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-6/+5
2016-08-18Add a FusedIterator trait.Steven Allen-1/+10
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-5/+1
2016-06-21implemented peek_mut and unit testsNathan Moos-0/+68
2016-04-17Implement `Clone` for `binary_heap::IntoIter`Andrew Paseltiner-0/+1
2016-04-16collections: add append and extend specialization for binary heapAndrey Tonkih-5/+88
2016-03-30Rollup merge of #32607 - tshepang:we-gots-intoiterator, r=apasel422Steve Klabnik-1/+1
2016-03-30Rollup merge of #32603 - tshepang:capitalise, r=blussSteve Klabnik-1/+1
2016-03-30doc: no need for an explicit iter()Tshepang Lekhonkhobe-1/+1
2016-03-29doc: first letter should be upper caseTshepang Lekhonkhobe-1/+1
2016-03-28style: Use `iter` for IntoIterator parameter namesKamal Marhubi-4/+4
2016-03-10Remove unnecessary mut in docs causing test failures.Nathan Kleyn-1/+1
2016-03-09Address review comments to add "basic usage" sections to docs.Nathan Kleyn-0/+38
2016-03-08Add missing documentation examples for BinaryHeap.Nathan Kleyn-0/+106
2015-12-23BinaryHeap: Use full sift down in .pop()Ulrik Sverdrup-1/+26
2015-12-13Make BinaryHeap Dijkstra example return Optionjethrogb-8/+8
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-20/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-5/+2
2015-11-25Auto merge of #30017 - nrc:fmt, r=brsonbors-28/+66
2015-11-24rustfmt libcollectionsNick Cameron-28/+66