about summary refs log tree commit diff
path: root/src/libcore/char/mod.rs
AgeCommit message (Expand)AuthorLines
2020-04-23Stabilize UNICODE_VERSION (feature unicode_version)Pyfisch-3/+1
2020-04-11Store UNICODE_VERSION as a tuplePyfisch-2/+0
2020-01-14Replace old tables with new unicode dataMark Rousskov-2/+2
2019-11-26Format libcore with rustfmtDavid Tolnay-41/+40
2019-04-19libcore: deny more...Mazdak Farrokhzad-6/+6
2019-04-18libcore => 2018Taiki Endo-4/+4
2019-03-19Rollup merge of #58778 - xfix:exact_size_case_mapping_iter, r=SimonSapinMazdak Farrokhzad-0/+22
2019-03-19Update since annotation for ExactSizeIterator for ToUppercase/LowercaseKonrad Borowski-2/+2
2019-02-27Implement ExactSizeIterator for ToLowercase and ToUppercaseKonrad Borowski-0/+22
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