about summary refs log tree commit diff
path: root/src/tools/unicode-table-generator
AgeCommit message (Expand)AuthorLines
2021-10-06Let unicode-table-generator fail gracefully for bitsetsJosh Stone-4/+6
2021-10-06Redo #81358 in unicode-table-generatorJosh Stone-7/+15
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2020-08-24unicode_table_generator: fix clippy::writeln_empty_string, clippy::useless_fo...Matthias Krüger-6/+6
2020-08-06Fix typo "biset" -> "bitset"Izzy Swart-1/+1
2020-07-27mv std libs to library/mark-1/+1
2020-06-10Migrate to numeric associated constsLzu Tao-1/+1
2020-04-11Store UNICODE_VERSION as a tuplePyfisch-1/+1
2020-03-27Update the documentation commentMark Rousskov-39/+73
2020-03-27Remove separate encoding for a single nonzero-mapping byteMark Rousskov-31/+2
2020-03-27Add skip list based implementation for smaller encodingMark Rousskov-42/+222
2020-03-24Add richer printingMark Rousskov-1/+9
2020-03-21Avoid relying on const parameters to functionMark Rousskov-4/+4
2020-03-21Arrange for zero to be canonicalMark Rousskov-1/+15
2020-03-21Push the byte of LAST_CHUNK_MAP into the arrayMark Rousskov-11/+14
2020-03-21Deduplicate test and primary range_search definitionsMark Rousskov-55/+53
2020-03-21Add a right shift mappingMark Rousskov-8/+32
2020-03-21Shrink bitset words through functional mappingMark Rousskov-19/+249
2020-03-20Pre-pop zero chunks before mapping LAST_CHUNK_MAPMark Rousskov-8/+16
2020-03-20Generate tests for Unicode property dataMark Rousskov-0/+101
2020-03-20Dynamically choose best chunk sizeMark Rousskov-19/+39
2020-03-20Avoid re-fetching Unicode dataMark Rousskov-3/+8
2020-03-03Use .next() instead of .nth(0) on iterators.Matthias Krüger-1/+1
2020-01-14Add unicode table generatorMark Rousskov-0/+545