summary refs log tree commit diff
path: root/library/alloc/src/collections/btree/map.rs
AgeCommit message (Expand)AuthorLines
2020-10-03Rollup merge of #75377 - canova:map_debug_impl, r=dtolnayJonas Schievink-7/+51
2020-09-27Use relative links instead of intra-doc linksJoshua Nelson-1/+1
2020-09-20Rollup merge of #76926 - ssomers:btree_cleanup_1, r=Mark-SimulacrumRalf Jung-1/+1
2020-09-19Use intra-doc linksDenis Vasilik-11/+7
2020-09-19BTreeMap: code readability tweaksStein Somers-1/+1
2020-09-10BTreeMap: pull the map's root out of NodeRefStein Somers-49/+72
2020-09-09BTreeMap: avoid aliasing by avoiding slicesStein Somers-2/+2
2020-08-19BTreeMap: introduce marker::ValMut and reserve marker::Mut for unique accessStein Somers-124/+10
2020-08-18BTreeMap: check some invariants, avoid recursion in depth first searchStein Somers-32/+3
2020-08-15Auto merge of #75488 - ssomers:btree_revert_75257, r=Mark-Simulacrumbors-49/+20
2020-08-14Rollup merge of #75531 - ssomers:btree_tests_migration, r=Mark-SimulacrumTyler Mandry-0/+3
2020-08-14Move btree unit test to their native, privileged locationStein Somers-0/+3
2020-08-13Reverts the fundamental changes in #74762 and #75257Stein Somers-49/+20
2020-08-11BTreeMap: purge innocent use of into_kv_mutStein Somers-3/+3
2020-08-10Manually implement Debug for BTreeMap::ValuesMut structNazım Can Altınova-1/+24
2020-08-10Manually implement Debug for BTreeMap::{IntoKeys,IntoValues} structsNazım Can Altınova-6/+27
2020-08-09BTreeMap: better distinguish the root holder from the root nodeStein Somers-33/+40
2020-08-08Auto merge of #75163 - canova:map_into_keys_values, r=dtolnaybors-0/+148
2020-08-08Update the tracking issue number of map_into_keys_valuesNazım Can Altınova-12/+12
2020-08-08Remove min/max values from IntoValues Iterator implementationNazım Can Altınova-8/+0
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