summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-06-09Fixed typo: "you will wish" -> "you wish"xaviii
2026-06-06Merge 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-06Improve command line styleManlio 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-04Merge 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-04removed unnecessary shell promptChris Boesch
2026-06-03Merge 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-03Merge branch 'main' into fix-build-updateChris Boesch
2026-06-02Merge 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-02Elrond has moved to Rivendell (where he lives)Chris Boesch
2026-06-02Merge pull request 'fixed patch file path' (#446) from contribute-fix into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/446
2026-06-02fixed patch file pathChris Boesch
2026-06-02Merge pull request 'fixed minor issues' (#444) from elrond-fixes into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/444
2026-06-02fixed minor issuesChris Boesch
2026-06-02Merge 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-02fixup! Add another defer exerciseLuka Markušić
2026-06-01Add another defer exerciseLuka Markušić
2026-06-01Merge 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-01fix removed array multiplicationLuka Markušić
2026-06-01Fix 082_anonymous_structs3.zig because of new build systemLuka Markušić
2026-06-01Fix 071_comptime6.zig because of new build systemLuka Markušić
2026-06-01Fix 065_builtins2.zig because of new build systemLuka Markušić
2026-06-01Merge 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-01updated version in historyChris Boesch
2026-06-01Merge 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-31removed ziglings logic from build fileChris Boesch
2026-05-31moved ziglings logic to elrondChris Boesch
2026-05-31Merge pull request 'fix typos' (#435) from mark2185/exercises:main into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/435
2026-05-31started fix for new build systemChris Boesch
2026-05-31fix contributing instructions for patchesLuka Markušić
2026-05-31fix typosLuka Markušić
2026-05-25Merge 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-25051: add a commaxiaolizhi
2026-05-22Merge 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-22added expalantion for const pointerChris Boesch
2026-05-18Merge 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-18Merge 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-18Minor grammar fix to comment in `005_arrays2`Nick Grimshaw
2026-05-18Instruct user not to worry about sentinel syntax in `065_builtins2`Nick Grimshaw
2026-05-04Merge 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-04fixed removed array multiplicationChris Boesch
2026-05-02Merge pull request 'adjusted comment to zig 0.16' (#422) from i421 into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/422
2026-05-02adjusted comment to zig 0.16Chris Boesch
2026-04-30Merge pull request 'fixed compileError printing' (#419) from i418 into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/419
2026-04-30fixed compileError printingChris Boesch
2026-04-23Merge 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-22docs: update wrong reference to prior exercisekwyse
The comment should reference exercise 109, not 106.
2026-04-21Merge 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-21Merge branch 'main' into fix_commentChris Boesch
2026-04-20Merge 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-20added skip to the C exercisesChris Boesch