summaryrefslogtreecommitdiff
path: root/src/unicode_tests.zig (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update Unicode version in README.mdGravatar Sam Atman2025-04-301-0/+1
* Allocation Failure TestsGravatar Sam Atman2025-04-301-1/+1
* Merge NormData with NormalizeGravatar Sam Atman2025-04-301-3/+2
* grapheme now Graphemes, Data files goneGravatar Sam Atman2025-04-301-4/+4
* Factor out 'Data' for grapheme and DisplayWidthGravatar Sam Atman2025-04-301-5/+5
* All the std.mem.Allocators that were stored just for init and deinitGravatar lch3612025-04-291-6/+6
* Add peek() to Grapheme.IteratorGravatar Sam Atman2024-11-021-0/+26
* Replace deprecated uses of std.mem.splitGravatar Sam Atman2024-11-021-8/+8
* NormData init now takes pointer to uninitialized Self to avoid stack copy iss...Gravatar Jose Colon Rodriguez2024-04-021-2/+3
* Split out Unicode tests to separate fileGravatar Jose Colon Rodriguez2024-03-281-0/+194