aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-06-30Must use capture valueDave Gauer1-1/+1
2021-06-30fml wrong linkDave Gauer1-1/+1
so many misteeks
2021-06-30oh shit its markdownDave Gauer1-1/+1
I usually write my READMEs in AsciiDoc.
2021-06-30Note compiler syntax strictness (#60)Dave Gauer1-0/+4
2021-06-16Oops, had committed WIP exerciseDave Gauer1-20/+0
2021-06-15added ub exploration to ex090Dave Gauer2-1/+65
2021-06-14add ex090 async 7Dave Gauer3-0/+51
2021-06-14Merge pull request #59 from max-lv/mainDave Gauer1-2/+2
fix typo in 067_comptime2.zig
2021-06-14Re-sync patches with current changesDave Gauer7-15/+57
2021-06-14New usize explanation 008, etc.Dave Gauer2-9/+22
2021-06-14Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer1-1/+1
2021-06-14Update version for real :-)Dave Gauer2-5/+6
2021-06-14Merge pull request #58 from ZapAnton/008_replace_index_var_typeDave Gauer1-1/+1
008_quiz: Replaced the type of the index variable
2021-06-14Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer1-1/+1
2021-06-14Updated to master build 0.9.0-dev.137Dave Gauer1-2/+2
2021-06-12fix typo in 067_comptime2.zigmax-lv1-2/+2
2021-05-29Merge pull request #57 from ZapAnton/066_fix_typoDave Gauer1-1/+1
066_comptime: Typo fix
2021-05-28008_quiz: Replaced the type of the index variableZapAnton1-1/+1
Replaced the type of the `x` variable to `usize` instead of `u8`.
2021-05-28066_comptime: Typo fixZapAnton1-1/+1
Small typo fix `arbitary` -> `arbitrary`
2021-05-27Add ex089 Async 6Dave Gauer4-4/+63
2021-05-25Missing word in explanation ex085Dave Gauer1-1/+1
2021-05-25Merge pull request #56 from g-w1/susDave Gauer4-6/+6
change `suspend;` to `suspend {}`
2021-05-24change `suspend;` to `suspend {}`jacob gw4-6/+6
2021-05-13Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer2-2/+2
2021-05-13add ex088 async 5 awaitDave Gauer3-0/+55
2021-05-13Merge pull request #54 from rofrol/patch-2Dave Gauer1-1/+1
Prevent error "cast discards const qualifier"
2021-05-13Merge pull request #55 from rofrol/patch-3Dave Gauer1-1/+1
this means
2021-05-13this meansRoman Frołow1-1/+1
2021-05-13Prevent error "cast discards const qualifier"Roman Frołow1-1/+1
2021-05-12add ex087 async 4Dave Gauer3-0/+44
2021-05-12add ex086 async 3Dave Gauer3-0/+42
2021-05-12add ex085 async 2Dave Gauer3-0/+35
2021-05-12add ex084 asyncDave Gauer4-5/+67
2021-05-09076 typoDave Gauer1-1/+1
2021-05-09076 sentinels must be same typeDave Gauer1-0/+3
2021-05-09add ex083 anon listsDave Gauer4-1/+34
2021-05-09add ex082 anon structs 3Dave Gauer3-0/+150
2021-05-09add ex081 anon structs 2Dave Gauer3-0/+59
2021-05-09add ex080 anonymous structs 1Dave Gauer3-0/+88
2021-05-09Normalize interrobangsDave Gauer3-4/+4
2021-05-09Add ex079 quoted identifiersDave Gauer4-0/+48
2021-05-08Fix 076, add 077,078 sentinels and many-item pointersDave Gauer7-35/+126
2021-05-06Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer1-3/+3
2021-05-06add ex076 sentinelsDave Gauer4-1/+134
2021-05-03Merge pull request #52 from andrejp88/mainDave Gauer1-3/+3
Fix typo in 074 comptime 9
2021-05-03canna have two bars, cap'nDave Gauer1-1/+1
2021-05-03improve wording of 052Dave Gauer1-3/+7
2021-05-02Fix typo in 074 comptime 9Andrej Petrović1-3/+3
2021-04-30Added ex075 Quiz 8Dave Gauer4-10/+237
2021-04-30add ex074 comptime 9Dave Gauer2-0/+66