about summary refs log tree commit diff
path: root/src/libcoretest/str.rs
AgeCommit message (Expand)AuthorLines
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-6/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-13libcoretest: fix fallout in unit testsJorge Aparicio-6/+6
2014-11-20Add Utf16Encoder. Generalize Utf16CodeUnits for any Iterator<char>.Simon Sapin-0/+7
2014-11-16Move FromStr to core::strBrendan Zabarauskas-0/+7
2014-10-29collections: impl Deref for Vec/StringAlex Crichton-0/+69
2014-09-02core: Make TwoWaySearcher reset its prefix memory when shifting by bytesetnham-0/+6
2014-08-20Fix TwoWaySearcher to work when used with periodic needles.nham-0/+20
2014-08-19Add a test for the fix of issue 16589nham-0/+14