summary refs log tree commit diff
path: root/src/liballoc/tests/slice.rs
AgeCommit message (Expand)AuthorLines
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