summary refs log tree commit diff
path: root/src/libcore/tests/slice.rs
AgeCommit message (Expand)AuthorLines
2018-01-18Rollup merge of #47333 - arthurprs:iter-position-bounds-check, r=dtolnaykennytm-0/+19
2018-01-15Rollup merge of #47126 - sdroege:exact-chunks, r=blusskennytm-8/+112
2018-01-13Add unit tests for exact_chunks/exact_chunks_mutSebastian Dröge-0/+104
2018-01-13Test the whole chunks instead of just an element in the chunks/chunks_mut testsSebastian Dröge-8/+8
2018-01-12Optimize slice.{r}position result bounds checkarthurprs-0/+19
2018-01-09Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichtonCorey Farwell-3/+18
2018-01-03Add unit test for zipping slice::{Chunks, ChunksMut, Windows} iteratorsSebastian Dröge-0/+39
2017-12-24Deprecate [T]::rotate in favor of [T]::rotate_{left,right}.Corey Farwell-3/+18
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-68/+0
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-68/+0
2017-11-17Auto merge of #45595 - scottmcm:iter-try-fold, r=dtolnaybors-0/+17
2017-11-11Improve the performance of binary_search by reducing the number ofAlkis Evlogimenos-13/+50
2017-10-29Fundamental internal iteration with try_foldScott McMurray-0/+17
2017-08-02Fixed errors in libstd.Isaac van Bakel-6/+6
2017-05-21Stop returning k from [T]::rotateScott McMurray-2/+2
2017-05-21Add an in-place rotate method for slices to libcoreScott McMurray-0/+16
2017-04-08slice: Implement .rfind() for slice iterators Iter and IterMutUlrik Sverdrup-0/+13
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+291