about summary refs log tree commit diff
path: root/src/libcore/unicode
AgeCommit message (Expand)AuthorLines
2020-04-23Stabilize UNICODE_VERSION (feature unicode_version)Pyfisch-1/+6
2020-04-11Store UNICODE_VERSION as a tuplePyfisch-28/+5
2020-03-27Remove separate encoding for a single nonzero-mapping byteMark Rousskov-15/+7
2020-03-27Add skip list based implementation for smaller encodingMark Rousskov-777/+244
2020-03-21Avoid relying on const parameters to functionMark Rousskov-4/+4
2020-03-21Arrange for zero to be canonicalMark Rousskov-252/+227
2020-03-21Push the byte of LAST_CHUNK_MAP into the arrayMark Rousskov-35/+35
2020-03-21Deduplicate test and primary range_search definitionsMark Rousskov-46/+50
2020-03-21Add a right shift mappingMark Rousskov-825/+782
2020-03-21Shrink bitset words through functional mappingMark Rousskov-413/+962
2020-03-20Pre-pop zero chunks before mapping LAST_CHUNK_MAPMark Rousskov-88/+72
2020-03-20Dynamically choose best chunk sizeMark Rousskov-119/+95
2020-03-11Regenerate tables for Unicode 13.0.0Josh Stone-445/+462
2020-01-14Replace old tables with new unicode dataMark Rousskov-3179/+2343
2020-01-14Add support code for new unicode_data moduleMark Rousskov-5/+49
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-1/+1
2019-11-29Make libcore/unicode/tables.rs compatible with rustfmtDavid Tolnay-29/+36
2019-11-29Make libcore/unicode/printable.rs compatible with rustfmtDavid Tolnay-4/+11
2019-11-26Format libcore with rustfmtDavid Tolnay-6/+6
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