| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-10-22 | fixed typos | Chris Boesch | 3 | -7/+7 | |
| 2023-10-21 | Merge pull request 'Introduce syntax for turning a many pointer to a slice' ↵ | Chris Boesch | 1 | -0/+1 | |
| (#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 | 1 | -0/+1 | |
| 2023-10-15 | Added idea for a new excersise | Chris Boesch | 1 | -0/+1 | |
| 2023-10-08 | Merge pull request 'fixed language changes in @typeInfo' (#13) from fix_i12 ↵ | Chris Boesch | 1 | -2/+2 | |
| into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/13 | |||||
| 2023-10-08 | fixed language changes in @typeInfo | Chris Boesch | 1 | -2/+2 | |
| 2023-10-05 | Merge pull request 'changed compat check to comptime' (#11) from fix_compat ↵ | Chris Boesch | 2 | -70/+30 | |
| into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/11 | |||||
| 2023-10-06 | changed compat check to comptime | Chris Boesch | 2 | -70/+30 | |
| 2023-10-05 | Merge pull request 'changed tokenize to tokenizeAny' (#10) from ↵ | Chris Boesch | 1 | -12/+3 | |
| fix_tokenization into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/10 | |||||
| 2023-10-05 | changed tokenize to tokenizeAny | Chris Boesch | 1 | -12/+3 | |
| 2023-10-05 | Merge pull request 'fixed broken patch 103' (#9) from fix_patches into main | Chris Boesch | 1 | -3/+12 | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/9 | |||||
| 2023-10-05 | fixed broken patch 103 | Chris Boesch | 1 | -3/+12 | |
| 2023-10-05 | Merge pull request 'changed the patch files that we can also use them with ↵ | Chris Boesch | 109 | -770/+1606 | |
| 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 | 109 | -770/+1606 | |
| woodpecker | |||||
| 2023-10-05 | changed the patch files that we can also use them with busybox for testing ↵ | Chris Boesch | 109 | -770/+1606 | |
| in Woodpecker | |||||
| 2023-10-05 | Merge pull request 'switched docker image to ziglings/ziglang' (#7) from ↵ | Chris Boesch | 1 | -2/+1 | |
| woodpecker into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/7 | |||||
| 2023-10-05 | switched docker image to ziglings/ziglang | Chris Boesch | 1 | -2/+1 | |
| 2023-10-04 | Merge pull request 'added woodpecker integration' (#6) from woodpecker into main | Chris Boesch | 3 | -1/+13 | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/6 | |||||
| 2023-10-04 | added woodpecker integration | Chris Boesch | 3 | -1/+13 | |
| 2023-10-04 | Merge pull request 'fix(103_tokenization): :pencil2: Migrated to ↵ | Chris Boesch | 2 | -4/+4 | |
| 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 | 1 | -2/+2 | |
| Accidentally forgot to add an update in the patch file. | |||||
| 2023-10-04 | fix(103_tokenization): :pencil2: Migrated to tokenizeAny | rond | 1 | -2/+2 | |
| 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 | 2 | -80/+0 | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/4 | |||||
| 2023-10-04 | remove github actions | Chris Boesch | 2 | -80/+0 | |
| 2023-09-21 | Merge pull request 'Global scope is container-level scope' (#2) from ↵ | Chris Boesch | 1 | -2/+2 | |
| rofrol/ziglings--exercises:rofrol-container-level into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/2 | |||||
| 2023-09-20 | Global scope is container-level scope | rofrol | 1 | -2/+2 | |
| https://ziglang.org/documentation/master/#Compile-Time-Expressions | |||||
| 2023-09-20 | Update README to announce move to Codeberg! | ratfactor | 1 | -1/+8 | |
| 2023-09-20 | Adapt README to current Zig version | Chris Boesch | 1 | -18/+6 | |
| 2023-09-20 | Adapt Github structure to Codeberg | Chris Boesch | 1 | -0/+0 | |
| 2023-09-19 | Update README.md with new clone instructions | Dave Gauer | 1 | -2/+2 | |
| 2023-09-19 | Announce move to Codeberg in README | Dave Gauer | 1 | -0/+8 | |
| 2023-08-27 | Merge pull request #357 from ratfactor/check_patches | Chris Boesch | 2 | -2/+2 | |
| Fixed some broken patches | |||||
| 2023-08-27 | Fixed some broken patches | Chris Boesch | 2 | -2/+2 | |
| 2023-08-27 | Merge pull request #356 from juergenhoetzel/code-point-size | Chris Boesch | 2 | -2/+3 | |
| Add example for Unicode Code point literal > 255 Thanks! :smile: | |||||
| 2023-08-27 | Update README.md | Chris Boesch | 1 | -3/+1 | |
| Advanced usage line 'zig build -Dn=x start' deleted, because of https://github.com/ratfactor/ziglings/issues/355 | |||||
| 2023-08-27 | Add example for Unicode Code point literal > 255 | Juergen Hoetzel | 2 | -2/+3 | |
| Only Basic Latin and Latin-1 Supplement code points fit into a single byte. | |||||
| 2023-08-17 | Merge pull request #352 from kai-tub/main-1 | Chris Boesch | 1 | -2/+6 | |
| Add link to DoD talk in 101_for5.zig #348 | |||||
| 2023-08-17 | Add link to DoD talk in 101_for5.zig | Kai Norman Clasen | 1 | -2/+6 | |
| 2023-08-17 | Merge pull request #351 from ratfactor/class_role | Chris Boesch | 2 | -8/+8 | |
| changed struct name 'class' into 'role' | |||||
| 2023-08-17 | changed struct name 'class' into 'role' | Chris Boesch | 2 | -8/+8 | |
| 2023-08-02 | Merge pull request #346 from ratfactor/i339 | Chris Boesch | 3 | -9/+9 | |
| changed struct name 'class' into 'role' | |||||
| 2023-08-02 | changed struct name 'class' into 'role' | Chris Boesch | 3 | -9/+9 | |
| 2023-07-26 | Merge pull request #342 from ratfactor/v4246 | Chris Boesch | 2 | -3/+4 | |
| Upgrade to Zig version 4246 | |||||
| 2023-07-26 | Upgrade to Zig version 4246 | Chris Boesch | 2 | -3/+4 | |
| 2023-07-26 | Merge pull request #340 from nchataing/fix-main-build | Chris Boesch | 1 | -2/+2 | |
| fix: main entry point is broken with version 0.11.0-dev.4228 | |||||
| 2023-07-25 | fix: main entry point is broken with version 0.11.0-dev.4228 | Nicolas Chataing | 1 | -2/+2 | |
| 2023-07-03 | Merge pull request #337 from kimshrier/exercise_096_typo | Chris Boesch | 1 | -1/+1 | |
| fix typo | |||||
| 2023-07-03 | fix typo | Kim SHrier | 1 | -1/+1 | |
| 2023-06-29 | Update 078_sentinels3.zig | Chris Boesch | 1 | -1/+1 | |
| Changed description of @ptrCast closes https://github.com/ratfactor/ziglings/issues/334 | |||||
| 2023-06-27 | Version updated | Chris Boesch | 1 | -1/+1 | |
