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-05-27
Rollup merge of #42260 - stjepang:document-cmp-traits-agreement, r=alexcrichton
Mark Simulacrum
-1
/
+4
2017-05-27
Docs: impls of PartialEq/PartialOrd/Ord must agree
Stjepan Glavina
-1
/
+4
2017-05-20
Stabilize library features for 1.18.0
Steven Fackler
-1
/
+1
2017-04-23
Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton
bors
-76
/
+0
2017-04-22
Fix invalid linkage
Guillaume Gomez
-1
/
+1
2017-04-20
Remove BinaryHeap::{push_pop,replace}
Josh Stone
-76
/
+0
2017-04-14
std::collections docs: Address issues that came up in PR #41286
lukaramu
-1
/
+1
2017-04-13
Various fixes throughout std::collections' docs
lukaramu
-2
/
+5
2017-04-13
Update std::collections' docs to use iterator (etc.) boilerplate
lukaramu
-5
/
+27
2017-03-22
Various fixes to wording consistency in the docs
Stjepan Glavina
-2
/
+2
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-2
/
+2
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
[next]