summary refs log tree commit diff
path: root/src/libcore/str/pattern.rs
AgeCommit message (Expand)AuthorLines
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-43/+125
2015-03-23Remove auto-deref'ing Pattern impl because it conflicts with otherNiko Matsakis-13/+7
2015-03-19Fix spelling errors in comments.Joseph Crail-2/+2
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-02-20Addressed PR commentsMarvin Löbel-44/+169
2015-02-20Fix tidy and rebase falloutMarvin Löbel-8/+19
2015-02-20Added a Pattern impl that delegates to the dereference of a type.Marvin Löbel-11/+75
2015-02-20Refactored code into Searcher traits with naive implementationsMarvin Löbel-38/+219
2015-02-20Made match_indices use the generic pattern APIMarvin Löbel-5/+6
2015-02-20Made str::MatchIndices a private implementantion detailMarvin Löbel-2/+2
2015-02-20Added string pattern traits and basic implementantionsMarvin Löbel-0/+113