| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-09 | Fixed typo: "you will wish" -> "you wish" | xaviii | |
| 2026-06-06 | Merge pull request 'Improve command line style' (#451) from ↵ | Chris Boesch | |
| manliop/exercises:improve-command-line-style into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/451 | |||
| 2026-06-06 | Improve command line style | Manlio Perillo | |
| Parse the command line following the code from the Zig compiler cli. Use the args iterator instead of slice, and use while instead of for loop. Use the new std.mem.cutPrefix instead of the custom function prefix. Move Context struct to the top. | |||
| 2026-06-04 | Merge pull request 'removed unnecessary shell prompt' (#449) from ↵ | Chris Boesch | |
| readme-fixes into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/449 | |||
| 2026-06-04 | removed unnecessary shell prompt | Chris Boesch | |
| 2026-06-03 | Merge pull request 'Fix exercises 65, 71, 82 due to the build system update' ↵ | Chris Boesch | |
| (#443) from mark2185/exercises:fix-build-update into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/443 | |||
| 2026-06-03 | Merge branch 'main' into fix-build-update | Chris Boesch | |
| 2026-06-02 | Merge pull request 'Elrond has moved to Rivendell (where he lives)' (#447) ↵ | Chris Boesch | |
| from rivendell into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/447 | |||
| 2026-06-02 | Elrond has moved to Rivendell (where he lives) | Chris Boesch | |
| 2026-06-02 | Merge pull request 'fixed patch file path' (#446) from contribute-fix into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/446 | |||
| 2026-06-02 | fixed patch file path | Chris Boesch | |
| 2026-06-02 | Merge pull request 'fixed minor issues' (#444) from elrond-fixes into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/444 | |||
| 2026-06-02 | fixed minor issues | Chris Boesch | |
| 2026-06-02 | Merge pull request 'Add another defer exercise' (#438) from ↵ | Chris Boesch | |
| mark2185/exercises:defer3 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/438 | |||
| 2026-06-02 | fixup! Add another defer exercise | Luka Markušić | |
| 2026-06-01 | Add another defer exercise | Luka Markušić | |
| 2026-06-01 | Merge pull request 'fix removed array multiplication' (#436) from ↵ | Chris Boesch | |
| mark2185/exercises:array_mult into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/436 | |||
| 2026-06-01 | fix removed array multiplication | Luka Markušić | |
| 2026-06-01 | Fix 082_anonymous_structs3.zig because of new build system | Luka Markušić | |
| 2026-06-01 | Fix 071_comptime6.zig because of new build system | Luka Markušić | |
| 2026-06-01 | Fix 065_builtins2.zig because of new build system | Luka Markušić | |
| 2026-06-01 | Merge pull request 'updated version in history' (#439) from build-system-fix ↵ | Chris Boesch | |
| into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/439 | |||
| 2026-06-01 | updated version in history | Chris Boesch | |
| 2026-06-01 | Merge pull request 'started fix for new build system' (#437) from ↵ | Chris Boesch | |
| build-system-fix into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/437 | |||
| 2026-05-31 | removed ziglings logic from build file | Chris Boesch | |
| 2026-05-31 | moved ziglings logic to elrond | Chris Boesch | |
| 2026-05-31 | Merge pull request 'fix typos' (#435) from mark2185/exercises:main into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/435 | |||
| 2026-05-31 | started fix for new build system | Chris Boesch | |
| 2026-05-31 | fix contributing instructions for patches | Luka Markušić | |
| 2026-05-31 | fix typos | Luka Markušić | |
| 2026-05-25 | Merge pull request '051: add a comma' (#429) from ↵ | Chris Boesch | |
| xiaolizhi/exercises:comma-fix into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/429 | |||
| 2026-05-25 | 051: add a comma | xiaolizhi | |
| 2026-05-22 | Merge pull request 'added expalantion for const pointer' (#428) from pointer ↵ | Chris Boesch | |
| into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/428 | |||
| 2026-05-22 | added expalantion for const pointer | Chris Boesch | |
| 2026-05-18 | Merge pull request 'Instruct user not to worry about sentinel syntax in ↵ | Chris Boesch | |
| `065_builtins2`' (#425) from nickgrim/exercises:sentinel_warning into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/425 | |||
| 2026-05-18 | Merge pull request 'Minor grammar fix to comment in `005_arrays2`' (#426) ↵ | Chris Boesch | |
| from nickgrim/exercises:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/426 | |||
| 2026-05-18 | Minor grammar fix to comment in `005_arrays2` | Nick Grimshaw | |
| 2026-05-18 | Instruct user not to worry about sentinel syntax in `065_builtins2` | Nick Grimshaw | |
| 2026-05-04 | Merge pull request 'fixed removed array multiplication' (#423) from ↵ | Chris Boesch | |
| array_mult into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/423 | |||
| 2026-05-04 | fixed removed array multiplication | Chris Boesch | |
| 2026-05-02 | Merge pull request 'adjusted comment to zig 0.16' (#422) from i421 into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/422 | |||
| 2026-05-02 | adjusted comment to zig 0.16 | Chris Boesch | |
| 2026-04-30 | Merge pull request 'fixed compileError printing' (#419) from i418 into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/419 | |||
| 2026-04-30 | fixed compileError printing | Chris Boesch | |
| 2026-04-23 | Merge pull request 'docs: update wrong comment reference to prior exercise ↵ | Chris Boesch | |
| in 110_files2' (#416) from kwyse/exercises:fix-110_files2 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/416 | |||
| 2026-04-22 | docs: update wrong reference to prior exercise | kwyse | |
| The comment should reference exercise 109, not 106. | |||
| 2026-04-21 | Merge pull request 'fix: move exercise 100 celebration comment to the right ↵ | Chris Boesch | |
| file' (#413) from Frost-Phoenix/exercises:fix_comment into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/413 | |||
| 2026-04-21 | Merge branch 'main' into fix_comment | Chris Boesch | |
| 2026-04-20 | Merge pull request 'added skip to the C exercises' (#414) from ↵ | Chris Boesch | |
| fixing_cimport into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/414 | |||
| 2026-04-20 | added skip to the C exercises | Chris Boesch | |
