| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-27 | code style: use `@splat` where possible | Qwerasd | |
| As of Zig 0.14.0, `@splat` can be used for array types, which eliminates a lot of redundant syntax and makes things generally cleaner. I've explicitly avoided applying this change in the renderer files for now since it would just create rebasing conflicts in my renderer rework branch which I'll be PR-ing pretty soon. | |||
| 2024-11-07 | move datastructures to dedicated "datastruct" package | Mitchell Hashimoto | |
