summary refs log tree commit diff
path: root/src/libcollectionstest/str.rs
AgeCommit message (Expand)AuthorLines
2017-01-03Auto merge of #38066 - bluss:string-slice-error, r=sfacklerbors-2/+14
2016-11-30Use more specific panic message for &str slicing errorsUlrik Sverdrup-2/+14
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-2/+2
2016-11-20Auto merge of #37888 - bluss:chars-count, r=alexcrichtonbors-0/+1
2016-11-20Optimise CharIndices::last()Oliver Middleton-0/+8
2016-11-19str: Improve .chars().count()Ulrik Sverdrup-0/+1
2016-11-19Optimise Chars::last()Oliver Middleton-0/+8
2016-10-11Rollup merge of #36699 - bluss:repeat-str, r=alexcrichtonGuillaume Gomez-0/+7
2016-10-11Add method str::repeat(self, usize) -> StringUlrik Sverdrup-0/+7
2016-09-28[breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur...tormol-4/+4
2016-09-13Add tests for str::replacenknight42-0/+14
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-11/+11
2016-07-26Restore `char::escape_default` and add `char::escape` insteadTobias Bucher-1/+15
2016-07-23Escape fewer Unicode codepoints in `Debug` impl of `str`Tobias Bucher-4/+6
2016-06-09clean up for test casesSrinivas Reddy Thatiparthy-14/+14
2016-06-09remove redundant assert statementsSrinivas Reddy Thatiparthy-2/+0
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-58/+0
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