about summary refs log tree commit diff
path: root/src/libcollectionstest/binary_heap.rs
AgeCommit message (Expand)AuthorLines
2017-04-03Move libXtest into libX/testsStjepan Glavina-339/+0
2017-01-17Fix BinaryHeap place by only constructing vec::PlaceBack onceMartin Hafskjold Thoresen-5/+5
2017-01-14Add initial impl of placement-in for `BinaryHeap`Martin Hafskjold Thoresen-0/+21
2017-01-01Add PeekMut::popSteven Fackler-1/+14
2016-10-25run rustfmt on libcollectionstestSrinivas Reddy Thatiparthy-1/+3
2016-10-03std: Stabilize and deprecate APIs for 1.13Alex Crichton-0/+3
2016-07-21Readding lifetime parameters and removing allocationThomas Garcia-1/+1
2016-07-21Make vec::Drain and binary_heap::Drain covariantThomas Garcia-0/+6
2016-06-21implemented peek_mut and unit testsNathan Moos-0/+18
2016-04-16collections: add append and extend specialization for binary heapAndrey Tonkih-0/+32
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-11/+11
2015-06-08Implement RFC 839Johannes Oertel-0/+25
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-0/+219