Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-29 | Update Zig development build minimum version | Dave Gauer | |
2022-07-31 | Updated build version requirement to 0.10.0-dev.3385 | Dave Gauer | |
2022-04-22 | Bump stable version of Zig in README to correct | Dave Gauer | |
2022-03-19 | Touch up README version changelog | Dave Gauer | |
2022-03-19 | Update sentinel type for v0.10.0 | Dave Gauer | |
Fixes .../076_sentinels.zig:95:30: error: incompatible types: 'u32' and '?*const anyopaque': while (my_seq[i] != my_sentinel) { | |||
2021-12-20 | Add note about older version branches | Dave Gauer | |
2021-12-20 | Update c_void to anyopaque to fix #84 | Dave Gauer | |
2021-11-07 | Updated README with new scope of Ziglings | Dave Gauer | |
2021-10-09 | Bumped version requirement | Dave Gauer | |
2021-06-30 | fml wrong link | Dave Gauer | |
so many misteeks | |||
2021-06-30 | oh shit its markdown | Dave Gauer | |
I usually write my READMEs in AsciiDoc. | |||
2021-06-30 | Note compiler syntax strictness (#60) | Dave Gauer | |
2021-06-14 | Update version for real :-) | Dave Gauer | |
2021-05-12 | add ex084 async | Dave Gauer | |
2021-05-09 | add ex083 anon lists | Dave Gauer | |
2021-05-09 | Add ex079 quoted identifiers | Dave Gauer | |
2021-05-06 | add ex076 sentinels | Dave Gauer | |
2021-04-30 | Added ex075 Quiz 8 | Dave Gauer | |
2021-04-21 | add ex069 comptime 4 | Dave Gauer | |
2021-04-11 | update readme with progress | Dave Gauer | |
2021-04-10 | Added ex063 labels | Dave Gauer | |
2021-03-13 | Many pointers -> many-item pointers | Dave Gauer | |
2021-03-12 | Updated readme post 000 paddd | Dave Gauer | |
2021-03-10 | Update README.md | Dave Gauer | |
2021-03-09 | add ex 55 unions | Dave Gauer | |
2021-03-07 | "Multi pointers" are now "many pointers" | Dave Gauer | |
TypeInfo.Pointer.Size says "many", so there we are! | |||
2021-03-06 | Update README with TODONEs | Dave Gauer | |
2021-03-02 | Cleaned up some extraneous whitespace characters | Joseph T Lyons | |
2021-02-28 | Added ex 48, additional comment on 46 | Dave Gauer | |
2021-02-27 | New illustration in README! | Dave Gauer | |
Using the "put an image in an issue and link to it on the README" trick to keep the Ziglings repo size down. | |||
2021-02-16 | Update README so it has THE TRUTH | Dave Gauer | |
2021-02-15 | Second attempt of the second attempt (#14) | Dave Gauer | |
2021-02-15 | Second attempt at explaining the minimum build (#14) | Dave Gauer | |
2021-02-14 | Attempt to make the version error and README clearer (#14) | Dave Gauer | |
2021-02-14 | Make "check and halt" the default for zig build NN (#15) | Dave Gauer | |
The "start with NN" action is now NN_start. Also formatting output for improved clarity (hopefully). | |||
2021-02-14 | going with this exercise order | Dave Gauer | |
2021-02-13 | Added additional inspirations for Ziglings | Dave Gauer | |
Ruby Koans is even attributed by rustlings. The Little Schemer is a personal all-time favorite programming book. | |||
2021-02-13 | Updating README description of project | Dave Gauer | |
Also updated the GitHub project description to: "Learn the Zig programming language by fixing tiny broken programs." I think it sounds more of a fun challenge this way rather than the more academic "learn by doing exercises". I mean, who wouldn't want to come help these "tiny broken programs"?!? | |||
2021-02-12 | Update README to reflect new version checking | Dave Gauer | |
2021-02-11 | Use a zig build script to run ziglings | Martin Wickham | |
2021-02-09 | Moved exercises to exercises because exercises | Dave Gauer | |
2021-02-08 | Added Ex. 38-43 for pointers, updated README | Dave Gauer | |
Added topics beyond the language basics from ziglearn.org to the README. That's a lot of exercises. I'd like to keep it under 100, though! | |||
2021-02-06 | Added ex. 37,38 structs | Dave Gauer | |
2021-02-06 | Add ex 35,36 enums; updated README | Dave Gauer | |
I'm changing the order of some more topics. Trying to explain the value of pointers when we're mostly dealing with stack-sized values like integers feels convoluted. So I'm starting with enums (which also has a nice segue from an earlier "switch" exercise). Then structs. Then unions (just in keeping with the order of these items on ziglearn.org) and THEN pointers and multi-pointers and slices. | |||
2021-02-03 | Inserted ex. 32 unreachable, added quiz4. | Dave Gauer | |
2021-02-03 | Fixed README instructions | Dave Gauer | |
2021-01-31 | Adding exs 27-32 | Dave Gauer | |
2021-01-22 | Added ex 19,20 functions and pop quiz | Dave Gauer | |
2021-01-18 | Added ex 15,16 for loops | Dave Gauer | |
2021-01-10 | Added Ex 11-14: while loops | Dave Gauer | |