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
/
library
/
alloc
/
src
/
collections
/
btree
/
remove.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-20
alloc: add `#![warn(unreachable_pub)]`
Urgau
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+5
2022-06-16
btree: avoid forcing the allocator to be a reference
Ralf Jung
-8
/
+8
2022-06-14
BTreeMap: Add alloc param
Jacob Hughes
-9
/
+13
2021-02-09
BTreeMap: gather and decompose reusable tree fixing functions
Stein Somers
-60
/
+3
2021-01-29
btree: use Option's unwrap_unchecked()
Miguel Ojeda
-3
/
+2
2021-01-18
BTreeMap: prefer bulk_steal functions over specialized ones
Stein Somers
-4
/
+4
2021-01-16
BTreeMap: offer merge in variants with more clarity
Stein Somers
-8
/
+6
2020-12-13
Auto merge of #79376 - ssomers:btree_choose_parent_kv, r=Mark-Simulacrum
bors
-6
/
+6
2020-12-13
BTreeMap: capture a recurring use pattern as replace_kv
Stein Somers
-4
/
+2
2020-12-12
BTreeMap: clarify comments and panics surrounding choose_parent_kv
Stein Somers
-6
/
+6
2020-11-28
BTreeMap: try to enhance various comments & local identifiers
Stein Somers
-1
/
+1
2020-11-12
BTreeMap: avoid aliasing while handling underfull nodes
Stein Somers
-105
/
+125
2020-10-24
BTreeMap: stop mistaking node::MIN_LEN as a node level constraint
Stein Somers
-2
/
+3
2020-10-18
BTreeMap: split off most code of remove and split_off
Stein Somers
-0
/
+132