index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
str
/
pattern.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-4
/
+4
2015-04-05
Added smoke tests for new methods.
Marvin Löbel
-10
/
+23
2015-04-05
Refactored core::str::pattern to become a user-facing module and hide away
Marvin Löbel
-9
/
+14
2015-04-05
Implemented remaining string pattern iterators.
Marvin Löbel
-70
/
+113
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-43
/
+125
2015-03-23
Remove auto-deref'ing Pattern impl because it conflicts with other
Niko Matsakis
-13
/
+7
2015-03-19
Fix spelling errors in comments.
Joseph Crail
-2
/
+2
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-02-20
Addressed PR comments
Marvin Löbel
-44
/
+169
2015-02-20
Fix tidy and rebase fallout
Marvin Löbel
-8
/
+19
2015-02-20
Added a Pattern impl that delegates to the dereference of a type.
Marvin Löbel
-11
/
+75
2015-02-20
Refactored code into Searcher traits with naive implementations
Marvin Löbel
-38
/
+219
2015-02-20
Made match_indices use the generic pattern API
Marvin Löbel
-5
/
+6
2015-02-20
Made str::MatchIndices a private implementantion detail
Marvin Löbel
-2
/
+2
2015-02-20
Added string pattern traits and basic implementantions
Marvin Löbel
-0
/
+113