about summary refs log tree commit diff
path: root/src/liballoc/tests/str.rs
AgeCommit message (Expand)AuthorLines
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