aboutsummaryrefslogtreecommitdiff
path: root/patches
AgeCommit message (Expand)AuthorFilesLines
2023-08-17changed struct name 'class' into 'role'Chris Boesch1-2/+2
2023-08-02changed struct name 'class' into 'role'Chris Boesch1-1/+1
2023-06-26Revised exercises due to the changes of Zig version 0.11.0-dev.3853Chris Boesch2-2/+2
2023-06-26First tokenization exerice.Chris Boesch1-0/+4
2023-06-22Merge branch 'main' into refactor-var-to-constlording1-2/+2
2023-06-22var to const when posssiblelording4-8/+8
2023-06-22Fix broken builtin name in exercise 36lording1-2/+2
2023-06-10Fixed description of @addWithOverflowChris Boesch1-2/+2
2023-05-15Added testing exercise.Chris Boesch1-0/+8
2023-05-02Added Ex 101 "for loops part 5" (Closes #271)Dave Gauer1-0/+4
2023-04-30Added Ex. 100 fourth for (as foretold in #261)Dave Gauer1-0/+4
2023-04-30Renamed 095 to "for3" to match feature sequenceDave Gauer1-0/+0
2023-04-30Updating 095 patch to match, natch!Dave Gauer1-1/+1
2023-04-29eowyn.sh: remove checking formatting one file at a timeManlio Perillo1-6/+1
2023-04-25Version number added.Chris Boesch1-0/+3
2023-04-25Added a loop for the formatting test, so we can see where errors happen.Chris Boesch1-1/+6
2023-04-25eowyn.sh: set the -e optionManlio Perillo1-1/+2
2023-04-25eowyn: always quote variablesManlio Perillo1-7/+6
2023-04-23Ex 099 format instructions to 65 columns, wording, examplesDave Gauer1-2/+1
2023-04-19Merge pull request #247 from chrboesch/formattingChris Boesch1-0/+5
2023-04-19added first formatting exerciseChris Boesch1-0/+5
2023-04-18Ensure the patches are up-to-date and consistentManlio Perillo13-71/+42
2023-04-18eowyn: run `zig fmt --check` before `zig build`Manlio Perillo1-0/+3
2023-04-18Ensure the exercises use the canonical formatManlio Perillo3-7/+7
2023-04-12added the second exercise for bit manipulationChris Boesch1-0/+4
2023-04-12added first exercise for bit manipulationChris Boesch1-0/+4
2023-03-30function made more elegantChris Boesch1-2/+2
2023-03-08change empty init to '???' placeholderSean Aubin1-1/+1
2023-03-08rename memory allocation 095 -> 096Sean Aubin1-0/+0
2023-03-08add 095_memory_allocation.patchSean Aubin1-0/+4
2023-03-04exercise for new for-loopsChris Boesch1-0/+4
2023-02-21dev.1711 - switched to multi-object-for-loopsChris Boesch1-3/+3
2023-02-19check for dev1650 and some minor polishChris Boesch1-1/+1
2023-02-19small improvements in hello_cChris Boesch1-1/+1
2023-02-18added C math exerciseChris Boesch1-0/+4
2023-02-16try 'write' that works on mac, but I didn't know if it works on windowsChris Boesch1-3/+3
2023-02-16Merge branch 'main' into hello_cChris Boesch1-0/+4
2023-02-16inserted a workaround for mac-os, see https://github.com/ziglang/zig/issues/1...Chris Boesch1-3/+3
2023-02-15Added story/explanation to new ex. 092Dave Gauer1-3/+3
2023-02-15added the first C exerciseChris Boesch1-0/+4
2023-02-14inserted a failure and created a patchChris Boesch1-3/+4
2023-02-14created an empty patch for testing until the exercise is finishedChris Boesch1-0/+3
2023-01-22try to fix mac errorChris Boesch1-0/+2
2023-01-22changed 'the_end' to '999_the_end'Chris Boesch1-0/+0
2023-01-21the_end function addedChris Boesch1-0/+0
2023-01-21fixed patchesChris Boesch2-4/+4
2022-09-03corrected @bitReverse for only 1 arg, instead of 2 argsJames LeBlanc1-2/+2
2022-08-29Ex 080: Strip filename from @typeName output to address #130Dave Gauer1-8/+18
2022-08-29Ex 065: improve hints, fix type printing change. For #120 and #128Dave Gauer1-26/+39
2022-07-31Correct conventional Zig reference vs value passing re #89Dave Gauer3-3/+5