summary refs log tree commit diff
path: root/src/liballoc/tests
AgeCommit message (Expand)AuthorLines
2019-05-25add test checking that Vec push/pop does not invalidate pointersRalf Jung-0/+21
2019-05-23fix dangling reference in Vec::appendRalf Jung-2/+3
2019-05-19Rollup merge of #60931 - cuviper:array-iter, r=KodrAusMazdak Farrokhzad-2/+2
2019-05-17Use iter() for iterating arrays by sliceJosh Stone-2/+2
2019-05-09make vecdeque_rotate stableDodo-1/+0
2019-04-20Deny rust_2018_idioms in liballoc testsPhilipp Hansch-14/+15
2019-04-17test sort_unstable in MiriRalf Jung-3/+3
2019-04-16Miri now supports entropy, but is still slowRalf Jung-7/+16
2019-03-29improve worst-case performance of BTreeSet difference and intersectionStein Somers-0/+61
2019-03-16Rollup merge of #59206 - sntdevco:master, r=dtolnaykennytm-1/+1
2019-03-15Improved test output for liballoc/strsntdevco-1/+1
2019-03-10enabled too many testsRalf Jung-1/+3
2019-03-10we can now skip should_panic tests with the libtest harnessRalf Jung-57/+1
2019-02-25Remove some unnecessary 'extern crate'Taiki Endo-3/+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-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