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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-28
Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper
bors
-2
/
+9
2023-10-28
mark constructor of `BinaryHeap` as const fn
coekjan
-2
/
+4
2023-09-03
Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks
The 8472
-2
/
+9
2023-06-11
Impl allocator function for iterators
yanchith
-0
/
+32
2023-06-11
Remove explicit lifetimes
yanchith
-20
/
+20
2023-06-09
Don't explicitly name Global
yanchith
-1
/
+1
2023-06-09
Pass tidy again
yanchith
-5
/
+1
2023-06-09
Add allocator function
yanchith
-0
/
+7
2023-06-09
Reallocatorize after merge
yanchith
-12
/
+16
2023-06-09
Merge branch 'master' into binary-heap-ta
yanchith
-0
/
+1830
2023-04-28
replace version placeholders
Pietro Albini
-2
/
+2
2023-04-12
remove some unneeded imports
KaDiWa
-3
/
+1
2023-04-03
Auto merge of #108448 - ishitatsuyuki:binary-heap, r=Mark-Simulacrum
bors
-51
/
+19
2023-03-28
Stabilize `binary_heap_retain`
Amanieu d'Antras
-2
/
+1
2023-02-28
rewrite iterator `Default` tests as doctests
The 8472
-0
/
+7
2023-02-28
Implement Default for some alloc/core iterators
The 8472
-0
/
+7
2023-02-25
binary_heap: Unify Extend implementation.
Tatsuyuki Ishi
-34
/
+2
2023-02-25
binary_heap: Make RebuildOnDrop a common helper.
Tatsuyuki Ishi
-17
/
+17
2023-01-15
Rebuild BinaryHeap on unwind from retain
David Tolnay
-6
/
+18
2023-01-14
Document guarantees about BinaryHeap invariant
David Tolnay
-1
/
+9
2023-01-14
Leak amplification for peek_mut() to ensure BinaryHeap's invariant is always met
David Tolnay
-9
/
+46
2023-01-10
mv binary_heap.rs binary_heap/mod.rs
Alan Egerton
-0
/
+1721