aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-09build: make literal paths portableManlio Perillo2-2/+7
2023-05-09tests: remove the missing functions from RunStepManlio Perillo1-27/+5
2023-05-09build: improve code formattingManlio Perillo1-7/+15
2023-05-09build: add the dumpArgs functionManlio Perillo1-10/+10
2023-05-09build: fix doc-commentsManlio Perillo1-9/+9
2023-05-09build: use the blank identifier in the parameter listManlio Perillo1-4/+2
2023-05-09build: use self when using @fieldParentPtrManlio Perillo1-5/+5
2023-05-09build: don't install skipped exercisesManlio Perillo1-4/+12
2023-05-09build: fix `zig build -Dhealed install`Manlio Perillo1-3/+1
2023-05-08Cleaning up zig build outputDave Gauer2-67/+92
2023-05-07Merge pull request #292 from kimshrier/exercise_099_typoChris Boesch1-1/+1
2023-05-07Merge pull request #291 from kimshrier/exercise_098_typoChris Boesch1-3/+3
2023-05-07Merge pull request #290 from kimshrier/exercise_096_fix_exampleChris Boesch1-1/+1
2023-05-07Merge pull request #289 from kimshrier/exercise_092_typoChris Boesch1-1/+1
2023-05-07Merge pull request #288 from kimshrier/exercise_076_typoChris Boesch1-1/+1
2023-05-07Merge pull request #287 from kimshrier/exercise_072_typoChris Boesch1-1/+1
2023-05-07Merge pull request #286 from kimshrier/exercise_001_typoChris Boesch1-1/+1
2023-05-07Add missing word "a"Kim SHrier1-1/+1
2023-05-07Improve wording in some commentsKim SHrier1-3/+3
2023-05-07Fix reference to slice_ptr in example codeKim SHrier1-1/+1
2023-05-07Remove repeated word "with"Kim SHrier1-1/+1
2023-05-07Add missing word "of"Kim SHrier1-1/+1
2023-05-07add missing word "to"Kim SHrier1-1/+1
2023-05-06fix typo well -> willKim SHrier1-1/+1
2023-05-06Merge pull request #285 from chrboesch/improve_instructionChris Boesch1-3/+5
2023-05-06Merge branch 'main' into improve_instructionChris Boesch3-69/+211
2023-05-06Improve instructions.Chris Boesch1-4/+5
2023-05-06Merge pull request #284 from perillo/improve-exercise-type-moreChris Boesch2-54/+193
2023-05-06build: improve Exercise.addExecutableManlio Perillo1-2/+2
2023-05-06build: use multiline string literals when necessaryManlio Perillo2-32/+177
2023-05-06build: remove assertion in `Exercise.key`Manlio Perillo1-8/+8
2023-05-06build: make `Exercise.hint` optionalManlio Perillo2-12/+6
2023-05-05Ex 101: Magic bags better than buckets for metaphorsDave Gauer1-15/+17
2023-05-05Merge pull request #281 from perillo/add-healed-path-optionChris Boesch2-57/+108
2023-05-05build: add the healed-path optionManlio Perillo2-39/+89
2023-05-05Merge pull request #280 from arnon4/patch-1Chris Boesch1-1/+1
2023-05-05Fixed example syntax for inline elseArnon1-1/+1
2023-05-04Merge branch 'main' of github.com:ratfactor/ziglingsDave Gauer5-140/+213
2023-05-04Ex 001 remove ancient script reference + wordingDave Gauer1-7/+7
2023-05-04test: remove obsolete comment in the heal functionManlio Perillo1-2/+2
2023-05-04test: fix doc-commentsManlio Perillo1-7/+7
2023-05-04test: improve test case 1 and 2Manlio Perillo1-11/+12
2023-05-04Merge pull request #265 from Arya-Elfren/methods-clarificationDave Gauer1-19/+18
2023-05-04Merge pull request #264 from Arya-Elfren/float-clarificationDave Gauer1-8/+11
2023-05-03Merge pull request #279 from perillo/refactor-zigling-step-2Chris Boesch1-81/+116
2023-05-03build: improve coding style in ZiglingStepManlio Perillo1-26/+45
2023-05-03build: use @panic("OOM") instead of unreachableManlio Perillo1-9/+9
2023-05-03build: improve the exercise output checkManlio Perillo1-5/+5
2023-05-03build: don't use @This() in ZiglingStepManlio Perillo1-5/+5
2023-05-03build: remove ZiglingStep.builder fieldManlio Perillo1-8/+6