aboutsummaryrefslogtreecommitdiff
path: root/patches
AgeCommit message (Collapse)AuthorFilesLines
2023-04-18eowyn: run `zig fmt --check` before `zig build`Manlio Perillo1-0/+3
Update the eowyn.sh script to check the healed exercises formatting, before running `zig build`.
2023-04-18Ensure the exercises use the canonical formatManlio Perillo3-7/+7
Add the check-exercises.py tool in the new tools directory. It is used to check that the exercises are correctly formatted, printing on stderr the invalid ones and the diff in the unified format. Update the exercises that don't use the canonical zig fmt format. Update some patches that cause the generated zig file to be incorrectly formatted.
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 ↵Chris Boesch1-3/+3
https://github.com/ziglang/zig/issues/14657#issuecomment-1432180967
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
2022-07-31Merge branch 'heatray'Dave Gauer1-3/+3
2022-07-31Update ex 047 comment and patchDave Gauer1-3/+3
2022-07-31Massage ex 064 patchDave Gauer1-4/+6
2022-05-16064_builtins: clarify @addWithOverflow explanationDerTee1-3/+5
There were misunderstandings concerning overflowing operations and overflowed variables. Hopefully it's clearer now.
2022-03-19Manually cleaned up patches/patches for issue #73Dave Gauer11-109/+13
Patches cleaned and fixed by hand as proof of my devotion. <3
2021-11-07Added ex91 - closing in on async!Dave Gauer1-0/+16
2021-10-18Removed confusing explanation from 076Dave Gauer1-2/+18
2021-10-09Updated for dev pre-release build v0.9.0-dev.1343Dave Gauer2-2/+2
A change in the "build" library imports and some cleanup in the patches.
2021-06-30no unusued varsDave Gauer1-2/+2
2021-06-30No unused localsDave Gauer1-1/+1
2021-06-30no unused method paramsDave Gauer1-1/+1
2021-06-30methods NOT namespaced like i expectedDave Gauer1-3/+20
2021-06-30unused consts now errorsDave Gauer2-4/+4
2021-06-14add ex090 async 7Dave Gauer1-0/+4
2021-06-14Re-sync patches with current changesDave Gauer7-15/+57
2021-06-14New usize explanation 008, etc.Dave Gauer1-5/+9
2021-05-27Add ex089 Async 6Dave Gauer1-0/+6
2021-05-24change `suspend;` to `suspend {}`jacob gw1-1/+1
2021-05-13add ex088 async 5 awaitDave Gauer1-0/+4
2021-05-12add ex087 async 4Dave Gauer1-0/+10
2021-05-12add ex086 async 3Dave Gauer1-0/+9
2021-05-12add ex085 async 2Dave Gauer1-0/+2