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
/
libcoretest
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-05
Moved coretest::str tests into collectiontest::str
Marvin Löbel
-375
/
+1
2015-04-05
Refactored core::str::pattern to become a user-facing module and hide away
Marvin Löbel
-4
/
+4
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-4
/
+4
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-9
/
+9
2015-03-23
Remove auto-deref'ing Pattern impl because it conflicts with other
Niko Matsakis
-2
/
+0
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-1
/
+1
2015-03-01
remove some compiler warnings
Tshepang Lekhonkhobe
-4
/
+2
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-16
/
+16
2015-02-20
Fix tidy and rebase fallout
Marvin Löbel
-2
/
+144
2015-02-20
Added a Pattern impl that delegates to the dereference of a type.
Marvin Löbel
-0
/
+10
2015-02-20
Refactored code into Searcher traits with naive implementations
Marvin Löbel
-3
/
+3
2015-02-20
Added string pattern traits and basic implementantions
Marvin Löbel
-0
/
+7
2015-02-20
Added benchmarks for string pattern matching functions
Marvin Löbel
-0
/
+107
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-6
/
+6
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-3
/
+3
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-6
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+2
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-12-13
libcoretest: fix fallout in unit tests
Jorge Aparicio
-6
/
+6
2014-11-20
Add Utf16Encoder. Generalize Utf16CodeUnits for any Iterator<char>.
Simon Sapin
-0
/
+7
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-0
/
+7
2014-10-29
collections: impl Deref for Vec/String
Alex Crichton
-0
/
+69
2014-09-02
core: Make TwoWaySearcher reset its prefix memory when shifting by byteset
nham
-0
/
+6
2014-08-20
Fix TwoWaySearcher to work when used with periodic needles.
nham
-0
/
+20
2014-08-19
Add a test for the fix of issue 16589
nham
-0
/
+14