summary refs log tree commit diff
path: root/src/liballoc/collections/binary_heap.rs
AgeCommit message (Expand)AuthorLines
2020-02-29simplify boolean expressionsMatthias Krüger-2/+2
2020-01-19Fix `binary_heap::DrainSorted` drop leak on panicsJonas Schievink-2/+14
2019-12-26Remove redundant link textsMatthew Kraai-1/+1
2019-12-22Format the worldMark Rousskov-33/+12
2019-10-25fix doctestHideki Sekine-10/+4
2019-10-25Simplify .drain_sorted() and its doc.Hideki Sekine-45/+40
2019-10-25Add .into_iter_sorted() and .drain_sorted()Hideki Sekine-1/+140
2019-08-12Apply suggestions from code reviewObserver42-2/+2
2019-08-12Document From trait for BinaryHeapObserver42-0/+3
2019-07-02When possible without changing semantics, implement Iterator::last in terms o...Kyle Huey-0/+5
2019-05-22Revert "Add implementations of last in terms of next_back on a bunch of Doubl...Steven Fackler-15/+0
2019-05-18Document BinaryHeap time complexityDavid Tolnay-0/+43
2019-05-14Rollup merge of #60130 - khuey:efficient_last, r=sfacklerMazdak Farrokhzad-0/+15
2019-05-01BinaryHeap: add min-heap exampleAlexey Shmalko-0/+24
2019-04-19Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...Kyle Huey-0/+15
2019-04-05Use for_each to extend collectionsJosh Stone-3/+1
2019-02-25Rollup merge of #58421 - nox:relax-bounds-binary-heap, r=dtolnayMazdak Farrokhzad-244/+244
2019-02-20Rollup merge of #58553 - scottmcm:more-ihle, r=Centrilkennytm-2/+2
2019-02-17Use more impl header lifetime elisionScott McMurray-2/+2
2019-02-13Relax some Ord bounds on BinaryHeap<T>Anthony Ramine-244/+244
2019-02-10libs: doc commentsAlexander Regueiro-1/+1
2019-02-07Rollup merge of #58123 - lnicola:binary-heap-no-bounds-checks, r=sfacklerkennytm-3/+8
2019-02-03Avoid some bounds checks in binary_heap::{PeekMut,Hole}Laurențiu Nicola-3/+8
2019-02-03liballoc: revert nested imports style changes.Mazdak Farrokhzad-12/+8
2019-02-02liballoc: fix some idiom lints.Mazdak Farrokhzad-7/+7
2019-02-02liballoc: elide some lifetimes.Mazdak Farrokhzad-12/+12
2019-02-02liballoc: refactor & fix some imports.Mazdak Farrokhzad-8/+12
2019-02-02liballoc: cargo check passes on 2018Mazdak Farrokhzad-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-02Update issue number of `shrink_to` methods to point the tracking issueHidehito Yabuuchi-1/+1
2018-06-29Move some alloc crate top-level items to a new alloc::collections moduleSimon Sapin-0/+1196