about summary refs log tree commit diff
path: root/src/libcoretest/slice.rs
AgeCommit message (Expand)AuthorLines
2015-08-12O(1) count,nth,last for slice::Windows,Chunks(Mut)Alex Ozdemir-0/+120
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-49/+0
2015-04-22Implement O(1) slice::Iter methods.Steven Allen-0/+31
2015-02-26remove some compiler warningsTshepang Lekhonkhobe-3/+3
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-6/+6
2015-01-30Remove all `i` suffixesTobias Bucher-10/+10
2015-01-07use slicing sugarJorge Aparicio-3/+3
2015-01-07falloutNick Cameron-8/+8
2015-01-07Replace full slice notation with index callsNick Cameron-7/+7
2014-12-30Fallout from stabilizationAaron Turon-11/+11
2014-11-26Test fixes and rebase conflictsAlex Crichton-1/+1
2014-11-25Add methods to go from a slice iterators to a slice.Huon Wilson-0/+49
2014-08-13core: Add binary_search and binary_search_elem methods to slices.Brian Anderson-0/+35