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
/
liballoc
/
collections
/
binary_heap.rs
Age
Commit message (
Expand
)
Author
Lines
2019-05-22
Revert "Add implementations of last in terms of next_back on a bunch of Doubl...
Steven Fackler
-15
/
+0
2019-05-18
Document BinaryHeap time complexity
David Tolnay
-0
/
+43
2019-05-14
Rollup merge of #60130 - khuey:efficient_last, r=sfackler
Mazdak Farrokhzad
-0
/
+15
2019-05-01
BinaryHeap: add min-heap example
Alexey Shmalko
-0
/
+24
2019-04-19
Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...
Kyle Huey
-0
/
+15
2019-04-05
Use for_each to extend collections
Josh Stone
-3
/
+1
2019-02-25
Rollup merge of #58421 - nox:relax-bounds-binary-heap, r=dtolnay
Mazdak Farrokhzad
-244
/
+244
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-2
/
+2
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-2
/
+2
2019-02-13
Relax some Ord bounds on BinaryHeap<T>
Anthony Ramine
-244
/
+244
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2019-02-07
Rollup merge of #58123 - lnicola:binary-heap-no-bounds-checks, r=sfackler
kennytm
-3
/
+8
2019-02-03
Avoid some bounds checks in binary_heap::{PeekMut,Hole}
Laurențiu Nicola
-3
/
+8
2019-02-03
liballoc: revert nested imports style changes.
Mazdak Farrokhzad
-12
/
+8
2019-02-02
liballoc: fix some idiom lints.
Mazdak Farrokhzad
-7
/
+7
2019-02-02
liballoc: elide some lifetimes.
Mazdak Farrokhzad
-12
/
+12
2019-02-02
liballoc: refactor & fix some imports.
Mazdak Farrokhzad
-8
/
+12
2019-02-02
liballoc: cargo check passes on 2018
Mazdak Farrokhzad
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-02
Update issue number of `shrink_to` methods to point the tracking issue
Hidehito Yabuuchi
-1
/
+1
2018-06-29
Move some alloc crate top-level items to a new alloc::collections module
Simon Sapin
-0
/
+1196