summary refs log tree commit diff
path: root/src/libcore/char/mod.rs
AgeCommit message (Expand)AuthorLines
2019-02-13Stabilize TryFrom and TryIntoSimon Sapin-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-08-04Remove explicit returns where unnecessaryljedrz-2/+2
2018-07-30Remove unstable and deprecated APIsSimon Sapin-5/+0
2018-05-30mod.rs isn't beautifuluuttff8-4/+4
2018-04-24Rollup merge of #49970 - SimonSapin:deprecate, r=sfacklerkennytm-0/+3
2018-04-20Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-1/+1
2018-04-15Deprecate Read::chars and char::decode_utf8Simon Sapin-0/+3
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-1/+0
2018-04-12Remove the CharExt trait, now that libcore has inherent methods for charSimon Sapin-28/+0
2018-04-12Move the rest of core::unicode::char to core::unicodeSimon Sapin-150/+138
2018-04-12Move char conversions into a separate private module.Simon Sapin-290/+11
2018-04-12Move char decoding iterators into a separate private module.Simon Sapin-120/+6
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/+928