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.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-14
Rollup merge of #75195 - ssomers:btree_split_up_into_kv_mut, r=Mark-Simulacrum
Tyler Mandry
-6
/
+16
2020-08-14
BTreeMap: refactor splitpoint and move testing over to unit test
Stein Somers
-31
/
+11
2020-08-14
Auto merge of #74777 - ssomers:btree_cleanup_7, r=Mark-Simulacrum
bors
-20
/
+16
2020-08-13
Stop BTreeMap casts from reborrowing
Stein Somers
-20
/
+16
2020-08-12
Somewhat complicated way to respect BTreeMap's node length invariant
Stein Somers
-16
/
+65
2020-08-11
BTreeMap: purge innocent use of into_kv_mut
Stein Somers
-6
/
+16
2020-08-09
BTreeMap: better distinguish the root holder from the root node
Stein Somers
-9
/
+11
2020-08-07
BTreeMap: better way to postpone root access in DrainFilter
Stein Somers
-2
/
+2
2020-08-04
Auto merge of #75058 - ssomers:btree_cleanup_insert_2, r=Mark-Simulacrum
bors
-44
/
+42
2020-08-02
Separate off a leafy insert function instead of lying, and split split similarly
Stein Somers
-44
/
+42
2020-08-02
Move bulk of BTreeMap::insert method down to new method on handle
Stein Somers
-5
/
+61
2020-08-03
Rollup merge of #74874 - ssomers:btree_cleanup_8, r=Mark-Simulacrum
Yuki Okushi
-6
/
+14
2020-08-03
Rollup merge of #74762 - ssomers:btree_no_root_in_remove_kv_tracking, r=Mark-...
Yuki Okushi
-7
/
+9
2020-08-01
BTreeMap::drain_filter no longer touches the root during iteration
Stein Somers
-7
/
+9
2020-08-01
Define forget_type only when relevant
Stein Somers
-6
/
+14
2020-07-28
Remove into_slices and its unsafe block
Stein Somers
-10
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+1488
[prev]