about summary refs log tree commit diff
path: root/library/alloc/src/collections/btree/map.rs
AgeCommit message (Expand)AuthorLines
2020-08-08Auto merge of #75257 - ssomers:btree_74762_again, r=Mark-Simulacrumbors-30/+23
2020-08-07BTreeMap: better way to postpone root access in DrainFilterStein Somers-30/+23
2020-08-07Change the comment of BTreeMap::into_valuesNazım Can Altınova-1/+1
2020-08-07Add `into_{keys,values}` methods for BTreeMapNazım Can Altınova-0/+156
2020-08-05Make IntoIterator lifetime bounds of &BTreeMap match with &HashMapNazım Can Altınova-2/+2
2020-08-02Move bulk of BTreeMap::insert method down to new method on handleStein Somers-32/+9
2020-08-01BTreeMap::drain_filter no longer touches the root during iterationStein Somers-23/+64
2020-07-27mv std libs to library/mark-0/+2860