| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2026-04-14 | new example for concurrency | Chris Boesch | |
| 2026-04-14 | Merge pull request 'added result for 12 digits' (#397) from pi_precision ↵ | Chris Boesch | |
| into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/397 | |||
| 2026-04-14 | added result for 12 digits | Chris Boesch | |
| 2026-04-13 | 095_quiz_async: Add missing Bug 4 | Tom | |
| 2026-04-13 | Merge pull request 'typo' (#394) from typo_async9 into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/394 | |||
| 2026-04-13 | typo | Chris Boesch | |
| 2026-04-13 | typo | Chris Boesch | |
| 2026-04-12 | Merge pull request 'AI hint added' (#392) from ai-slop into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/392 | |||
| 2026-04-12 | AI hint added | Chris Boesch | |
| 2026-04-12 | Merge pull request 'Replace exercise 074_comptime9' (#391) from ↵ | Chris Boesch | |
| tjk/ziglings-exercises:comptime9 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/391 | |||
| 2026-04-12 | Replace exercise 074_comptime9 | Tom | |
| The exercise no longer needed any modifications to pass due to advancements in Zig. This new exercise attempts to teach about @compileError, @compileLog, and some comptime debugging. It tries to help prepare users for the "super bonus challenge" in 075_quiz8. | |||
| 2026-04-07 | Merge pull request 'Changed exercise 60 to require change of format' (#384) ↵ | Chris Boesch | |
| from markuxcu/exercises:fix-060 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/384 | |||
| 2026-04-07 | Merge branch 'main' into fix-060 | Chris Boesch | |
| 2026-04-06 | Merge pull request 'Improvements for async-io' (#388) from ↵ | Chris Boesch | |
| async-improvements into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/388 | |||
| 2026-04-06 | improvements for async-io | Chris Boesch | |
| 2026-04-06 | improvements for async-io | Chris Boesch | |
| 2026-04-06 | improvements for async-io | Chris Boesch | |
| 2026-04-06 | improvements for async-io | Chris Boesch | |
| 2026-04-06 | improvements for async-io | Chris Boesch | |
| 2026-04-06 | improvements for async-io | Chris Boesch | |
| 2026-04-05 | improvements for async-io | Chris Boesch | |
| 2026-04-05 | improvements for async-io | Chris Boesch | |
