| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-05 | Use std.Build.LazyPath over now removed std.Build.FileSource. | drglove | |
| See corresponding ziglang change here: https://github.com/ziglang/zig/issues/16353 | |||
| 2024-01-05 | Fix casing of std.build -> std.Build in tests. | drglove | |
| 2024-01-04 | Merge pull request 'Correct comment to match code in 076_sentinels' (#33) ↵ | Chris Boesch | |
| from mttrb/ziglings:076-comment into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/33 | |||
| 2024-01-01 | Fix formatting of comment | Matthew Robinson | |
| 2024-01-01 | Correct comment to match code in 076_sentinels | Matthew Robinson | |
| 2023-12-30 | Merge pull request 'Fix minor typo' (#32) from babaiserror/exercises:typo ↵ | Chris Boesch | |
| into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/32 | |||
| 2023-12-29 | Fix minor typo | babaiserror | |
| 2023-11-21 | Merge pull request 'Removed ci/compat.sh as it is included in build.zig ↵ | Chris Boesch | |
| again' (#30) from ci into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/30 | |||
| 2023-11-21 | Removed ci/compat.sh as it is included in build.zig again | Chris Boesch | |
| 2023-11-21 | Merge pull request 'Fix two minor typos' (#29) from ↵ | Chris Boesch | |
| A-h-m-e-d/exercises:typos into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/29 Thanks! | |||
| 2023-11-21 | Fix two minor typos | Ahmed | |
| 2023-11-21 | Merge pull request 'Converted var to const if there is no mutation in the ↵ | Chris Boesch | |
| var.' (#28) from var_const into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/28 | |||
| 2023-11-21 | Fixed patch hunk | Chris Boesch | |
| 2023-11-21 | Converted var to const if there is no mutation in var. | Chris Boesch | |
| This is checked from compiler version 0.12.0-dev.1664 | |||
| 2023-11-21 | Merge pull request 'fixed variable declaration by changing it to a const, ↵ | Chris Boesch | |
| since it's never mutated' (#27) from zev/exercises:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/27 | |||
| 2023-11-21 | fixed variable declaration by changing it to a const, since it's never mutated | Zev Averbach | |
| 2023-11-19 | Added link to 'Zig in Depth' | Chris Boesch | |
| 2023-11-07 | Merge pull request 'Changed three dots to colons, see #23' (#25) from pr23 ↵ | Chris Boesch | |
| into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/25 | |||
| 2023-11-07 | Changed three dots to colons, see #23 | Chris Boesch | |
| 2023-11-06 | Merge pull request 'Change the task so that the exercise contains two errors ↵ | Chris Boesch | |
| again.' (#24) from i22 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/24 | |||
| 2023-11-06 | Change the task so that the exercise contains two errors again. | Chris Boesch | |
| 2023-10-24 | Merge pull request 'fixed build: renamed child.exec to run' (#19) from ↵ | Chris Boesch | |
| fix_build into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/19 | |||
| 2023-10-24 | Update .woodpecker/eowyn.yml | Chris Boesch | |
| force pulling | |||
| 2023-10-24 | fixed build: renamed exec to run | Chris Boesch | |
| 2023-10-24 | Update README.md | Chris Boesch | |
| insert tag hint | |||
| 2023-10-22 | Merge pull request 'fixed typos' (#17) from typos into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/17 | |||
| 2023-10-22 | fixed typos | Chris Boesch | |
| 2023-10-21 | Merge pull request 'Introduce syntax for turning a many pointer to a slice' ↵ | Chris Boesch | |
| (#15) from hachanuy/exercises:054-clarify into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/15 | |||
| 2023-10-18 | Introduce syntax for turning a many pointer to a slice | Uy Ha | |
| 2023-10-15 | Added idea for a new excersise | Chris Boesch | |
| 2023-10-08 | Merge pull request 'fixed language changes in @typeInfo' (#13) from fix_i12 ↵ | Chris Boesch | |
| into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/13 | |||
| 2023-10-08 | fixed language changes in @typeInfo | Chris Boesch | |
| 2023-10-05 | Merge pull request 'changed compat check to comptime' (#11) from fix_compat ↵ | Chris Boesch | |
| into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/11 | |||
| 2023-10-06 | changed compat check to comptime | Chris Boesch | |
| 2023-10-05 | Merge pull request 'changed tokenize to tokenizeAny' (#10) from ↵ | Chris Boesch | |
| fix_tokenization into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/10 | |||
| 2023-10-05 | changed tokenize to tokenizeAny | Chris Boesch | |
| 2023-10-05 | Merge pull request 'fixed broken patch 103' (#9) from fix_patches into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/9 | |||
| 2023-10-05 | fixed broken patch 103 | Chris Boesch | |
| 2023-10-05 | Merge pull request 'changed the patch files that we can also use them with ↵ | Chris Boesch | |
| busybox for testing in Woodpecker' (#8) from woodpecker into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/8 | |||
| 2023-10-05 | Merge branch 'woodpecker' of https://codeberg.org/ziglings/exercises into ↵ | Chris Boesch | |
| woodpecker | |||
| 2023-10-05 | changed the patch files that we can also use them with busybox for testing ↵ | Chris Boesch | |
| in Woodpecker | |||
| 2023-10-05 | Merge pull request 'switched docker image to ziglings/ziglang' (#7) from ↵ | Chris Boesch | |
| woodpecker into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/7 | |||
| 2023-10-05 | switched docker image to ziglings/ziglang | Chris Boesch | |
| 2023-10-04 | Merge pull request 'added woodpecker integration' (#6) from woodpecker into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/6 | |||
| 2023-10-04 | added woodpecker integration | Chris Boesch | |
| 2023-10-04 | Merge pull request 'fix(103_tokenization): :pencil2: Migrated to ↵ | Chris Boesch | |
| tokenizeAny' (#5) from rond/exercises:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/5 | |||
| 2023-10-04 | fix(103 patch): :pencil2: Update patch to reflect changes | rond | |
| Accidentally forgot to add an update in the patch file. | |||
| 2023-10-04 | fix(103_tokenization): :pencil2: Migrated to tokenizeAny | rond | |
| The tokenize functions seems to be deprecated as per the docs: https://ziglang.org/documentation/master/std/#A;std:mem.tokenize tokenizeAny is aliased to tokenizeAny as per: https://github.com/ziglang/zig/blob/master/lib/std/mem.zig#L2130C32-L2130C32 | |||
| 2023-10-03 | Merge pull request 'remove github actions' (#4) from woodpecker into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/4 | |||
| 2023-10-04 | remove github actions | Chris Boesch | |
