aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
2021-04-13Add ex066, the first comptime explanationDave Gauer
2021-04-11update readme with progressDave Gauer
2021-04-11add ex065 builtins2Dave Gauer
2021-04-10added ex064 builtinsDave Gauer
2021-04-10mention builtin ex coming upDave Gauer
2021-04-10Added ex063 labelsDave Gauer
2021-04-09added ex062 loop expressionsDave Gauer
2021-04-09added ex061 coercionsDave Gauer
2021-04-09Added ex060 floatsDave Gauer
2021-04-08added 059Dave Gauer
2021-04-05Ex 058 separate explanations for clarityDave Gauer
2021-04-04Make it clearer where there's nothing to be fixed.Dave Gauer
2021-04-04Explaining undefined 0xAA in 038 (for issue #43)Dave Gauer
2021-04-04Normalized exercise output, answers (#41)Dave Gauer
1. All exercises should print a trailing \n 2. The build script should always show you _exactly_ what it's looking for when you get it wrong. Therefore, .output should be set to the exact expected output.
2021-04-04Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer
2021-04-04Added epic ex058 - quiz 7Dave Gauer
2021-04-01Merge pull request #44 from rofrol/patch-1Dave Gauer
print below statement -> print statement below
2021-03-31print below statement -> print statement belowRoman Frołow
2021-03-29Merge branch 'ex058' into mainDave Gauer
2021-03-29Adding CONTRIBUTING (#42)Dave Gauer
2021-03-26Merge pull request #40 from samwho/fix-typoDave Gauer
Fix a small typo in 029_errdefer.zig.
2021-03-26Fix a small typo in 029_errdefer.zig.Sam Rose
2021-03-18Update 005_arrays2.zigDave Gauer
ex005 was too to
2021-03-18ex 058 grammaring harderDave Gauer
2021-03-18Merge pull request #39 from davidskeck/patch-1Dave Gauer
grammatical fixes
2021-03-17grammatical fixesDavid Keck
fixed orphaned parenthesis and removed unneeded comma
2021-03-16fixed failing test for ex. 024Dave Gauer
2021-03-16Enum submissions now closed in ex. 048Dave Gauer
2021-03-16removed dupe ex 057 from build scriptDave Gauer
2021-03-16Merge pull request #38 from tomkun/patch-1Dave Gauer
Another enum method found
2021-03-15Another enum method foundTomasz K
2021-03-15Merge pull request #37 from SpencerCDixon/enum-methodDave Gauer
Adds another enum method
2021-03-14Adds another enum methodSpencer Dixon
2021-03-14Merge pull request #36 from JosephTLyons/Whitespace-cleanupDave Gauer
Cleaned up some trailing whitespace
2021-03-14Cleaned up some trailing whitespaceJoseph T Lyons
2021-03-13Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer
2021-03-13Many pointers -> many-item pointersDave Gauer
2021-03-13Merge pull request #35 from GoldsteinE/patch-1Dave Gauer
Found another enum method
2021-03-13Found another enum methodGoldstein
2021-03-12Update README.mdDave Gauer
2021-03-12workflow_dispatch testDave Gauer
2021-03-12Merge branch 'mattnite-ci' into mainDave Gauer
2021-03-12Merge branch 'ci' of https://github.com/mattnite/ziglings into mattnite-ciDave Gauer
eowyn.sh has changed, conflict resolved
2021-03-12Patch/test scripts now run from project rootDave Gauer
This simplifies everything and makes everything good. (Shell scripts need to be as simple as possible for maximum compatibility.)
2021-03-12Updated readme post 000 padddDave Gauer
2021-03-12Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer
2021-03-12"999 is enough for anybody" triple-zero padding (#18)Dave Gauer
When I hit 999 exercises, I will finally have reached the ultimate state of soteriological release and no more exercises will be needed. The cycle will be complete. All that will be left is perfect quietude, freedom, and highest happiness.
2021-03-12Merge pull request #34 from bbuccianti/mainDave Gauer
I found one enum with a fn!
2021-03-12I found one enum with a fn!Benjamin Buccianti
2021-03-12Merge pull request #33 from JosephTLyons/Use-Double-Quotes-On-StringsDave Gauer
Use double quotes for Zig strings