aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-03-26Fix a small typo in 029_errdefer.zig.Sam Rose1-1/+1
2021-03-18Update 005_arrays2.zigDave Gauer1-1/+1
ex005 was too to
2021-03-18ex 058 grammaring harderDave Gauer1-2/+2
2021-03-18Merge pull request #39 from davidskeck/patch-1Dave Gauer1-3/+3
grammatical fixes
2021-03-17grammatical fixesDavid Keck1-3/+3
fixed orphaned parenthesis and removed unneeded comma
2021-03-16fixed failing test for ex. 024Dave Gauer1-2/+2
2021-03-16Enum submissions now closed in ex. 048Dave Gauer1-6/+4
2021-03-16removed dupe ex 057 from build scriptDave Gauer1-4/+0
2021-03-16Merge pull request #38 from tomkun/patch-1Dave Gauer1-1/+3
Another enum method found
2021-03-15Another enum method foundTomasz K1-1/+3
2021-03-15Merge pull request #37 from SpencerCDixon/enum-methodDave Gauer1-0/+4
Adds another enum method
2021-03-14Adds another enum methodSpencer Dixon1-0/+4
2021-03-14Merge pull request #36 from JosephTLyons/Whitespace-cleanupDave Gauer3-3/+3
Cleaned up some trailing whitespace
2021-03-14Cleaned up some trailing whitespaceJoseph T Lyons3-3/+3
2021-03-13Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer1-0/+2
2021-03-13Many pointers -> many-item pointersDave Gauer2-3/+3
2021-03-13Merge pull request #35 from GoldsteinE/patch-1Dave Gauer1-0/+2
Found another enum method
2021-03-13Found another enum methodGoldstein1-0/+2
2021-03-12Update README.mdDave Gauer1-1/+1
2021-03-12workflow_dispatch testDave Gauer1-0/+1
2021-03-12Merge branch 'mattnite-ci' into mainDave Gauer2-1/+26
2021-03-12Merge branch 'ci' of https://github.com/mattnite/ziglings into mattnite-ciDave Gauer2-1/+26
eowyn.sh has changed, conflict resolved
2021-03-12Patch/test scripts now run from project rootDave Gauer2-20/+25
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 Gauer1-3/+3
2021-03-12Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer2-3/+7
2021-03-12"999 is enough for anybody" triple-zero padding (#18)Dave Gauer115-62/+70
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 Gauer1-0/+4
I found one enum with a fn!
2021-03-12I found one enum with a fn!Benjamin Buccianti1-0/+4
2021-03-12Merge pull request #33 from JosephTLyons/Use-Double-Quotes-On-StringsDave Gauer1-3/+3
Use double quotes for Zig strings
2021-03-12Use double quotes for Zig stringsJoseph T Lyons1-3/+3
2021-03-10Laying down some harsh string facts in ex54.Dave Gauer1-3/+5
2021-03-10Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer1-1/+3
2021-03-10add ex 57 unions 3Dave Gauer3-0/+62
2021-03-10Update README.mdDave Gauer1-1/+3
2021-03-09add ex56 for realDave Gauer2-0/+68
2021-03-09add ex56 unions2 (tagged)Dave Gauer1-0/+10
2021-03-09add ex 55 unionsDave Gauer4-1/+87
2021-03-07"Multi pointers" are now "many pointers"Dave Gauer5-11/+11
TypeInfo.Pointer.Size says "many", so there we are!
2021-03-06Update README with TODONEsDave Gauer1-2/+2
2021-03-06add ex54 multipointers (for real)Dave Gauer2-0/+57
2021-03-06add ex54 multipointersDave Gauer1-0/+4
2021-03-06add ex53 slices2Dave Gauer3-0/+59
2021-03-06remove realpathMatt Knight1-1/+1
2021-03-06need to change shebang to bash because we're using bashismsMatt Knight1-3/+1
2021-03-06add ex52 slicesDave Gauer3-1/+63
2021-03-06added set -eMatt Knight1-0/+2
2021-03-06added eowyn build for running against master every dayMatt Knight1-0/+25
2021-03-06POSIX shell fixesDave Gauer2-5/+4
2021-03-05ex51 word crimes solvedDave Gauer1-2/+2
2021-03-05ex51 explanation improvementsDave Gauer1-4/+12