about summary refs log tree commit diff
path: root/src/liballoc/tests
AgeCommit message (Expand)AuthorLines
2019-02-18override `VecDeque::try_rfold`, also update iteratorAndre Bogus-0/+64
2019-02-16Rollup merge of #58433 - RalfJung:miri-mark-tests, r=TimNNkennytm-41/+98
2019-02-13miri: test with slightly larger BTreesRalf Jung-8/+10
2019-02-13review failures in heap, slice, vecRalf Jung-4/+32
2019-02-13review failures in btree, stringRalf Jung-5/+42
2019-02-13review failures in binary_heap, str, vec_dequeRalf Jung-33/+23
2019-02-12Stabilize slice_sort_by_cached_keyScott McMurray-1/+0
2019-02-12Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichtonbors-31/+31
2019-02-12Stabilize str::escape_* methodsSimon Sapin-1/+0
2019-02-12New return types for str::escape_* that impl Display and Iterator<char>Simon Sapin-30/+31
2019-02-10libs: doc commentsAlexander Regueiro-1/+1
2019-02-09Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-SimulacrumMazdak Farrokhzad-0/+43
2019-02-07disable tests in MiriRalf Jung-0/+43
2019-02-03liballoc: revert nested imports style changes.Mazdak Farrokhzad-78/+53
2019-02-02liballoc: elide &'static.Mazdak Farrokhzad-2/+2
2019-02-02liballoc: elide some lifetimes.Mazdak Farrokhzad-2/+2
2019-02-02liballoc: apply uniform_paths.Mazdak Farrokhzad-2/+2
2019-02-02liballoc: adjust abolute imports + more import fixes.Mazdak Farrokhzad-6/+6
2019-02-02liballoc: refactor & fix some imports.Mazdak Farrokhzad-62/+90
2019-01-30override `VecDeque`'s `Iter::try_fold`Andre Bogus-0/+37
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-4/+4
2018-12-25Remove licensesMark Rousskov-160/+0
2018-12-22Auto merge of #56842 - scottmcm:vecdeque-rotate, r=alexcrichtonbors-1/+136
2018-12-19Auto merge of #56550 - chpio:rc-eq, r=alexcrichtonbors-0/+84
2018-12-19Add more VecDeque::rotate_{left|right} testsScott McMurray-1/+136
2018-12-15Rollup merge of #56713 - xfix:vec-test-zst-capacity, r=TimNNPietro Albini-0/+5
2018-12-12Bump to 1.33.0Alex Crichton-4/+4
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-4/+4
2018-12-11Test capacity of ZST vectorKonrad Borowski-0/+5
2018-12-08Add Arc/Rc Eq testsThomas Heck-0/+84
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-4/+4
2018-12-04Replace usages of `..i + 1` ranges with `..=i`.Corey Farwell-9/+9
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-4/+1
2018-11-02Remove all jemalloc-related contentAlex Crichton-3/+0
2018-10-31Bump nightly to 1.32.0Alex Crichton-1/+0
2018-10-18Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut()Sebastian Dröge-1/+0
2018-10-18Stabilize slice::chunks_exact() and slice::chunks_exact_mut()Sebastian Dröge-1/+0
2018-10-18Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut()Sebastian Dröge-2/+115
2018-10-05Stabilize `min_const_fn`Oliver Schneider-1/+1
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-2/+1
2018-09-24Rename slice::exact_chunks() to slice::chunks_exact()Sebastian Dröge-16/+16
2018-09-05Auto merge of #52994 - varkor:trim_direction, r=alexcrichtonbors-30/+38
2018-09-04Breaking change upgradesMark Rousskov-2/+3
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-1/+2
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-1/+0
2018-08-19Remove old testsvarkor-50/+0
2018-08-18Auto merge of #52553 - Pazzaz:vecdeque-append, r=SimonSapinbors-0/+101
2018-08-15Test VecDeque append not dropping twicePazzaz-0/+25
2018-08-05Make features stable and clarify examplesvarkor-1/+0
2018-08-05Fix stage 2 testsvarkor-2/+0