0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-30 20:01:19 +01:00
rust/library
Mara Bos 62226eecb6 Improve BinaryHeap::retain.
It now doesn't fully rebuild the heap, but only the parts that are
necessary.
2021-04-22 14:24:30 +02:00
..
alloc Improve BinaryHeap::retain. 2021-04-22 14:24:30 +02:00
backtrace@710fc18ddc
core Rollup merge of #84406 - m-ou-se:drop-delete-alias, r=dtolnay 2021-04-21 23:06:24 +02:00
panic_abort
panic_unwind
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #84212 - CDirkx:void, r=m-ou-se 2021-04-21 23:06:14 +02:00
stdarch@19f5459dd0
term
test
unwind