summary refs log tree commit diff
path: root/src/libcollectionstest/str.rs
AgeCommit message (Expand)AuthorLines
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+2
2015-06-11Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichtonbors-0/+20
2015-06-10Add str::split_atUlrik Sverdrup-0/+20
2015-06-09Auto merge of #26039 - SimonSapin:case-mapping, r=alexcrichtonbors-0/+39
2015-06-08Address a review comment and fix a bootstrapping issueSimon Sapin-1/+27
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-36/+36
2015-06-06Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035.Simon Sapin-0/+13
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-2/+2
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-2/+8
2015-04-10std: Stabilize the Utf8Error typeAlex Crichton-1/+1
2015-04-08Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichtonbors-1/+0
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-1/+0
2015-04-05Added smoke tests for new methods.Marvin Löbel-12/+137
2015-04-05Moved coretest::str tests into collectiontest::strMarvin Löbel-1/+375
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-7/+7
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-1/+1
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-48/+48
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-61/+48
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-1/+1
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-2/+2
2015-03-19StrExt::splitn should not require a DoubleEndedSearcherJake Goulding-0/+14
2015-03-19Introduce rsplitJake Goulding-0/+14
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-0/+1668