about summary refs log tree commit diff
path: root/src/libcore/unicode
AgeCommit message (Expand)AuthorLines
2019-09-06it's more pythonic to use 'is not None' in python filesGuanqun Lu-1/+1
2019-09-04remove XID and Pattern_White_Space unicode tables from libcoreAleksey Kladov-385/+4
2019-08-05Make some items in core::unicode privateMatthew Jasper-20/+20
2019-07-26Rollup merge of #62084 - euclio:unicode-table-tweak, r=kennytmMazdak Farrokhzad-2/+2
2019-07-12allow clippy::unreadable_literal in unicode tablesAndy Russell-4/+4
2019-07-12Regenerate character tables for Unicode 12.1Josh Stone-734/+765
2019-07-12Update unicode scripts for the current coding styleJosh Stone-5/+5
2019-07-06Rollup merge of #60081 - pawroman:cleanup_unicode_script, r=varkorMazdak Farrokhzad-352/+740
2019-07-01Address review remarks in unicode.pyPaweł Romanowski-55/+61
2019-06-10Apply suggestions from code reviewPaweł Romanowski-4/+5
2019-04-19Refactor and document unicode.py scriptPaweł Romanowski-302/+518
2019-04-18Fix tidy errorsPaweł Romanowski-2/+3
2019-04-18More cleanups for unicode.pyPaweł Romanowski-25/+23
2019-04-18Clean up unicode.py scriptPaweł Romanowski-103/+269
2019-04-18libcore => 2018Taiki Endo-5/+5
2018-12-25Remove licensesMark Rousskov-90/+1
2018-12-04cleanup: remove static lifetimes from constsljedrz-6/+6
2018-11-10revert making internal APIs const fn.Mazdak Farrokhzad-1/+1
2018-11-10constify parts of libcore.Mazdak Farrokhzad-2/+1
2018-08-01Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichtonbors-30/+44
2018-07-06Handle array manually in string case conversion methodsPazzaz-0/+3
2018-06-17Treat gc=No characters as numericDavid Corbett-30/+44
2018-06-11Regenerate character tables for Unicode 11Josh Stone-1120/+1214
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
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
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