about summary refs log tree commit diff
path: root/src/liballoc/collections
AgeCommit message (Expand)AuthorLines
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-45/+45
2018-08-18Auto merge of #52553 - Pazzaz:vecdeque-append, r=SimonSapinbors-2/+159
2018-08-15Clarify unused_as_mut_slicesPazzaz-3/+6
2018-08-14Clarify dst conditionPazzaz-8/+8
2018-08-14Don't drop values in other, just move the tailPazzaz-7/+3
2018-08-05Correct invalid feature attributesvarkor-1/+1
2018-07-22Make VecDeque append safer and easier to understandPazzaz-109/+131
2018-07-20data_structures: Add a reference wrapper for pointer-indexed maps/setsVadim Petrochenkov-1/+1
2018-07-19Non-naive implementation for `VecDeque.append`Pazzaz-2/+138
2018-07-02add outlives annotations to `BTreeMap`Niko Matsakis-7/+10
2018-07-02Make `BTreeMap::clone()` not allocate when cloning an empty tree.Nicholas Nethercote-1/+10
2018-06-29Move core::alloc::CollectionAllocErr to alloc::collectionsSimon Sapin-1/+30
2018-06-29Move some alloc crate top-level items to a new alloc::collections moduleSimon Sapin-0/+11162