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