about summary refs log tree commit diff
path: root/src/liballoc/tests/vec_deque.rs
AgeCommit message (Expand)AuthorLines
2018-04-12Remove the now-unit-struct AllocErr field inside CollectionAllocErrSimon Sapin-6/+6
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-22/+0
2018-03-15setting ABORTING_MALLOC for asmjs backendsnf-7/+1
2018-03-14try_reserve: disabling tests for asmjs, blocked by #48968snf-1/+7
2018-03-14implementing fallible allocation API (try_reserve) for Vec, String and HashMapsnf-0/+208
2017-07-01Delete deprecated & unstable range-specific `step_by`Scott McMurray-2/+1
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+1025