summary refs log tree commit diff
path: root/src/liballoc/tests/vec_deque.rs
AgeCommit message (Expand)AuthorLines
2019-03-10we can now skip should_panic tests with the libtest harnessRalf Jung-1/+0
2019-02-22Rollup merge of #58064 - llogiq:vec-deque-try-rfold, r=scottmcmMazdak Farrokhzad-0/+64
2019-02-18override `VecDeque::try_rfold`, also update iteratorAndre Bogus-0/+64
2019-02-13review failures in btree, stringRalf Jung-1/+3
2019-02-13review failures in binary_heap, str, vec_dequeRalf Jung-7/+4
2019-02-09Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-SimulacrumMazdak Farrokhzad-0/+7
2019-02-07disable tests in MiriRalf Jung-0/+7
2019-02-03liballoc: revert nested imports style changes.Mazdak Farrokhzad-9/+5
2019-02-02liballoc: elide some lifetimes.Mazdak Farrokhzad-1/+1
2019-02-02liballoc: apply uniform_paths.Mazdak Farrokhzad-2/+2
2019-02-02liballoc: refactor & fix some imports.Mazdak Farrokhzad-8/+13
2019-01-30override `VecDeque`'s `Iter::try_fold`Andre Bogus-0/+37
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-19Add more VecDeque::rotate_{left|right} testsScott McMurray-0/+134
2018-12-04Replace usages of `..i + 1` ranges with `..=i`.Corey Farwell-4/+4
2018-08-15Test VecDeque append not dropping twicePazzaz-0/+25
2018-07-22Simplify vecdeque append testPazzaz-42/+64
2018-07-19Non-naive implementation for `VecDeque.append`Pazzaz-0/+54
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