about summary refs log tree commit diff
path: root/src/libcore/unicode/unicode.py
AgeCommit message (Expand)AuthorLines
2020-01-14Replace old tables with new unicode dataMark Rousskov-878/+0
2019-11-29Make libcore/unicode/tables.rs compatible with rustfmtDavid Tolnay-16/+20
2019-09-04remove XID and Pattern_White_Space unicode tables from libcoreAleksey Kladov-5/+4
2019-08-05Make some items in core::unicode privateMatthew Jasper-4/+4
2019-07-12allow clippy::unreadable_literal in unicode tablesAndy Russell-3/+3
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
2018-12-25Remove licensesMark Rousskov-20/+1
2018-06-17Treat gc=No characters as numericDavid Corbett-1/+1
2018-05-21Fix tables.rsvarkor-1/+1
2018-05-21Avoid counting characters and add explanatory comment to testvarkor-1/+1
2018-05-21Use Grapheme_Extend instead of Mnvarkor-2/+3
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-4/+4
2018-05-21Download unicode data files in directory of unicode.pyvarkor-7/+11
2018-05-21Update unicode/tables.rs with Mnvarkor-1/+1
2018-04-12Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION.Simon Sapin-0/+1
2018-04-12Remove the CharExt trait, now that libcore has inherent methods for charSimon Sapin-1/+1
2018-04-12Move contents of libstd_unicode into libcoreSimon Sapin-0/+501