about summary refs log tree commit diff
path: root/src/libcollectionstest/str.rs
AgeCommit message (Expand)AuthorLines
2016-04-14Rollup merge of #32869 - bluss:char-boundary-test, r=brsonSteve Klabnik-0/+16
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-0/+6
2016-04-10Add test for is_char_boundaryUlrik Sverdrup-0/+16
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-6/+4
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-2/+0
2016-03-05Fix panic on string slicing error to truncate the stringUlrik Sverdrup-0/+20
2016-03-01Changed `std::pattern::Pattern` impl on `&'a &'a str` to `&'a &'b str`Marvin Löbel-0/+13
2016-02-03Add tests for `Cow::from` for strings, vectors and slicesTobias Bucher-0/+11
2016-01-16Auto merge of #30740 - bluss:ascii-is-the-best, r=brsonbors-0/+12
2016-01-12Add fast path for ASCII in UTF-8 validationUlrik Sverdrup-0/+12
2015-12-07Let str::replace take a patternWilliam Throwe-0/+9
2015-10-24Add assertions to test_total_ord for strKevin Butler-5/+5
2015-10-24Remove unnecessary String allocations from str testsKevin Butler-50/+30
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-09-25std: Update MatchIndices to return a subsliceAlex Crichton-2/+2
2015-09-03std: Account for CRLF in {str, BufRead}::linesAlex Crichton-2/+2
2015-08-31Auto merge of #28101 - ijks:24214-str-bytes, r=alexcrichtonbors-0/+31
2015-08-30Add overrides to iterator methods for `str::Bytes`Daan Rijks-0/+31
2015-08-18Auto merge of #27474 - bluss:twoway-reverse, r=brsonbors-0/+20
2015-08-14Auto merge of #27696 - bluss:into-boxed-str, r=alexcrichtonbors-2/+2
2015-08-13Rename String::into_boxed_slice -> into_boxed_strUlrik Sverdrup-2/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-559/+0
2015-08-02StrSearcher: Add tests for rfind(&str)Ulrik Sverdrup-0/+20
2015-07-29implement Clone for Box<str>, closes #27323Alexis Beingessner-0/+8
2015-07-13Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichtonbors-0/+12
2015-07-13Add str::split_at_mutSimon Sapin-0/+12
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-15/+15
2015-07-11Add String::into_boxed_slice and Box<str>::into_stringJonathan Reem-0/+8
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-15/+15
2015-06-21StrSearcher: Update substring search to use the Two Way algorithmUlrik Sverdrup-1/+9
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