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
/
libcollections
/
binary_heap.rs
Age
Commit message (
Expand
)
Author
Lines
2017-02-07
Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturon
bors
-0
/
+39
2017-02-05
Replace PlaceBack Debug implementation with derive
Guillaume Gomez
-16
/
+10
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-2
/
+2
2017-01-20
Add debug implementation for BinaryHeapPlace
Guillaume Gomez
-0
/
+9
2017-01-20
Remove Debug implementations specialization
Guillaume Gomez
-30
/
+6
2017-01-20
Add Debug implementations for libcollection structs
Guillaume Gomez
-0
/
+60
2017-01-17
Fix BinaryHeap place by only constructing vec::PlaceBack once
Martin Hafskjold Thoresen
-45
/
+24
2017-01-14
Add initial impl of placement-in for `BinaryHeap`
Martin Hafskjold Thoresen
-1
/
+76
2017-01-05
Add a tracking issue
Steven Fackler
-1
/
+1
2017-01-01
Add PeekMut::pop
Steven Fackler
-4
/
+19
2016-12-20
run rustfmt on libcollections folder
Srinivas Reddy Thatiparthy
-5
/
+5
2016-12-04
binary_heap: Forward ExactSizeIterator::is_empty
Ulrik Sverdrup
-3
/
+15
2016-10-04
Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichton
Manish Goregaokar
-3
/
+3
2016-10-03
std: Stabilize and deprecate APIs for 1.13
Alex Crichton
-0
/
+4
2016-10-01
std: Correct stability attributes for some implementations
Oliver Middleton
-3
/
+3
2016-09-11
Documentation of what does for each type
athulappadan
-0
/
+1
2016-08-29
Remove BinaryHeap bounds checking
arthurprs
-20
/
+23
2016-08-24
Remove needless imports in `libcollections`.
Jeffrey Seyfried
-1
/
+1
2016-08-23
Auto merge of #35656 - Stebalien:fused, r=alexcrichton
bors
-1
/
+10
2016-08-19
std: Stabilize APIs for the 1.12 release
Alex Crichton
-6
/
+5
2016-08-18
Add a FusedIterator trait.
Steven Allen
-1
/
+10
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-5
/
+1
2016-06-21
implemented peek_mut and unit tests
Nathan Moos
-0
/
+68
2016-04-17
Implement `Clone` for `binary_heap::IntoIter`
Andrew Paseltiner
-0
/
+1
2016-04-16
collections: add append and extend specialization for binary heap
Andrey Tonkih
-5
/
+88
2016-03-30
Rollup merge of #32607 - tshepang:we-gots-intoiterator, r=apasel422
Steve Klabnik
-1
/
+1
2016-03-30
Rollup merge of #32603 - tshepang:capitalise, r=bluss
Steve Klabnik
-1
/
+1
2016-03-30
doc: no need for an explicit iter()
Tshepang Lekhonkhobe
-1
/
+1
2016-03-29
doc: first letter should be upper case
Tshepang Lekhonkhobe
-1
/
+1
2016-03-28
style: Use `iter` for IntoIterator parameter names
Kamal Marhubi
-4
/
+4
2016-03-10
Remove unnecessary mut in docs causing test failures.
Nathan Kleyn
-1
/
+1
2016-03-09
Address review comments to add "basic usage" sections to docs.
Nathan Kleyn
-0
/
+38
2016-03-08
Add missing documentation examples for BinaryHeap.
Nathan Kleyn
-0
/
+106
2015-12-23
BinaryHeap: Use full sift down in .pop()
Ulrik Sverdrup
-1
/
+26
2015-12-13
Make BinaryHeap Dijkstra example return Option
jethrogb
-8
/
+8
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-20
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-5
/
+2
2015-11-25
Auto merge of #30017 - nrc:fmt, r=brson
bors
-28
/
+66
2015-11-24
rustfmt libcollections
Nick Cameron
-28
/
+66
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-1
/
+1
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+2
2015-11-13
Auto merge of #29811 - bluss:binary-heap-sift-less, r=gankro
bors
-7
/
+8
2015-11-13
BinaryHeap: Simplify sift down
Ulrik Sverdrup
-7
/
+8
2015-11-12
libcollections: deny warnings in doctests
Kevin Butler
-0
/
+1
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-30
/
+31
2015-09-23
Override `clone_from` for `{BinaryHeap, String}`
Andrew Paseltiner
-1
/
+11
2015-09-02
Auto merge of #28156 - nagisa:binaryheap-debug, r=Gankro
bors
-0
/
+8
2015-09-01
Implement Debug for BinaryHeap
Simonas Kazlauskas
-0
/
+8
2015-09-01
Add missing stability markings to BinaryHeap.
Eli Friedman
-8
/
+23
2015-08-18
Fixed example in documentation
jotomicron
-1
/
+1
[next]