about summary refs log tree commit diff
path: root/src/libcore/unicode/unicode_data.rs
AgeCommit message (Expand)AuthorLines
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-1/+50
2020-03-21Add a right shift mappingMark Rousskov-823/+780
2020-03-21Shrink bitset words through functional mappingMark Rousskov-409/+938
2020-03-20Pre-pop zero chunks before mapping LAST_CHUNK_MAPMark Rousskov-88/+72
2020-03-20Dynamically choose best chunk sizeMark Rousskov-115/+91
2020-03-11Regenerate tables for Unicode 13.0.0Josh Stone-364/+370
2020-01-14Replace old tables with new unicode dataMark Rousskov-0/+2343