about summary refs log tree commit diff
path: root/src/libcore/unicode/unicode.py
AgeCommit message (Expand)AuthorLines
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