summary refs log tree commit diff
path: root/src/liballoc/tests/str.rs
AgeCommit message (Expand)AuthorLines
2019-03-16Rollup merge of #59206 - sntdevco:master, r=dtolnaykennytm-1/+1
2019-03-15Improved test output for liballoc/strsntdevco-1/+1
2019-03-10we can now skip should_panic tests with the libtest harnessRalf Jung-11/+0
2019-02-13review failures in binary_heap, str, vec_dequeRalf Jung-21/+18
2019-02-12New return types for str::escape_* that impl Display and Iterator<char>Simon Sapin-30/+31
2019-02-09Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-SimulacrumMazdak Farrokhzad-0/+21
2019-02-07disable tests in MiriRalf Jung-0/+21
2019-02-03liballoc: revert nested imports style changes.Mazdak Farrokhzad-9/+5
2019-02-02liballoc: elide &'static.Mazdak Farrokhzad-2/+2
2019-02-02liballoc: adjust abolute imports + more import fixes.Mazdak Farrokhzad-2/+2
2019-02-02liballoc: refactor & fix some imports.Mazdak Farrokhzad-6/+9
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-12Bump to 1.33.0Alex Crichton-4/+4
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-04Replace usages of `..i + 1` ranges with `..=i`.Corey Farwell-1/+1
2018-08-19Remove old testsvarkor-50/+0
2018-08-02Add trim_start, trim_end, trim_start_matches and trim_end_matchesvarkor-0/+58
2018-06-26removed slice_uncheked from src/liballoc/tests/str.rsnewpavlov-4/+4
2018-06-03impl Default for &mut strkennytm-0/+1
2018-06-01add more join testsEmerentius-0/+13
2018-05-21Avoid counting characters and add explanatory comment to testvarkor-0/+6
2018-05-21Only escape extended grapheme characters in the first positionvarkor-1/+1
2018-05-21Make {char, str}::escape_debug and impl Debug for {char, str} consistentvarkor-0/+1
2018-05-10Skip a memory-hungry test that OOMsAlex Crichton-0/+1
2018-04-30revise test gen macro for strMichael Lamparski-144/+81
2018-04-30decrease false negatives for str overflow testMichael Lamparski-1/+3
2018-04-30flesh out tests for SliceIndexMichael Lamparski-99/+378
2018-04-30collect str SliceIndex tests into a modMichael Lamparski-137/+140
2018-04-18fix my unit test that was horrendously wrongMichael Lamparski-3/+17
2018-04-17smaller PR just to fix #50002Michael Lamparski-0/+16
2018-04-12Merge unstable Utf16Encoder into EncodeUtf16Simon Sapin-2/+1
2018-04-12Merge core::unicode::str into core::strSimon Sapin-1/+1
2018-04-12Deprecate the std_unicode crateSimon Sapin-1/+1
2017-11-21fix some typosMartin Lindhe-3/+3
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-1/+0
2017-09-22Add support for `..=` syntaxAlex Burka-8/+8
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+1573