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