summaryrefslogtreecommitdiff
path: root/src/liballoc/tests/vec_deque.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove licensesMark Rousskov2018-12-251-10/+0
* Add more VecDeque::rotate_{left|right} testsScott McMurray2018-12-191-0/+134
* Replace usages of `..i + 1` ranges with `..=i`.Corey Farwell2018-12-041-4/+4
* Test VecDeque append not dropping twicePazzaz2018-08-151-0/+25
* Simplify vecdeque append testPazzaz2018-07-221-42/+64
* Non-naive implementation for `VecDeque.append`Pazzaz2018-07-191-0/+54
* Remove the now-unit-struct AllocErr field inside CollectionAllocErrSimon Sapin2018-04-121-6/+6
* Remove all unstable placement featuresAidan Hobson Sayers2018-04-031-22/+0
* setting ABORTING_MALLOC for asmjs backendsnf2018-03-151-7/+1
* try_reserve: disabling tests for asmjs, blocked by #48968snf2018-03-141-1/+7
* implementing fallible allocation API (try_reserve) for Vec, String and HashMapsnf2018-03-141-0/+208
* Delete deprecated & unstable range-specific `step_by`Scott McMurray2017-07-011-2/+1
* Merge crate `collections` into `alloc`Murarth2017-06-131-0/+1025