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
/
split.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-20
alloc: add `#![warn(unreachable_pub)]`
Urgau
-2
/
+6
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+4
2022-06-16
btree: avoid forcing the allocator to be a reference
Ralf Jung
-6
/
+6
2022-06-14
BTreeMap: Add alloc param
Jacob Hughes
-7
/
+8
2021-02-09
BTreeMap: gather and decompose reusable tree fixing functions
Stein Somers
-64
/
+0
2021-01-24
BTreeMap: lightly refactor the split_off implementation
Stein Somers
-30
/
+55
2021-01-18
BTreeMap: convert search functions to methods
Stein Somers
-2
/
+2
2021-01-16
BTreeMap: offer merge in variants with more clarity
Stein Somers
-2
/
+2
2020-12-24
BTreeMap: test split_off (and append) more thoroughly
Stein Somers
-0
/
+5
2020-11-28
BTreeMap: try to enhance various comments & local identifiers
Stein Somers
-2
/
+2
2020-11-18
BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique
Stein Somers
-6
/
+6
2020-11-12
BTreeMap: avoid aliasing while handling underfull nodes
Stein Somers
-8
/
+8
2020-10-24
BTreeMap: stop mistaking node::MIN_LEN as a node level constraint
Stein Somers
-8
/
+10
2020-10-18
BTreeMap: split off most code of remove and split_off
Stein Somers
-0
/
+104