index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
tests
/
slice.rs
Age
Commit message (
Expand
)
Author
Lines
2018-01-18
Rollup merge of #47333 - arthurprs:iter-position-bounds-check, r=dtolnay
kennytm
-0
/
+19
2018-01-15
Rollup merge of #47126 - sdroege:exact-chunks, r=bluss
kennytm
-8
/
+112
2018-01-13
Add unit tests for exact_chunks/exact_chunks_mut
Sebastian Dröge
-0
/
+104
2018-01-13
Test the whole chunks instead of just an element in the chunks/chunks_mut tests
Sebastian Dröge
-8
/
+8
2018-01-12
Optimize slice.{r}position result bounds check
arthurprs
-0
/
+19
2018-01-09
Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichton
Corey Farwell
-3
/
+18
2018-01-03
Add unit test for zipping slice::{Chunks, ChunksMut, Windows} iterators
Sebastian Dröge
-0
/
+39
2017-12-24
Deprecate [T]::rotate in favor of [T]::rotate_{left,right}.
Corey Farwell
-3
/
+18
2017-11-20
Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon
bors
-68
/
+0
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-68
/
+0
2017-11-17
Auto merge of #45595 - scottmcm:iter-try-fold, r=dtolnay
bors
-0
/
+17
2017-11-11
Improve the performance of binary_search by reducing the number of
Alkis Evlogimenos
-13
/
+50
2017-10-29
Fundamental internal iteration with try_fold
Scott McMurray
-0
/
+17
2017-08-02
Fixed errors in libstd.
Isaac van Bakel
-6
/
+6
2017-05-21
Stop returning k from [T]::rotate
Scott McMurray
-2
/
+2
2017-05-21
Add an in-place rotate method for slices to libcore
Scott McMurray
-0
/
+16
2017-04-08
slice: Implement .rfind() for slice iterators Iter and IterMut
Ulrik Sverdrup
-0
/
+13
2017-04-03
Move libXtest into libX/tests
Stjepan Glavina
-0
/
+291