summaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)Author
2023-06-27Version updatedChris Boesch
2023-06-27Merge pull request #333 from ratfactor/v3853Chris Boesch
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
2023-06-26First tokenization exerice.Chris Boesch
2023-06-22Merge pull request #329 from lorrding/refactor-var-to-constChris Boesch
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
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
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
2023-06-17fix typoTobias Frilling
2023-06-11Merge pull request #323 from ratfactor/issue318Chris Boesch
2023-06-11Removed debug info.Chris Boesch
2023-06-11Fixed missing comptime.Chris Boesch
2023-06-10Merge pull request #321 from ratfactor/issue317Chris Boesch
2023-06-10Fixed description of @addWithOverflowChris Boesch
2023-06-09closes https://github.com/ratfactor/ziglings/pull/311Chris Boesch
2023-05-31Update README.mdChris Boesch
2023-05-30Merge pull request #313 from chrboesch/colorsChris Boesch
2023-05-30Changed error text to bold.Chris Boesch
2023-05-30Merge pull request #312 from pdietl/pdietl/fix_grammarChris Boesch
2023-05-30Merge pull request #308 from perillo/refactor-zigling-step-moreChris Boesch
2023-05-27Change grammar: there's -> there are ex. 17Pete Dietl
2023-05-25changed version numberChris Boesch
2023-05-25Merge pull request #309 from pseudocc/mainChris Boesch
2023-05-25change std.debug.TTY to std.io.ttypseudoc
2023-05-22build: use the old color styleManlio Perillo
2023-05-20build: in `ZiglingStep.check_output` panic in case of OOMManlio Perillo
2023-05-19build: use `std.Build.Step.fail` to report errorsManlio Perillo
2023-05-19build: remove `ZiglingStep.eval`Manlio Perillo
2023-05-18Merge pull request #305 from perillo/improve-run-testChris Boesch
2023-05-15Enable again the unit testsManlio Perillo
2023-05-15Refactor testing supportManlio Perillo
2023-05-15Update README.mdChris Boesch
2023-05-15Merge pull request #304 from chrboesch/testing_exerciseChris Boesch
2023-05-15Unit tests temporarily disabled.Chris Boesch
2023-05-15Added testing exercise.Chris Boesch
2023-05-14Merge pull request #300 from perillo/simplify-buildChris Boesch
2023-05-14build: remove extra comment for named modeManlio Perillo
2023-05-14tests: improve test case 3Manlio Perillo
2023-05-14build: remove the install and uninstall stepsManlio Perillo
2023-05-14build: improve the help message in ZiglingStepManlio Perillo