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