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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcoretest
/
slice.rs
Age
Commit message (
Expand
)
Author
Lines
2017-04-03
Move libXtest into libX/tests
Stjepan Glavina
-291
/
+0
2017-03-31
Test sort algorithms using a random cmp function
Stjepan Glavina
-0
/
+12
2017-03-21
Unit test heapsort
Stjepan Glavina
-13
/
+31
2017-03-21
Implement feature sort_unstable
Stjepan Glavina
-3
/
+38
2016-11-26
Overload get{,_mut}{,_unchecked}
Steven Fackler
-0
/
+44
2016-01-22
Avoid bounds check for slice binary search
arthurprs
-5
/
+1
2015-08-12
O(1) count,nth,last for slice::Windows,Chunks(Mut)
Alex Ozdemir
-0
/
+120
2015-05-01
std: Remove index notation on slice iterators
Alex Crichton
-49
/
+0
2015-04-22
Implement O(1) slice::Iter methods.
Steven Allen
-0
/
+31
2015-02-26
remove some compiler warnings
Tshepang Lekhonkhobe
-3
/
+3
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-6
/
+6
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-10
/
+10
2015-01-07
use slicing sugar
Jorge Aparicio
-3
/
+3
2015-01-07
fallout
Nick Cameron
-8
/
+8
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-7
/
+7
2014-12-30
Fallout from stabilization
Aaron Turon
-11
/
+11
2014-11-26
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-11-25
Add methods to go from a slice iterators to a slice.
Huon Wilson
-0
/
+49
2014-08-13
core: Add binary_search and binary_search_elem methods to slices.
Brian Anderson
-0
/
+35