about summary refs log tree commit diff
path: root/src/liballoc/tests/str.rs
AgeCommit message (Collapse)AuthorLines
2018-04-18fix my unit test that was horrendously wrongMichael Lamparski-3/+17
and add one for non-mut slicing since I touched that method too
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
And the UnicodeStr trait into StrExt
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
Many AsciiExt imports have become useless thanks to the inherent ascii methods added in the last commits. These were removed. In some places, I fully specified the ascii method being called to enforce usage of the AsciiExt trait. Note that some imports are not removed but tagged with a `#[cfg(stage0)]` attribute. This is necessary, because certain ascii methods are not yet available in stage0. All those imports will be removed later. Additionally, failing tests were fixed. The test suite should exit successfully now.
2017-09-22Add support for `..=` syntaxAlex Burka-8/+8
Add ..= to the parser Add ..= to libproc_macro Add ..= to ICH Highlight ..= in rustdoc Update impl Debug for RangeInclusive to ..= Replace `...` to `..=` in range docs Make the dotdoteq warning point to the ... Add warning for ... in expressions Updated more tests to the ..= syntax Updated even more tests to the ..= syntax Updated the inclusive_range entry in unstable book
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+1573