rust/library/alloc/src/collections
bors 9c25eb7aa3 Auto merge of #86595 - a1phyr:allocator_api_for_vecdeque, r=Amanieu
Add support for custom allocator in `VecDeque`

This follows the [roadmap](https://github.com/rust-lang/wg-allocators/issues/7) of the allocator WG to add custom allocators to collections.

`@rustbot` modify labels: +A-allocators +T-libs
2021-07-25 19:01:10 +00:00
..
btree Auto merge of #84111 - bstrie:hashfrom, r=joshtriplett 2021-07-24 22:31:14 +00:00
linked_list Implement changes suggested by @Amanieu 2021-07-01 21:08:01 +02:00
vec_deque Auto merge of #86595 - a1phyr:allocator_api_for_vecdeque, r=Amanieu 2021-07-25 19:01:10 +00:00
binary_heap.rs Auto merge of #84111 - bstrie:hashfrom, r=joshtriplett 2021-07-24 22:31:14 +00:00
linked_list.rs Auto merge of #84111 - bstrie:hashfrom, r=joshtriplett 2021-07-24 22:31:14 +00:00
mod.rs Add doc comment for impl From<LayoutError> for TryReserveError 2021-07-06 14:44:18 -07:00