aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
2023-10-22Merge pull request 'fixed typos' (#17) from typos into mainv0.11.0Chris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/17
2023-10-22fixed typosChris Boesch
2023-10-21Merge 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-18Introduce syntax for turning a many pointer to a sliceUy Ha
2023-10-15Added idea for a new excersiseChris Boesch
2023-10-08Merge 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-08fixed language changes in @typeInfoChris Boesch
2023-10-05Merge 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-06changed compat check to comptimeChris Boesch
2023-10-05Merge 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-05changed tokenize to tokenizeAnyChris Boesch
2023-10-05Merge pull request 'fixed broken patch 103' (#9) from fix_patches into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/9
2023-10-05fixed broken patch 103Chris Boesch
2023-10-05Merge 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-05Merge branch 'woodpecker' of https://codeberg.org/ziglings/exercises into ↵Chris Boesch
woodpecker
2023-10-05changed the patch files that we can also use them with busybox for testing ↵Chris Boesch
in Woodpecker
2023-10-05Merge 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-05switched docker image to ziglings/ziglangChris Boesch
2023-10-04Merge pull request 'added woodpecker integration' (#6) from woodpecker into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/6
2023-10-04added woodpecker integrationChris Boesch
2023-10-04Merge 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-04fix(103 patch): :pencil2: Update patch to reflect changesrond
Accidentally forgot to add an update in the patch file.
2023-10-04fix(103_tokenization): :pencil2: Migrated to tokenizeAnyrond
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-03Merge pull request 'remove github actions' (#4) from woodpecker into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/4
2023-10-04remove github actionsChris Boesch
2023-09-21Merge pull request 'Global scope is container-level scope' (#2) from ↵Chris Boesch
rofrol/ziglings--exercises:rofrol-container-level into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/2
2023-09-20Global scope is container-level scoperofrol
https://ziglang.org/documentation/master/#Compile-Time-Expressions
2023-09-20Update README to announce move to Codeberg!ratfactor
2023-09-20Adapt README to current Zig versionChris Boesch
2023-09-20Adapt Github structure to CodebergChris Boesch
2023-09-19Update README.md with new clone instructionsDave Gauer
2023-09-19Announce move to Codeberg in READMEDave Gauer
2023-08-27Merge pull request #357 from ratfactor/check_patchesChris Boesch
Fixed some broken patches
2023-08-27Fixed some broken patchesChris Boesch
2023-08-27Merge pull request #356 from juergenhoetzel/code-point-sizeChris Boesch
Add example for Unicode Code point literal > 255 Thanks! :smile:
2023-08-27Update README.mdChris Boesch
Advanced usage line 'zig build -Dn=x start' deleted, because of https://github.com/ratfactor/ziglings/issues/355
2023-08-27Add example for Unicode Code point literal > 255Juergen Hoetzel
Only Basic Latin and Latin-1 Supplement code points fit into a single byte.
2023-08-17Merge pull request #352 from kai-tub/main-1Chris Boesch
Add link to DoD talk in 101_for5.zig #348
2023-08-17Add link to DoD talk in 101_for5.zigKai Norman Clasen
2023-08-17Merge pull request #351 from ratfactor/class_roleChris Boesch
changed struct name 'class' into 'role'
2023-08-17changed struct name 'class' into 'role'Chris Boesch
2023-08-02Merge pull request #346 from ratfactor/i339Chris Boesch
changed struct name 'class' into 'role'
2023-08-02changed struct name 'class' into 'role'Chris Boesch
2023-07-26Merge pull request #342 from ratfactor/v4246Chris Boesch
Upgrade to Zig version 4246
2023-07-26Upgrade to Zig version 4246Chris Boesch
2023-07-26Merge pull request #340 from nchataing/fix-main-buildChris Boesch
fix: main entry point is broken with version 0.11.0-dev.4228
2023-07-25fix: main entry point is broken with version 0.11.0-dev.4228Nicolas Chataing
2023-07-03Merge pull request #337 from kimshrier/exercise_096_typoChris Boesch
fix typo
2023-07-03fix typoKim SHrier
2023-06-29Update 078_sentinels3.zigChris Boesch
Changed description of @ptrCast closes https://github.com/ratfactor/ziglings/issues/334