| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-08-16 | using new arraylist api | 1 | -1/+1 | ||
| 2025-07-22 | feat: Add `Diagnostic.reportToFile` | 1 | -8/+3 | ||
| The code for reporting errors became quite verbose after writegate. Reporting to stderr is very common, so this wrapper provides a default, buffered way to report to a file. | |||||
| 2025-07-21 | Update to Zig 0.15.0-dev.1147 | 1 | -4/+9 | ||
| 2024-11-25 | Patch up README and fix comments in example files. (#143) | 1 | -8/+8 | ||
| The readme was also reflowed to 100 cols. I probably should have put that in a separate commit but oh well. The comments were not subjected to reflowing (yet). | |||||
| 2024-10-24 | fix: Subcommand example comments needs a scroll to be read | 1 | -6/+6 | ||
| 2024-10-24 | docs: Add subcommand example | 1 | -0/+96 | ||