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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
alloc
/
src
/
collections
/
btree
/
map.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-18
BTreeMap: check some invariants, avoid recursion in depth first search
Stein Somers
-32
/
+3
2020-08-15
Auto merge of #75488 - ssomers:btree_revert_75257, r=Mark-Simulacrum
bors
-49
/
+20
2020-08-14
Rollup merge of #75531 - ssomers:btree_tests_migration, r=Mark-Simulacrum
Tyler Mandry
-0
/
+3
2020-08-14
Move btree unit test to their native, privileged location
Stein Somers
-0
/
+3
2020-08-13
Reverts the fundamental changes in #74762 and #75257
Stein Somers
-49
/
+20
2020-08-11
BTreeMap: purge innocent use of into_kv_mut
Stein Somers
-3
/
+3
2020-08-09
BTreeMap: better distinguish the root holder from the root node
Stein Somers
-33
/
+40
2020-08-08
Auto merge of #75163 - canova:map_into_keys_values, r=dtolnay
bors
-0
/
+148
2020-08-08
Update the tracking issue number of map_into_keys_values
Nazım Can Altınova
-12
/
+12
2020-08-08
Remove min/max values from IntoValues Iterator implementation
Nazım Can Altınova
-8
/
+0
2020-08-08
Auto merge of #75257 - ssomers:btree_74762_again, r=Mark-Simulacrum
bors
-30
/
+23
2020-08-07
BTreeMap: better way to postpone root access in DrainFilter
Stein Somers
-30
/
+23
2020-08-07
Change the comment of BTreeMap::into_values
Nazım Can Altınova
-1
/
+1
2020-08-07
Add `into_{keys,values}` methods for BTreeMap
Nazım Can Altınova
-0
/
+156
2020-08-05
Make IntoIterator lifetime bounds of &BTreeMap match with &HashMap
Nazım Can Altınova
-2
/
+2
2020-08-02
Move bulk of BTreeMap::insert method down to new method on handle
Stein Somers
-32
/
+9
2020-08-01
BTreeMap::drain_filter no longer touches the root during iteration
Stein Somers
-23
/
+64
2020-07-27
mv std libs to library/
mark
-0
/
+2860