summary refs log tree commit diff
path: root/src/libcore/char
AgeCommit message (Expand)AuthorLines
2018-04-24Rollup merge of #49970 - SimonSapin:deprecate, r=sfacklerkennytm-0/+14
2018-04-20Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-4/+4
2018-04-15Deprecate Read::chars and char::decode_utf8Simon Sapin-0/+14
2018-04-12Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION.Simon Sapin-3/+3
2018-04-12Move core::char::printable to core::unicode::printableSimon Sapin-787/+1
2018-04-12Remove the CharExt trait, now that libcore has inherent methods for charSimon Sapin-181/+104
2018-04-12Move the rest of core::unicode::char to core::unicodeSimon Sapin-150/+1580
2018-04-12Move char conversions into a separate private module.Simon Sapin-290/+315
2018-04-12Move char decoding iterators into a separate private module.Simon Sapin-120/+265
2018-04-12Reexport from core::unicode::char in core::char rather than vice versaSimon Sapin-0/+12
2018-04-12Move the core::char module to its own directorySimon Sapin-0/+1713