| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2026-04-20 | Merge pull request 'docs: fix wrong prerequisite in 110_files2.zig' (#412) ↵ | Chris Boesch | |
| from Kercy/exercises:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/412 | |||
| 2026-04-20 | fix: move exercise 100 celebration comment to the right file | Frost-Phoenix | |
| 2026-04-20 | docs: fix wrong prerequisite in 110_files2.zig | KercyDing | |
| 2026-04-19 | Merge pull request 'fixed readme' (#411) from readme into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/411 | |||
| 2026-04-19 | fixed readme | Chris Boesch | |
| 2026-04-19 | Merge pull request 'fixed readme' (#409) from readme into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/409 | |||
| 2026-04-19 | fixed readme | Chris Boesch | |
| 2026-04-19 | Merge pull request 'Demonstrate the benefit of a mutex' (#408) from ↵ | Chris Boesch | |
| MatthijsBlom/ziglings:matthijsblom-patch-1 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/408 | |||
| 2026-04-18 | Update patches/patches/091_async7.patch | MatthijsBlom | |
| 2026-04-18 | demonstrate the benefit of the mutex | MatthijsBlom | |
| 2026-04-18 | Merge pull request 'fix: mutex unlock call in async example' (#407) from ↵ | Chris Boesch | |
| gabelluardo/ziglings:fix-async91 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/407 | |||
| 2026-04-18 | fix: mutex unlock call in async example | Gabriele Belluardo | |
| 2026-04-15 | Merge pull request 'Some deprecated functions removed and a progress bar ↵ | Chris Boesch | |
| added.' (#403) from fixes_v016 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/403 | |||
| 2026-04-15 | Some deprecated functions removed and a progress bar added. | Chris Boesch | |
| 2026-04-15 | v0.16 | Chris Boesch | |
| 2026-04-15 | Merge pull request '102: Fix formatting reference link' (#402) from ↵ | Chris Boesch | |
| tjk/ziglings-exercises:102-link into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/402 | |||
| 2026-04-14 | Fix formatting reference link | Tom | |
| 2026-04-14 | fixed merge conflict | Chris Boesch | |
| 2026-04-14 | added cancelation if nothing found | Chris Boesch | |
| 2026-04-14 | Merge pull request '093_async9: small fixes' (#400) from ↵ | Chris Boesch | |
| tjk/ziglings-exercises:93-async9 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/400 | |||
| 2026-04-14 | 093_async9: small fixes | Tom | |
| 2026-04-14 | Merge pull request '095_quiz_async: Add missing Bug 4' (#396) from ↵ | Chris Boesch | |
| tjk/ziglings-exercises:95-bug4 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/396 | |||
| 2026-04-14 | Merge branch 'main' into 95-bug4 | Chris Boesch | |
| 2026-04-14 | Merge pull request 'new example for concurrency' (#398) from ↵ | Chris Boesch | |
| improving_ansync9 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/398 | |||
