rust/library/alloc/src/collections
Wilfred Hughes 04c1ec51f1 Clarify undefined behaviour for binary heap, btree and hashset
Previously, it wasn't clear whether "This could include" was referring
to logic errors, or undefined behaviour. Tweak wording to clarify this
sentence does not relate to UB.
2021-10-21 09:30:46 -04:00
..
btree Clarify undefined behaviour for binary heap, btree and hashset 2021-10-21 09:30:46 -04:00
linked_list Implement changes suggested by @Amanieu 2021-07-01 21:08:01 +02:00
vec_deque Avoid overflow in VecDeque::with_capacity_in(). 2021-10-18 13:18:12 +02:00
binary_heap.rs Clarify undefined behaviour for binary heap, btree and hashset 2021-10-21 09:30:46 -04:00
linked_list.rs Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett 2021-10-12 14:53:08 +02:00
mod.rs Stabilize try_reserve 2021-10-04 10:29:46 +01:00