summary refs log tree commit diff
path: root/src/liballoc/tests/slice.rs
AgeCommit message (Expand)AuthorLines
2019-04-17test sort_unstable in MiriRalf Jung-3/+3
2019-04-16Miri now supports entropy, but is still slowRalf Jung-6/+15
2019-03-10enabled too many testsRalf Jung-0/+2
2019-03-10we can now skip should_panic tests with the libtest harnessRalf Jung-18/+0
2019-02-13review failures in heap, slice, vecRalf Jung-2/+20
2019-02-09Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-SimulacrumMazdak Farrokhzad-0/+2
2019-02-07disable tests in MiriRalf Jung-0/+2
2019-02-03liballoc: revert nested imports style changes.Mazdak Farrokhzad-15/+11
2019-02-02liballoc: refactor & fix some imports.Mazdak Farrokhzad-13/+16
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-2/+2
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-3/+3
2018-10-18Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut()Sebastian Dröge-2/+114
2018-09-24Rename slice::exact_chunks() to slice::chunks_exact()Sebastian Dröge-15/+15
2018-09-04Breaking change upgradesMark Rousskov-2/+3
2018-07-27Incorporate a stray testShotaro Yamada-0/+11
2018-06-01add more join testsEmerentius-0/+9
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-0/+1
2018-03-27Rollup merge of #48639 - varkor:sort_by_key-cached, r=blusskennytm-3/+16
2018-03-19Add stability test for sort_by_cached_keyvarkor-3/+8
2018-03-17update FIXME(#5244) to point to RFC 1109 (Non-Copy array creation ergonomics)Niv Kaminer-1/+1
2018-03-16Add sort_by_cached_key methodvarkor-3/+6
2018-03-16Add a test for sort_by_keyvarkor-0/+5
2018-03-11Update Cargo submoduleAlex Crichton-0/+165
2018-01-15Rollup merge of #47126 - sdroege:exact-chunks, r=blusskennytm-2/+58
2018-01-13Add unit tests for exact_chunks/exact_chunks_mutSebastian Dröge-0/+56
2018-01-13Use assert_eq!() instead of assert!(a == b) in slice chunks_mut() unit testSebastian Dröge-2/+2
2017-12-24Deprecate [T]::rotate in favor of [T]::rotate_{left,right}.Corey Farwell-8/+43
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-1/+2
2017-06-24Improve sort tests and benchmarksStjepan Glavina-12/+38
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+1225