about summary refs log tree commit diff
path: root/src/liballoc/collections/vec_deque.rs
AgeCommit message (Expand)AuthorLines
2018-07-22Make VecDeque append safer and easier to understandPazzaz-109/+131
2018-07-19Non-naive implementation for `VecDeque.append`Pazzaz-2/+138
2018-06-29Move core::alloc::CollectionAllocErr to alloc::collectionsSimon Sapin-1/+1
2018-06-29Move some alloc crate top-level items to a new alloc::collections moduleSimon Sapin-0/+2970