about summary refs log tree commit diff
path: root/library/alloc/src/collections/btree/merge_iter.rs
AgeCommit message (Expand)AuthorLines
2025-02-09Fix pattern matching mode changes and unsafe_op_in_unsafe_fnMichael Goulet-1/+1
2025-01-20alloc: add `#![warn(unreachable_pub)]`Urgau-4/+4
2020-11-08BTreeMap: split off most code of append, slightly improve interfacesStein Somers-20/+22
2020-10-22BTreeMap/Set: merge the implementations of MergeIterStein Somers-0/+96