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
/
liballoc
/
collections
/
binary_heap.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-1431
/
+0
2020-07-19
Use italics for O notation
pierwill
-13
/
+13
2020-06-19
`#[deny(unsafe_op_in_unsafe_fn)]` in liballoc
LeSeulArtichaut
-5
/
+7
2020-05-29
Add Extend::{extend_one,extend_reserve}
Josh Stone
-0
/
+20
2020-04-26
fix more clippy warnings
Matthias Krüger
-1
/
+1
2020-04-24
Add BinaryHeap::retain as suggested in #42849
arlo
-0
/
+28
2020-04-15
don't specify log base in big-O
Ralf Jung
-2
/
+2
2020-04-15
big-O notation: parenthesis, multiplication and backticks
Ralf Jung
-14
/
+13
2020-04-05
Stop importing integer modules in liballoc
Linus Färnstrand
-1
/
+0
2020-02-29
simplify boolean expressions
Matthias Krüger
-2
/
+2
2020-01-19
Fix `binary_heap::DrainSorted` drop leak on panics
Jonas Schievink
-2
/
+14
2019-12-26
Remove redundant link texts
Matthew Kraai
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-33
/
+12
2019-10-25
fix doctest
Hideki Sekine
-10
/
+4
2019-10-25
Simplify .drain_sorted() and its doc.
Hideki Sekine
-45
/
+40
2019-10-25
Add .into_iter_sorted() and .drain_sorted()
Hideki Sekine
-1
/
+140
2019-08-12
Apply suggestions from code review
Observer42
-2
/
+2
2019-08-12
Document From trait for BinaryHeap
Observer42
-0
/
+3
2019-07-02
When possible without changing semantics, implement Iterator::last in terms o...
Kyle Huey
-0
/
+5
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