| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-10 | README tweaks and another ver bump | Dave Gauer | 1 | -1/+1 | |
| 2022-09-09 | Remove parameter in call to NativeTargetInfo.detect | Sebastian Aigner | 1 | -2/+1 | |
| Compatibility with ziglang/zig@3ee01c14ee7ba42b484f15daeacb67da90a81c9e | |||||
| 2022-09-06 | Bump version for Ex 074 fix from upstream :-) | Dave Gauer | 1 | -1/+1 | |
| 2022-08-29 | Update Zig development build minimum version | Dave Gauer | 1 | -1/+1 | |
| 2022-08-29 | Use stage 1 compiler for async exercises | Jan Brauer | 1 | -1/+17 | |
| 2022-07-31 | Correct conventional Zig reference vs value passing re #89 | Dave Gauer | 1 | -1/+2 | |
| 2022-07-31 | Updated build version requirement to 0.10.0-dev.3385 | Dave Gauer | 1 | -1/+1 | |
| 2022-07-31 | Merge pull request #104 from lkadalski/patch-2 | Dave Gauer | 1 | -1/+1 | |
| fix: wrong expected output in exercise 004 | |||||
| 2022-06-11 | fix: wrong expected output in exercise 004 | Łukasz Kądalski | 1 | -1/+1 | |
| 2022-05-16 | 064_builtins: clarify @addWithOverflow explanation | DerTee | 1 | -1/+1 | |
| There were misunderstandings concerning overflowing operations and overflowed variables. Hopefully it's clearer now. | |||||
| 2022-05-01 | Fix build on latest nightly zig | iz | 1 | -2/+1 | |
| 2022-03-19 | Update sentinel type for v0.10.0 | Dave Gauer | 1 | -1/+1 | |
| Fixes .../076_sentinels.zig:95:30: error: incompatible types: 'u32' and '?*const anyopaque': while (my_seq[i] != my_sentinel) { | |||||
| 2021-12-20 | Update c_void to anyopaque to fix #84 | Dave Gauer | 1 | -4/+4 | |
| 2021-11-07 | Added ex91 - closing in on async! | Dave Gauer | 1 | -0/+4 | |
| 2021-10-09 | Bumped version requirement | Dave Gauer | 1 | -1/+1 | |
| 2021-10-09 | Updated for dev pre-release build v0.9.0-dev.1343 | Dave Gauer | 1 | -3/+4 | |
| A change in the "build" library imports and some cleanup in the patches. | |||||
| 2021-07-21 | Cleaned trailing spaces, added trailing commas | Dave Gauer | 1 | -8/+8 | |
| 2021-07-21 | Newline after PASSED so multiline results line up better | Dave Gauer | 1 | -1/+1 | |
| 2021-07-21 | another fix | Airbus5717 | 1 | -1/+5 | |
| 2021-07-21 | fix fmt | Airbus5717 | 1 | -1/+5 | |
| 2021-07-21 | added newline print to make output look nicer | Airbus5717 | 1 | -11/+3 | |
| 2021-06-14 | add ex090 async 7 | Dave Gauer | 1 | -0/+4 | |
| 2021-06-14 | Update version for real :-) | Dave Gauer | 1 | -1/+1 | |
| 2021-06-14 | Updated to master build 0.9.0-dev.137 | Dave Gauer | 1 | -2/+2 | |
| 2021-05-27 | Add ex089 Async 6 | Dave Gauer | 1 | -0/+4 | |
| 2021-05-13 | add ex088 async 5 await | Dave Gauer | 1 | -0/+4 | |
| 2021-05-12 | add ex087 async 4 | Dave Gauer | 1 | -0/+4 | |
| 2021-05-12 | add ex086 async 3 | Dave Gauer | 1 | -0/+4 | |
| 2021-05-12 | add ex085 async 2 | Dave Gauer | 1 | -0/+4 | |
| 2021-05-12 | add ex084 async | Dave Gauer | 1 | -1/+6 | |
| 2021-05-09 | add ex083 anon lists | Dave Gauer | 1 | -0/+4 | |
| 2021-05-09 | add ex082 anon structs 3 | Dave Gauer | 1 | -0/+5 | |
| 2021-05-09 | add ex081 anon structs 2 | Dave Gauer | 1 | -0/+4 | |
| 2021-05-09 | add ex080 anonymous structs 1 | Dave Gauer | 1 | -0/+4 | |
| 2021-05-09 | Add ex079 quoted identifiers | Dave Gauer | 1 | -0/+5 | |
| 2021-05-08 | Fix 076, add 077,078 sentinels and many-item pointers | Dave Gauer | 1 | -1/+9 | |
| 2021-05-06 | add ex076 sentinels | Dave Gauer | 1 | -0/+4 | |
| 2021-04-30 | Added ex075 Quiz 8 | Dave Gauer | 1 | -0/+9 | |
| 2021-04-26 | add ex073 comptime 8 | Dave Gauer | 1 | -0/+4 | |
| 2021-04-24 | fixed hint typo | Dave Gauer | 1 | -1/+1 | |
| 2021-04-24 | add 072 comptime 7 | Dave Gauer | 1 | -0/+4 | |
| 2021-04-23 | make global required version in build script | Dave Gauer | 1 | -7/+10 | |
| 2021-04-22 | add 071 comptime 6 inline for | Dave Gauer | 1 | -0/+4 | |
| 2021-04-21 | add ex070 comptime 5 | Dave Gauer | 1 | -0/+5 | |
| 2021-04-21 | add ex069 comptime 4 | Dave Gauer | 1 | -1/+8 | |
| 2021-04-18 | add ex068 comptime 3 | Dave Gauer | 1 | -0/+4 | |
| 2021-04-15 | add ex067 comptime TWO | Dave Gauer | 1 | -0/+4 | |
| 2021-04-14 | Added type reflection to 066 | Dave Gauer | 1 | -1/+1 | |
| 2021-04-13 | Add ex066, the first comptime explanation | Dave Gauer | 1 | -0/+5 | |
| 2021-04-11 | add ex065 builtins2 | Dave Gauer | 1 | -0/+5 | |
