| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | All the std.mem.Allocators that were stored just for init and deinit | 2025-04-29 | 1 | -6/+6 | |
| | | | | | methods were removed, mem.Allocators were added to deinit as arguments. | ||||
| * | Add peek() to Grapheme.Iterator | 2024-11-02 | 1 | -0/+26 | |
| | | | | | | This does the expected thing: returns the next ?Grapheme without mutation of the iteration state. | ||||
| * | Replace deprecated uses of std.mem.split | 2024-11-02 | 1 | -8/+8 | |
| | | |||||
| * | NormData init now takes pointer to uninitialized Self to avoid stack copy ↵ | 2024-04-02 | 1 | -2/+3 | |
| | | | | | issues. | ||||
| * | Split out Unicode tests to separate file | 2024-03-28 | 1 | -0/+194 | |