| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-24 | Merge pull request 'pass -freference-trace to executed compile command' ↵ | Chris Boesch | |
| (#294) from SimonLSchlee/exercises:pass-reference-trace into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/294 | |||
| 2025-08-24 | Merge branch 'main' into pass-reference-trace | Chris Boesch | |
| 2025-08-24 | Merge pull request '[Exercise 019] fix: typo in example function, missing ↵ | Chris Boesch | |
| return type' (#290) from imomaliev/ziglings:chore/fix-019-function-description into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/290 | |||
| 2025-08-24 | Merge branch 'main' into chore/fix-019-function-description | Chris Boesch | |
| 2025-08-24 | pass -freference-trace to executed compile command | Simon 'Sze' L. Schlee | |
| Currently users executing `zig build` to run the exercises, may encounter compiler output that tells them to use `-freference-trace=[num]` to see more of the hidden reference traces, so we should pass this parameter to the zigling exercise being compiled, so that the learner can provide this parameter like they would normally, when using `zig build` directly in normal Zig programs. | |||
| 2025-08-15 | Merge pull request 'fixed typo in readme' (#293) from readme into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/293 | |||
| 2025-08-15 | fixed typo in readme | Chris Boesch | |
| 2025-08-15 | Merge pull request 'Fixed changes in array list' (#292) from i291 into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/292 | |||
| 2025-08-15 | adjusted version information | Chris Boesch | |
| 2025-08-15 | Fixed changes in array list | Chris Boesch | |
| 2025-08-11 | fix: 019 typo in example function, missing return type | Sardorbek Imomaliev | |
| 2025-08-11 | Merge pull request 'Fixed zig version' (#289) from readme into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/289 | |||
| 2025-08-11 | Fixed zig version | Chris Boesch | |
| 2025-08-08 | Merge pull request 'Current version set' (#287) from i285 into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/287 | |||
| 2025-08-08 | Current version set | Chris Boesch | |
| 2025-08-08 | Merge pull request 'Fix: The initial zig build fail due to wrong number of ↵ | Chris Boesch | |
| arguments passed in self.step.evalZigProcess()' (#286) from DoKoB/exercises:fix/initial-zig-build into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/286 | |||
| 2025-08-05 | fix: initial zig build caused by self.step.evalZigProcess() | DoKoB | |
| 2025-07-22 | Merge pull request 'Fix zig 0.15.0-dev.1149+4e6a04929 build errors' (#283) ↵ | Chris Boesch | |
| from zawupf/ziglings-exercises:zig-0.15 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/283 | |||
| 2025-07-22 | Added Readme | Chris Boesch | |
| 2025-07-22 | Fixed 104 | Chris Boesch | |
| 2025-07-22 | Fixed 98 | Chris Boesch | |
| 2025-07-22 | Fixed 82 | Chris Boesch | |
| 2025-07-22 | Added patch files. | Chris Boesch | |
| 2025-07-22 | Update stdout writer usage to use std.fs.File | Arnold Filip | |
| 2025-07-22 | Corrected the necessary Zig version | Chris Boesch | |
| 2025-07-22 | Switched to new reader version | Chris Boesch | |
| 2025-07-21 | Merge branch 'main' into zig-0.15 | Chris Boesch | |
| 2025-07-21 | Merge pull request 'Removed patch files for async because of new formating ↵ | Chris Boesch | |
| errors.' (#284) from fix_format into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/284 | |||
| 2025-07-21 | Removed patch files for async because of new formating errors. | Chris Boesch | |
| 2025-07-21 | Fix zig 0.15.0-dev.1149+4e6a04929 build errors | Arnold Filip | |
| 2025-06-17 | Merge pull request 'Fixes the changes in zig's struct.fields' (#279) from ↵ | Chris Boesch | |
| i278 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/279 | |||
| 2025-06-17 | Merge branch 'main' into i278 | Chris Boesch | |
| 2025-06-17 | Fixes the changes in zig's struct.fields | Chris Boesch | |
| 2025-06-12 | Merge pull request 'Stable release in README corrected.' (#277) from readme ↵ | Chris Boesch | |
| into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/277 | |||
| 2025-06-12 | Stable release in README corrected. | Chris Boesch | |
| 2025-06-11 | Merge pull request '080: Fix @typeName results in comment' (#271) from ↵ | Chris Boesch | |
| felixrabe/exercises:felixrabe-patch-4 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/271 | |||
| 2025-06-11 | Merge pull request '099: Make hex example match output' (#274) from ↵ | Chris Boesch | |
| felixrabe/exercises:felixrabe-patch-5 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/274 | |||
| 2025-06-03 | Merge pull request '108: Make pretty' (#275) from ↵ | Chris Boesch | |
| felixrabe/exercises:felixrabe-patch-6 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/275 | |||
| 2025-06-01 | 108: . | felixrabe | |
| 2025-06-01 | 108: Make pretty | felixrabe | |
| 2025-05-31 | 099: Make hex example match output | felixrabe | |
| 2025-05-30 | 080: Fix @typeName results in comment | felixrabe | |
| 2025-05-30 | Merge pull request 'Add ')'' (#268) from ↵ | Chris Boesch | |
| felixrabe/exercises:felixrabe-patch-1 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/268 | |||
| 2025-05-30 | Add ')' | felixrabe | |
| 2025-05-12 | Merge pull request 'Exercise 097 - Changed the values for better ↵ | Chris Boesch | |
| understanding' (#251) from i210 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/251 | |||
| 2025-05-12 | Changed the values for better understanding | Chris Boesch | |
| 2025-04-14 | new issue template | chrboesch | |
| 2025-03-22 | Merge pull request 'fix: typos' (#222) from ddogfoodd/exercises:main into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/222 | |||
| 2025-03-20 | fix: typos | Jost Alemann | |
| 2025-03-14 | Merge pull request 'Rectify 106 and 107 patches' (#219) from ↵ | Chris Boesch | |
| dustdfg/exercises:patch_rectify into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/219 | |||
