rust/library/alloc/src/collections
Mara Bos 4506d26cf3 Remove internal and unstable MaybeUninit::UNINIT.
Looks like it is no longer necessary, as uninit_array() can be used
instead in the few cases where it was needed.
2020-09-09 18:38:10 +02:00
..
btree Remove internal and unstable MaybeUninit::UNINIT. 2020-09-09 18:38:10 +02:00
linked_list Remove linked_list_extras methods. 2020-08-01 00:54:22 +08:00
vec_deque make some vec_deque tests less exhaustive in Miri 2020-07-31 11:56:08 +02:00
binary_heap.rs generalize in-place collect to types of same size and alignment 2020-09-03 20:59:31 +02:00
linked_list.rs Apply suggestions from code review 2020-08-21 19:31:00 +02:00
mod.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
vec_deque.rs Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus 2020-09-04 12:21:43 +00:00