summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
9 days107: change comment "brackets" -> "braces"xiaolizhi
Signed-off-by: xiaolizhi <vogelwanderung@pm.me>
9 daysMerge pull request 'fix style mismatch on 065_builtins2.zig' (#469) from ↵Chris Boesch
garipew/exercises:fix_typo into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/469
9 daysMerge branch 'main' into fix_typoChris Boesch
9 daysfix style mismatch on patches/065_builtins2.zigGabriel Sa
Rename `fetchTheMostBeautifulType` to `FetchTheMostBeautifulType` to follow Zig's standard naming practice.
9 daysMerge pull request 'minor fixes' (#470) from minor-fixes into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/470
9 daysexpanded explanation about self vs *selfChris Boesch
9 daysfixed descriptionChris Boesch
9 daysfixed grammarChris Boesch
9 daysMerge pull request 'Use significand terminology' (#465) from ↵Chris Boesch
FilipKubis/ziglings:significand-consistent-naming into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/465
9 daysMerge pull request 'fix typos in CONTRIBUTING.md' (#461) from ↵Chris Boesch
tariq/exercises:fix-typo-contributing-md into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/461
9 daysMerge pull request 'Fixed a couple of exercise references as they are no ↵Chris Boesch
longer accurate after the recent changes' (#457) from killyosaur/zigling-exercises:fixing-exercise-references into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/457
9 daysMerge pull request 'Fixed typo: "you will wish" -> "you wish"' (#455) from ↵Chris Boesch
xaviii/exercises:xaviii-typo into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/455
9 daysMerge pull request 'fix typo' (#452) from mmsaki/exercises:114-typo into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/452
9 daysfix style mismatch on 065_builtins2.zigGabriel Sa
Rename `fetchTheMostBeautifulType` to `FetchTheMostBeautifulType` to follow Zig's standard naming practice.
10 daysUse significand terminologyFilip Kubiš
As exercise 60 says: Donald Knuth would not be happy with us calling this mantissa. Proposing to use the less amiguous term significand
2026-06-13fix typos in CONTRIBUTING.mdTariq Ibrahim
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
2026-06-11missed a change to add the phrase 'and quiz 95' to the statement regarding ↵Michael Walker
Zig's Io interface.
2026-06-11Fixed a couple of exercise references as they are no longer accurate after ↵Michael Walker
the recent changes - Exercise 107 claimed the async exercises are 84-91, they are actually 85-94 and quiz 95 - Exercise 113 claimed the bit manip exercise is 097, it is now 100 - Exercise 114 has the bit manipulation exercises as 097 and 098, they are now 100 and 101 - Exercise 114 has the last switch exercise as being 108, it is now 111.
2026-06-09Fixed typo: "you will wish" -> "you wish"xaviii
2026-06-08fix typommsaki
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