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
/
libcollectionstest
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+2
2015-06-11
Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichton
bors
-0
/
+20
2015-06-10
Add str::split_at
Ulrik Sverdrup
-0
/
+20
2015-06-09
Auto merge of #26039 - SimonSapin:case-mapping, r=alexcrichton
bors
-0
/
+39
2015-06-08
Address a review comment and fix a bootstrapping issue
Simon Sapin
-1
/
+27
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-36
/
+36
2015-06-06
Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035.
Simon Sapin
-0
/
+13
2015-04-21
implement rfc 1054: split_whitespace() fn, deprecate words()
kwantam
-2
/
+2
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-2
/
+8
2015-04-10
std: Stabilize the Utf8Error type
Alex Crichton
-1
/
+1
2015-04-08
Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichton
bors
-1
/
+0
2015-04-08
Make `sum` and `product` inherent methods on `Iterator`
Tobias Bucher
-1
/
+0
2015-04-05
Added smoke tests for new methods.
Marvin Löbel
-12
/
+137
2015-04-05
Moved coretest::str tests into collectiontest::str
Marvin Löbel
-1
/
+375
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-7
/
+7
2015-03-31
rollup merge of #23288: alexcrichton/issue-19470
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-48
/
+48
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-61
/
+48
2015-03-31
std: Remove #[old_orphan_check] from PartialEq
Alex Crichton
-1
/
+1
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-2
/
+2
2015-03-19
StrExt::splitn should not require a DoubleEndedSearcher
Jake Goulding
-0
/
+14
2015-03-19
Introduce rsplit
Jake Goulding
-0
/
+14
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-0
/
+1668