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
/
append.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-20
alloc: add `#![warn(unreachable_pub)]`
Urgau
-3
/
+7
2024-10-23
"innermost", "outermost", "leftmost", and "rightmost" don't need hyphens
Josh Triplett
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+3
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
/
+13
2021-02-09
BTreeMap: gather and decompose reusable tree fixing functions
Stein Somers
-22
/
+1
2020-12-28
Rollup merge of #80353 - ssomers:btree_test_split_off, r=Mark-Simulacrum
Dylan DPC
-3
/
+6
2020-12-24
BTreeMap: test full nodes a little more
Stein Somers
-1
/
+1
2020-12-24
BTreeMap: test split_off (and append) more thoroughly
Stein Somers
-3
/
+6
2020-11-22
BTreeMap: swap the names of NodeRef::new and Root::new_leaf
Stein Somers
-1
/
+1
2020-11-18
BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique
Stein Somers
-2
/
+2
2020-11-12
BTreeMap: avoid aliasing while handling underfull nodes
Stein Somers
-8
/
+3
2020-11-08
BTreeMap: split off most code of append, slightly improve interfaces
Stein Somers
-0
/
+124