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
/
node
Age
Commit message (
Expand
)
Author
Lines
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-4
/
+4
2025-01-20
alloc: add `#![warn(unreachable_pub)]`
Urgau
-2
/
+2
2024-08-31
when -Zrandomize-layout is enabled disable alloc test testing internal struct...
The 8472
-1
/
+1
2024-03-12
Remove unused fields in some structures
Arthur Carcano
-5
/
+1
2022-11-07
disable btree size tests on Miri
Ralf Jung
-0
/
+1
2022-06-21
remove use of &Alloc in btree tests
Ralf Jung
-6
/
+6
2022-06-14
BTreeMap: Add alloc param
Jacob Hughes
-6
/
+7
2021-03-01
Rollup merge of #81210 - ssomers:btree_fix_node_size_test, r=Mark-Simulacrum
Joshua Nelson
-3
/
+3
2021-02-23
BTree: split off reusable components from range_search
Stein Somers
-9
/
+1
2021-02-21
BTreeMap: correct tests for alternative choices of B
Stein Somers
-3
/
+3
2021-01-26
BTreeMap: stop tree from being owned by non-root node
Stein Somers
-2
/
+2
2021-01-20
BTreeMap: bring back the key slice for immutable lookup
Stein Somers
-11
/
+1
2021-01-16
BTreeMap: expose new_internal function and sanitize from_new_internal
Stein Somers
-4
/
+2
2020-12-24
BTreeMap: make test cases more explicit on failure
Stein Somers
-4
/
+8
2020-11-22
BTreeMap: swap the names of NodeRef::new and Root::new_leaf
Stein Somers
-2
/
+2
2020-11-18
BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique
Stein Somers
-9
/
+12
2020-11-16
Rollup merge of #78903 - ssomers:btree_order_chaos_testing, r=Mark-Simulacrum
Mara Bos
-1
/
+4
2020-11-12
BTreeMap: test chaotic ordering & other bits & bobs
Stein Somers
-1
/
+4
2020-11-12
BTreeMap: avoid aliasing while handling underfull nodes
Stein Somers
-2
/
+2
2020-10-27
BTreeMap: stop mistaking node for an orderly place
Stein Somers
-37
/
+0
2020-10-24
BTreeMap: stop mistaking node::MIN_LEN as a node level constraint
Stein Somers
-40
/
+16
2020-10-19
BTreeMap: test invariants more thoroughly and more readably
Stein Somers
-0
/
+105
2020-10-14
BTreeMap: making PartialCmp/PartialEq explicit and tested
Stein Somers
-0
/
+33
2020-09-26
BTreeMap: keep an eye out on the size of the main components
Stein Somers
-0
/
+9
2020-08-14
BTreeMap: refactor splitpoint and move testing over to unit test
Stein Somers
-0
/
+25