| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-28 | build revised | Chris Boesch | |
| 2025-12-27 | migrated build and test | Chris Boesch | |
| 2025-12-13 | Update to new Zig mem trim API | David Pflug | |
| trimRight is now trimEnd | |||
| 2025-11-28 | changed 1 to 42 for better understanding | Chris Boesch | |
| 2025-11-01 | fixed more changes due to new I/O API | Chris Boesch | |
| 2025-11-01 | Update for new zig IO | Ensar Sarajčić | |
| `test/tests.zig` fails after https://github.com/ziglang/zig/pull/25592 was merged in. This just ensures that Io is passed, it might not be the ideal solution. `build.zig` was also failing due to new color parameter. | |||
| 2025-09-24 | Fixed error in captureStdErr() | Chris Boesch | |
| 2025-09-03 | Switched to new reader | Chris Boesch | |
| 2025-08-24 | pass -freference-trace to executed compile command | Simon 'Sze' L. Schlee | |
| Currently users executing `zig build` to run the exercises, may encounter compiler output that tells them to use `-freference-trace=[num]` to see more of the hidden reference traces, so we should pass this parameter to the zigling exercise being compiled, so that the learner can provide this parameter like they would normally, when using `zig build` directly in normal Zig programs. | |||
| 2025-08-15 | Fixed changes in array list | Chris Boesch | |
| 2025-08-08 | Current version set | Chris Boesch | |
| 2025-08-05 | fix: initial zig build caused by self.step.evalZigProcess() | DoKoB | |
| 2025-07-22 | Fixed 82 | Chris Boesch | |
| 2025-07-22 | Corrected the necessary Zig version | Chris Boesch | |
| 2025-07-21 | Fix zig 0.15.0-dev.1149+4e6a04929 build errors | Arnold Filip | |
| 2025-05-12 | Changed the values for better understanding | Chris Boesch | |
| 2025-03-20 | fix: typos | Jost Alemann | |
| 2025-03-03 | Shuttle weight fixed w.r.t. issue-211 | mz0 | |
| 2025-02-14 | Output from #60 adapted | Chris Boesch | |
| 2025-02-10 | converted 110 to a quiz (quiz 9) | Alexander Sisco | |
| 2025-02-09 | Merge branch 'main' into bit_man3 | Chris Boesch | |
| 2025-02-09 | Merge pull request 'issue201-adding-progress-tracking' (#203) from ↵ | Chris Boesch | |
| zendril/exercises:issue201-adding-progress-tracking into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/203 | |||
| 2025-02-09 | Skip 74, the compiler corrects this now. | Chris Boesch | |
| 2025-02-04 | cleanup for PR | Zendril | |
| 2025-02-04 | cleanup for PR | Zendril | |
| 2025-02-04 | cleanup for PR | Zendril | |
| 2025-02-04 | tracking, skipping and reset all wired in | Zendril | |
| 2025-02-04 | fmt | Zendril | |
| 2025-02-04 | reset and completed exercise tracking wired in | Zendril | |
| 2025-02-04 | rearranged order of expected output in build.zig | Alexander Sisco | |
| 2025-02-03 | Suggesting a third exercise for bit manipulation | Alexander Sisco | |
| 2024-11-03 | created a new exercise about vectors in zig, gave it number 109 | bgthompson | |
| 2024-09-20 | Minor improvements. | Chris Boesch | |
| 2024-09-16 | downgrade zig version to eowyn version | Nuno Mendes | |
| It is just 2 days behind so all features are already present for the new labeled switch test | |||
| 2024-09-16 | update zig version in build and readme | Nuno Mendes | |
| 2024-09-15 | 108: Add a exercise for a labeled switch | Nuno Mendes | |
| 2024-09-02 | Fixes several changes in std.builtin.zig | Chris Boesch | |
| 2024-08-22 | Insert wrong version number into build file. | Chris Boesch | |
| 2024-08-22 | Fixes changes in zig build system. | Chris Boesch | |
| 2024-08-08 | Add build parameter to start at a specific exercise | Michael Cooper | |
| 2024-08-04 | Changed needed zig version. | Chris Boesch | |
| 2024-07-21 | fix build files broken by latest 0.14.0-dev changes to Build.Step.MakeOptions | bsubei | |
| 2024-06-25 | Rename 'std.rand' to 'std.Random' | Chris Boesch | |
| 2024-06-25 | Merge pull request 'attempt at implementing #113 "Add a way to do one random ↵ | Chris Boesch | |
| exercise"' (#117) from hippietrail/exercises:random-exercise into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/117 | |||
| 2024-06-25 | attempt at implementing #113 "Add a way to do one random exercise" | Andrew Dunbar | |
| 2024-06-17 | Fixes because of a new Zig version, which changes some functions. | Chris Boesch | |
| 2024-06-16 | Calling `split` is deprecated | Sebastian | |
| The `split` function in std mem is depreacted and a `@compileError`, splitSequence, splitAny, or splitScalar should be used instead. | |||
| 2024-05-29 | Fixed the changes from reworking std.Progress. | Chris Boesch | |
| For details: https://github.com/ziglang/zig/pull/20059 | |||
| 2024-05-05 | Fix patches for 106 and 107 | Chris Boesch | |
| 2024-04-03 | Zig version changed | Chris Boesch | |
