aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)Author
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
2023-05-14build: remove unused declarationsManlio Perillo
2023-05-14build: show the logo in named modeManlio Perillo
2023-05-14build: simplify the named build modeManlio Perillo
2023-05-14build: remove the install step in the normal build modeManlio Perillo
2023-05-14build: remove the special eowyn build modeManlio Perillo
2023-05-13Merge pull request #278 from chrboesch/testingChris Boesch
2023-05-13Execution of test exercises added.Chris Boesch
2023-05-13Merge branch 'ratfactor:main' into testingChris Boesch
2023-05-11Merge pull request #293 from perillo/improve-build-even-moreChris Boesch
2023-05-09Restore unit testsManlio Perillo
2023-05-09build: make literal paths portableManlio Perillo
2023-05-09tests: remove the missing functions from RunStepManlio Perillo
2023-05-09build: improve code formattingManlio Perillo
2023-05-09build: add the dumpArgs functionManlio Perillo
2023-05-09build: fix doc-commentsManlio Perillo
2023-05-09build: use the blank identifier in the parameter listManlio Perillo
2023-05-09build: use self when using @fieldParentPtrManlio Perillo
2023-05-09build: don't install skipped exercisesManlio Perillo