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