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
/
map
Age
Commit message (
Collapse
)
Author
Lines
2020-10-27
BTreeMap: stop mistaking node for an orderly place
Stein Somers
-4
/
+22
2020-10-24
BTreeMap: stop mistaking node::MIN_LEN as a node level constraint
Stein Somers
-2
/
+19
2020-10-19
BTreeMap: test invariants more thoroughly and more readably
Stein Somers
-79
/
+10
2020-10-18
Stabilize or_insert_with_key
Chai T. Rex
-2
/
+1
2020-10-12
BTreeMap: refactor Entry out of map.rs into its own file
Jacob Hughes
-0
/
+475
btree/map.rs is approaching the 3000 line mark, splitting out the entry code buys about 500 lines of headroom
2020-10-04
BTreeMap/Set: complete the compile-time test cases
Stein Somers
-21
/
+37
2020-09-20
BTreeMap: extra testing unveiling mistakes in future PR
Stein Somers
-0
/
+19
2020-09-15
Test and fix Sync & Send traits of BTreeMap artefacts
Stein Somers
-0
/
+140
2020-09-09
BTreeMap: avoid aliasing by avoiding slices
Stein Somers
-6
/
+9
2020-08-18
BTreeMap: check some invariants, avoid recursion in depth first search
Stein Somers
-9
/
+223
2020-08-14
Move btree unit test to their native, privileged location
Stein Somers
-0
/
+1491
[prev]