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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
str
/
pattern.rs
Age
Commit message (
Expand
)
Author
Lines
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-11
/
+11
2017-07-23
Fix some doc/comment typos.
Bruce Mitchener
-3
/
+3
2017-07-20
std: Cut down #[inline] annotations where not necessary
Alex Crichton
-3
/
+3
2017-06-17
Inline StrSearcher::haystack()
Alexander Bulaev
-1
/
+4
2017-05-19
Try to optimise char patterns
Simonas Kazlauskas
-1
/
+27
2017-02-09
name anonymous fn parameters in libcore traits
Trevor Spiteri
-3
/
+3
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-2
/
+0
2016-06-23
Use `len` instead of `size_hint` where appropiate
Tobias Bucher
-4
/
+4
2016-03-20
libcore: add Debug implementations to most missing types
Sean McArthur
-3
/
+15
2016-03-01
Changed `std::pattern::Pattern` impl on `&'a &'a str` to `&'a &'b str`
Marvin Löbel
-1
/
+1
2015-08-18
Auto merge of #27474 - bluss:twoway-reverse, r=brson
bors
-64
/
+193
2015-08-16
StrSearcher: Additional comments and small code moves
Ulrik Sverdrup
-19
/
+27
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-1
/
+2
2015-08-07
StrSearcher: Improve inner loop in TwoWaySearcher::next, next_back
Ulrik Sverdrup
-10
/
+22
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-08-02
StrSearcher: Implement the full two way algorithm in reverse for rfind
Ulrik Sverdrup
-49
/
+158
2015-07-29
std: Remove the curious inner module
Alex Crichton
-1
/
+1
2015-07-04
core: Use memcmp in is_prefix_of / is_suffix_of
Ulrik Sverdrup
-5
/
+4
2015-06-24
StrSearcher: Explicitly separate the long and short cases
Ulrik Sverdrup
-5
/
+11
2015-06-21
StrSearcher: Use trait to specialize two way algorithm by case
Ulrik Sverdrup
-57
/
+133
2015-06-21
StrSearcher: Specialize is_prefix_of/is_suffix_of for &str
Ulrik Sverdrup
-17
/
+33
2015-06-21
StrSearcher: Update substring search to use the Two Way algorithm
Ulrik Sverdrup
-127
/
+465
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-0
/
+3
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