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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollections
/
binary_heap.rs
Age
Commit message (
Expand
)
Author
Lines
2016-08-22
std: Stabilize APIs for the 1.12 release
Alex Crichton
-6
/
+5
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
2015-08-15
collections: Add issues for unstable features
Alex Crichton
-2
/
+3
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-8
/
+16
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-7
/
+9
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-2
/
+2
2015-06-08
Implement RFC 839
Johannes Oertel
-0
/
+7
2015-05-28
collections: Make BinaryHeap panic safe in sift_up / sift_down
Ulrik Sverdrup
-25
/
+88
2015-04-28
collections: Implement vec::drain(range) according to RFC 574
Ulrik Sverdrup
-1
/
+1
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-25
/
+19
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-1
/
+1
2015-03-25
Rollup merge of #23617 - steveklabnik:gh23564, r=Manishearth
Manish Goregaokar
-0
/
+2
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+8
2015-03-22
Note order of BinaryHeap::drain
Steve Klabnik
-0
/
+2
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-215
/
+0
2015-03-16
document undefined collection behavior with interior mutability
Andrew Paseltiner
-0
/
+5
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-1
/
+1
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-1
/
+1
2015-02-18
make FromIterator use IntoIterator
Alexis
-2
/
+2
2015-02-18
make Extend use IntoIterator
Alexis
-1
/
+2
[next]