aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
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
2023-06-27Version updatedChris Boesch
2023-06-27Merge pull request #333 from ratfactor/v3853Chris Boesch
Revised exercises due to the changes of Zig version 0.11.0-dev.3853
2023-06-27Compatibility checks temporarily disabled (2)Chris Boesch
2023-06-27Compatibility checks temporarily disabledChris Boesch
2023-06-26Unit tests temporarily disabledChris Boesch
2023-06-26Revised exercises due to the changes of Zig version 0.11.0-dev.3853Chris Boesch
2023-06-26Merge pull request #331 from ratfactor/tokenizationChris Boesch
First tokenization exerice
2023-06-26First tokenization exerice.Chris Boesch
2023-06-22Merge pull request #329 from lorrding/refactor-var-to-constChris Boesch
Change `var` to `const` in some exercises
2023-06-22Update outdated commentslording
2023-06-22Merge branch 'main' into refactor-var-to-constlording
2023-06-22Merge pull request #328 from ratfactor/v3747Chris Boesch
Changed to zig developer version 3747
2023-06-22var to const when posssiblelording
2023-06-22Changed to zig developer version 3747.Chris Boesch
2023-06-22Merge pull request #327 from lorrding/patch_v0.11.0-dev.3747Chris Boesch
Fix breaking change in builtin casts functions
2023-06-22Fix broken builtin name in exercise 96lording
2023-06-22Fix broken builtin name in exercise 36lording
2023-06-18Merge pull request #325 from ckafi/what-a-dilemaChris Boesch
fix typo
2023-06-17fix typoTobias Frilling
2023-06-11Merge pull request #323 from ratfactor/issue318Chris Boesch
Issue318
2023-06-11Removed debug info.Chris Boesch
2023-06-11Fixed missing comptime.Chris Boesch
2023-06-10Merge pull request #321 from ratfactor/issue317Chris Boesch
Fixed description of @addWithOverflow
2023-06-10Fixed description of @addWithOverflowChris Boesch
2023-06-09closes https://github.com/ratfactor/ziglings/pull/311Chris Boesch
2023-05-31Update README.mdChris Boesch
Added Tokenization as ToDo
2023-05-30Merge pull request #313 from chrboesch/colorsChris Boesch
Changed error text to bold.
2023-05-30Changed error text to bold.Chris Boesch