aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises
AgeCommit message (Collapse)Author
2021-07-21added newline print to make output look nicerAirbus5717
2021-06-30No unused fn paramsDave Gauer
2021-06-30no unusued varsDave Gauer
2021-06-30methods not namespacedDave Gauer
2021-06-30No unused localsDave Gauer
2021-06-30no unused method paramsDave Gauer
2021-06-30methods NOT namespaced like i expectedDave Gauer
2021-06-30unused consts now errorsDave Gauer
2021-06-30Must use capture valueDave Gauer
2021-06-15added ub exploration to ex090Dave Gauer
2021-06-14add ex090 async 7Dave Gauer
2021-06-14Merge pull request #59 from max-lv/mainDave Gauer
fix typo in 067_comptime2.zig
2021-06-14New usize explanation 008, etc.Dave Gauer
2021-06-14Merge pull request #58 from ZapAnton/008_replace_index_var_typeDave Gauer
008_quiz: Replaced the type of the index variable
2021-06-12fix typo in 067_comptime2.zigmax-lv
2021-05-28008_quiz: Replaced the type of the index variableZapAnton
Replaced the type of the `x` variable to `usize` instead of `u8`.
2021-05-28066_comptime: Typo fixZapAnton
Small typo fix `arbitary` -> `arbitrary`
2021-05-27Add ex089 Async 6Dave Gauer
2021-05-25Missing word in explanation ex085Dave Gauer
2021-05-24change `suspend;` to `suspend {}`jacob gw
2021-05-13Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer
2021-05-13add ex088 async 5 awaitDave Gauer
2021-05-13Merge pull request #54 from rofrol/patch-2Dave Gauer
Prevent error "cast discards const qualifier"
2021-05-13this meansRoman Frołow
2021-05-13Prevent error "cast discards const qualifier"Roman Frołow
2021-05-12add ex087 async 4Dave Gauer
2021-05-12add ex086 async 3Dave Gauer
2021-05-12add ex085 async 2Dave Gauer
2021-05-12add ex084 asyncDave Gauer
2021-05-09076 typoDave Gauer
2021-05-09076 sentinels must be same typeDave Gauer
2021-05-09add ex083 anon listsDave Gauer
2021-05-09add ex082 anon structs 3Dave Gauer
2021-05-09add ex081 anon structs 2Dave Gauer
2021-05-09add ex080 anonymous structs 1Dave Gauer
2021-05-09Normalize interrobangsDave Gauer
2021-05-09Add ex079 quoted identifiersDave Gauer
2021-05-08Fix 076, add 077,078 sentinels and many-item pointersDave Gauer
2021-05-06Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer
2021-05-06add ex076 sentinelsDave Gauer
2021-05-03Merge pull request #52 from andrejp88/mainDave Gauer
Fix typo in 074 comptime 9
2021-05-03canna have two bars, cap'nDave Gauer
2021-05-03improve wording of 052Dave Gauer
2021-05-02Fix typo in 074 comptime 9Andrej Petrović
2021-04-30Added ex075 Quiz 8Dave Gauer
2021-04-30add ex074 comptime 9Dave Gauer
2021-04-27Clarify 048,049 comments from instructions (issue #48)Dave Gauer
2021-04-26adding enlightenment to 019 (for #50)Dave Gauer
2021-04-26Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer
2021-04-26fix typo in 072 (for #49)Dave Gauer