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
/
library
/
alloc
/
src
/
collections
/
binary_heap.rs
Age
Commit message (
Expand
)
Author
Lines
2020-09-23
Use Self in alloc
Alexis Bourget
-2
/
+2
2020-09-21
Auto merge of #75974 - SkiFire13:peekmut-opt-sift, r=LukasKalbertodt
bors
-2
/
+4
2020-09-20
Rollup merge of #76875 - denisvasilik:intra-doc-links-alloc-binary-heap, r=jy...
Ralf Jung
-20
/
+14
2020-09-20
Fix time complexity in BinaryHeap::peek_mut docs
Giacomo Stevanato
-1
/
+2
2020-09-20
Set sift=true only when PeekMut yields a mutable reference
Giacomo Stevanato
-1
/
+2
2020-09-19
Use `T::BITS` instead of `size_of::<T> * 8`.
Mara Bos
-2
/
+2
2020-09-18
Update library/alloc/src/collections/binary_heap.rs
Denis Vasilik
-1
/
+1
2020-09-18
Update library/alloc/src/collections/binary_heap.rs
Denis Vasilik
-1
/
+1
2020-09-18
Update library/alloc/src/collections/binary_heap.rs
Denis Vasilik
-1
/
+1
2020-09-18
Update library/alloc/src/collections/binary_heap.rs
Denis Vasilik
-1
/
+1
2020-09-18
Use intra-doc links
Denis Vasilik
-16
/
+10
2020-09-09
Add documentation for `impl<T> From<BinaryHeap<T>> for Vec<T>`
Michael Howell
-0
/
+4
2020-09-03
generalize in-place collect to types of same size and alignment
The8472
-2
/
+4
2020-09-03
pacify tidy
The8472
-3
/
+3
2020-09-03
mark as_inner as unsafe and update comments
The8472
-1
/
+1
2020-09-03
avoid exposing that binary heap's IntoIter is backed by vec::IntoIter, use a ...
The8472
-3
/
+9
2020-09-03
hide binary_heap::IntoIter internals behind impl Trait
The8472
-1
/
+1
2020-09-03
mark SourceIter as unsafe, document invariants
The8472
-1
/
+1
2020-09-03
in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters
The8472
-1
/
+14
2020-08-23
Prefer https link for wikipedia URLs
Lzu Tao
-3
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+1431