index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollectionstest
/
binary_heap.rs
Age
Commit message (
Expand
)
Author
Lines
2017-04-03
Move libXtest into libX/tests
Stjepan Glavina
-339
/
+0
2017-01-17
Fix BinaryHeap place by only constructing vec::PlaceBack once
Martin Hafskjold Thoresen
-5
/
+5
2017-01-14
Add initial impl of placement-in for `BinaryHeap`
Martin Hafskjold Thoresen
-0
/
+21
2017-01-01
Add PeekMut::pop
Steven Fackler
-1
/
+14
2016-10-25
run rustfmt on libcollectionstest
Srinivas Reddy Thatiparthy
-1
/
+3
2016-10-03
std: Stabilize and deprecate APIs for 1.13
Alex Crichton
-0
/
+3
2016-07-21
Readding lifetime parameters and removing allocation
Thomas Garcia
-1
/
+1
2016-07-21
Make vec::Drain and binary_heap::Drain covariant
Thomas Garcia
-0
/
+6
2016-06-21
implemented peek_mut and unit tests
Nathan Moos
-0
/
+18
2016-04-16
collections: add append and extend specialization for binary heap
Andrey Tonkih
-0
/
+32
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-11
/
+11
2015-06-08
Implement RFC 839
Johannes Oertel
-0
/
+25
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-0
/
+219