about summary refs log tree commit diff
path: root/src/tools/unicode-table-generator
AgeCommit message (Expand)AuthorLines
2025-02-08Rustfmtbjorn3-21/+27
2024-11-27update cfgsBoxy-5/+0
2024-11-12stabilize const_unicode_case_lookupRalf Jung-0/+5
2024-11-06Auto merge of #132500 - RalfJung:char-is-whitespace-const, r=jhprattbors-1/+1
2024-11-03Rollup merge of #132499 - RalfJung:unicode_data.rs, r=tgross35Matthias Krüger-1/+1
2024-11-02make char::is_whitespace unstably constRalf Jung-1/+1
2024-11-02unicode_data.rs: show command for generating fileRalf Jung-1/+1
2024-11-02get rid of a whole bunch of unnecessary rustc_const_unstable attributesRalf Jung-6/+0
2024-10-20Rollup merge of #131647 - jieyouxu:unicode-table-generator, r=Mark-SimulacrumMatthias Krüger-5/+3
2024-10-13unicode-table-generator: sync comments许杰友 Jieyou Xu (Joe)-4/+2
2024-10-13unicode-table-generator: match bin name with tool name许杰友 Jieyou Xu (Joe)-1/+1
2024-10-13switch unicode-data back to 'static'Ralf Jung-4/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-29/+23
2024-07-29Reformat `use` declarations.Nicholas Nethercote-11/+15
2024-04-20Add a lower bound check to `unicode-table-generator` outputArpad Borsos-3/+27
2023-04-12remove some unneeded importsKaDiWa-2/+0
2023-03-21Use hex literal for INDEX_MASKMartin Gammelsæter-1/+1
2023-03-16Improve case mapping encoding schemeMartin Gammelsæter-49/+54
2023-03-16Split unicode case LUTs in single and multi variantsMartin Gammelsæter-13/+45
2023-03-15Skip serializing ascii chars in case LUTsMartin Gammelsæter-14/+11
2022-09-04Address feedback from PR #101401Sage Mitchell-4/+8
2022-09-04Make `char::is_lowercase` and `char::is_uppercase` constSage Mitchell-10/+16
2022-08-28Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillotbors-6/+2
2022-08-27Rollup merge of #100924 - est31:closure_to_fn_ptr, r=Mark-SimulacrumYuki Okushi-17/+16
2022-08-23Change hint to correct pathest31-1/+1
2022-08-23Simplify unicode_downloads.rsest31-16/+15
2022-08-13avoid cloning and then iteratingKaDiWa-6/+2
2022-07-20add #inlineBruce A. MacNaughton-0/+1
2022-07-19formattedBruce A. MacNaughton-34/+20
2022-07-19working updatesBruce A. MacNaughton-2/+108
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-8/+7
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