about summary refs log tree commit diff
path: root/src/libcore/unicode
AgeCommit message (Collapse)AuthorLines
2018-05-21Fix tables.rsvarkor-6/+45
2018-05-21Avoid counting characters and add explanatory comment to testvarkor-1/+1
2018-05-21Use Grapheme_Extend instead of Mnvarkor-166/+129
2018-05-21Use the correct output directory for downloading Unicode filesvarkor-2/+1
2018-05-21Escape combining characters in escape_debugvarkor-1/+1
2018-05-21Keep tables.rs copyright notice up to datevarkor-5/+5
2018-05-21Download unicode data files in directory of unicode.pyvarkor-7/+11
2018-05-21Update unicode/tables.rs with Mnvarkor-1/+121
2018-05-01Fix a warning in libcore on 16bit targets.Vadzim Dambrouski-8/+8
This code is assuming that usize >= 32bits, but it is not the case on 16bit targets. It is producing a warning that will fail the compilation on MSP430 if deny(warnings) is enabled. It is very unlikely that someone would actually use this code on a microcontroller, but since unicode was merged into libcore we have compile it on 16bit targets.
2018-04-12Mark the rest of the `unicode` feature flag as perma-unstable.Simon Sapin-1/+1
2018-04-12Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION.Simon Sapin-0/+3
2018-04-12Move core::char::printable to core::unicode::printableSimon Sapin-0/+786
2018-04-12Merge unstable Utf16Encoder into EncodeUtf16Simon Sapin-58/+0
2018-04-12Merge core::unicode::str into core::strSimon Sapin-188/+58
And the UnicodeStr trait into StrExt
2018-04-12Remove the CharExt trait, now that libcore has inherent methods for charSimon Sapin-6/+3
2018-04-12Move the rest of core::unicode::char to core::unicodeSimon Sapin-1438/+0
2018-04-12Move char decoding iterators into a separate private module.Simon Sapin-129/+0
2018-04-12Reexport from core::unicode::char in core::char rather than vice versaSimon Sapin-23/+4
2018-04-12Move contents of libstd_unicode into libcoreSimon Sapin-0/+4782