]> git.lizzy.rs Git - rust.git/commit
Refactored code into Searcher traits with naive implementations
authorMarvin Löbel <loebel.marvin@gmail.com>
Tue, 27 Jan 2015 13:09:18 +0000 (14:09 +0100)
committerMarvin Löbel <loebel.marvin@gmail.com>
Thu, 19 Feb 2015 23:57:38 +0000 (00:57 +0100)
commitf9ef8cd55512842f2481aac6332dbfb92df58c52
treeca3ad91d959a4cc95780dfed26f40337ffc72014
parent13ea9062a918e3e60d82186135610a575bf92394
Refactored code into Searcher traits with naive implementations

Made the family of Split iterators use the Pattern API

Renamed the Matcher traits into Searcher
src/compiletest/compiletest.rs
src/libcollections/str.rs
src/libcore/char.rs
src/libcore/slice.rs
src/libcore/str/mod.rs
src/libcore/str/pattern.rs
src/libcoretest/str.rs