rust/library/alloc/src/collections
JmPotato 2f18fa801b Use MaybeUninit in VecDeque to remove the undefined behavior of slice
Signed-off-by: JmPotato <ghzpotato@gmail.com>
2022-03-10 14:14:25 +08:00
..
btree BTree: remove dead data needlessly complicating insert 2022-03-07 13:57:56 +01:00
linked_list Implement changes suggested by @Amanieu 2021-07-01 21:08:01 +02:00
vec_deque Use MaybeUninit in VecDeque to remove the undefined behavior of slice 2022-03-10 14:14:25 +08:00
binary_heap.rs Collections: improve the documentation of drain members 2022-02-19 00:55:31 +01:00
linked_list.rs Rollup merge of #89869 - kpreid:from-doc, r=yaahc 2022-02-17 06:29:57 +01:00
mod.rs Clarify explicitly that BTree{Map,Set} are ordered. 2022-01-09 18:01:44 -05:00