about summary refs log tree commit diff
path: root/src/libcoretest/str.rs
AgeCommit message (Expand)AuthorLines
2015-04-05Moved coretest::str tests into collectiontest::strMarvin Löbel-375/+1
2015-04-05Refactored core::str::pattern to become a user-facing module and hide awayMarvin Löbel-4/+4
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-4/+4
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-9/+9
2015-03-23Remove auto-deref'ing Pattern impl because it conflicts with otherNiko Matsakis-2/+0
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+1
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-4/+2
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-16/+16
2015-02-20Fix tidy and rebase falloutMarvin Löbel-2/+144
2015-02-20Added a Pattern impl that delegates to the dereference of a type.Marvin Löbel-0/+10
2015-02-20Refactored code into Searcher traits with naive implementationsMarvin Löbel-3/+3
2015-02-20Added string pattern traits and basic implementantionsMarvin Löbel-0/+7
2015-02-20Added benchmarks for string pattern matching functionsMarvin Löbel-0/+107
2015-02-04remove all kind annotations from closuresJorge Aparicio-6/+6
2015-01-30std: Stabilize FromStr and parseAlex Crichton-3/+3
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