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