| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-01-21 | Merge branch 'main' into check_output_len | Chris Boesch | 9 | -60/+63 | |
| 2023-01-21 | Merge pull request #165 from chrboesch/readme | Chris Boesch | 1 | -1/+1 | |
| added note for async functions | |||||
| 2023-01-21 | added note for async functions | Chris Boesch | 1 | -1/+1 | |
| 2023-01-21 | Merge pull request #164 from chrboesch/async | Chris Boesch | 1 | -44/+46 | |
| disable the async excercises because of temporary not available in zig: https://github.com/ratfactor/ziglings/issues/163 | |||||
| 2023-01-21 | disable the async excercises because of temporary not available in zig | Chris Boesch | 1 | -44/+46 | |
| compiler | |||||
| 2023-01-18 | Merge pull request #162 from rofrol/patch-3 | Chris Boesch | 1 | -1/+1 | |
| writen -> written | |||||
| 2023-01-17 | writen -> written | Roman Frołow | 1 | -1/+1 | |
| 2023-01-14 | Merge pull request #161 from chrboesch/readme | Chris Boesch | 1 | -1/+1 | |
| changes from @typeInfo in Readme noted | |||||
| 2023-01-14 | changes from @typeInfo in Readme noted | Chris Boesch | 1 | -1/+1 | |
| 2023-01-14 | Merge pull request #160 from chrboesch/typeinfo | Chris Boesch | 3 | -3/+3 | |
| patch because of a change in @typeInfo | |||||
| 2023-01-14 | patch because of a change in @typeInfo | Chris Boesch | 3 | -3/+3 | |
| 2023-01-14 | Merge pull request #143 from kimshrier/exercise_060_f80 | Chris Boesch | 1 | -2/+2 | |
| Exercise 60: mention new float type f80 @kimshrier Thank you! | |||||
| 2023-01-14 | Merge branch 'main' into exercise_060_f80 | Chris Boesch | 5 | -11/+12 | |
| 2023-01-14 | Merge pull request #159 from chrboesch/readme | Chris Boesch | 1 | -1/+1 | |
| entered current zig version number in | |||||
| 2023-01-14 | entered current zig version number | Chris Boesch | 1 | -1/+1 | |
| 2023-01-14 | Merge pull request #158 from chrboesch/readme | Chris Boesch | 1 | -2/+4 | |
| update readme for new ziglang version | |||||
| 2023-01-14 | update readme for new ziglang version | Chris Boesch | 1 | -2/+4 | |
| 2023-01-14 | Merge pull request #157 from chrboesch/e64 | Chris Boesch | 1 | -4/+2 | |
| fixed: https://github.com/ratfactor/ziglings/issues/156 | |||||
| 2023-01-14 | fixed https://github.com/ratfactor/ziglings/issues/156 | Chris Boesch | 1 | -4/+2 | |
| 2023-01-14 | Merge pull request #138 from fjebaker/main | Chris Boesch | 1 | -2/+2 | |
| Exercise 82: typo and type fixes in comment | |||||
| 2023-01-12 | Merge pull request #155 from chrboesch/main | Chris Boesch | 1 | -0/+1 | |
| Update README.md | |||||
| 2023-01-12 | Update README.md | Chris Boesch | 1 | -0/+1 | |
| Added action item for interfaces | |||||
| 2023-01-12 | Merge pull request #154 from chrboesch/main | Chris Boesch | 1 | -1/+1 | |
| Update 042_pointers4.zig | |||||
| 2023-01-12 | Update 042_pointers4.zig | Chris Boesch | 1 | -1/+1 | |
| https://github.com/ratfactor/ziglings/pull/122 | |||||
| 2023-01-08 | Merge pull request #144 from phantom32-0/patch-1 | Chris Boesch | 1 | -1/+1 | |
| fix minor typo in contributing.md | |||||
| 2023-01-08 | Merge pull request #148 from lmbarros/patch-1 | Chris Boesch | 1 | -1/+1 | |
| Fix typo: "written", not "writen" | |||||
| 2022-12-29 | Fix typo: "written", not "writen" | Leandro Motta Barros | 1 | -1/+1 | |
| 2022-11-16 | output fixes to 16 and 19 | Tobias Simetsreiter | 1 | -3/+3 | |
| 2022-11-16 | exit non zero on error | Tobias Simetsreiter | 1 | -1/+1 | |
| 2022-11-16 | exclude trailing newlines and spaces | Tobias Simetsreiter | 1 | -7/+9 | |
| 2022-11-16 | add check for trailing output characters | Tobias Simetsreiter | 1 | -1/+1 | |
| 2022-11-15 | fix minor typo in contributing.md | Ertuğrul Özdemir | 1 | -1/+1 | |
| 2022-11-07 | Exercise 60: mention new float type f80 | Kim SHrier | 1 | -2/+2 | |
| 2022-09-17 | typo and type fixes in comment | Fergus Baker | 1 | -2/+2 | |
| 2022-09-10 | README tweaks and another ver bump | Dave Gauer | 2 | -6/+5 | |
| 2022-09-10 | Merge pull request #136 from SebastianAigner/fix-NativeTargetInfo-detect-param | Dave Gauer | 2 | -3/+4 | |
| Remove parameter in call to NativeTargetInfo.detect | |||||
| 2022-09-09 | Remove parameter in call to NativeTargetInfo.detect | Sebastian Aigner | 2 | -3/+4 | |
| Compatibility with ziglang/zig@3ee01c14ee7ba42b484f15daeacb67da90a81c9e | |||||
| 2022-09-06 | Bump version for Ex 074 fix from upstream :-) | Dave Gauer | 2 | -2/+3 | |
| 2022-09-06 | Merge pull request #134 from BlueAlmost/bitreverse_comment | Dave Gauer | 2 | -5/+4 | |
| corrected @bitReverse for only 1 arg, instead of 2 args | |||||
| 2022-09-06 | Merge pull request #133 from DerTee/fix_typo_contributing | Dave Gauer | 1 | -1/+1 | |
| fix typo in contributing.md | |||||
| 2022-09-03 | corrected @bitReverse for only 1 arg, instead of 2 args | James LeBlanc | 2 | -5/+4 | |
| 2022-09-03 | fix typo | DerTee | 1 | -1/+1 | |
| 2022-08-29 | Update Zig development build minimum version | Dave Gauer | 2 | -2/+3 | |
| 2022-08-29 | Merge pull request #132 from bracki/fix-async-exercises | Dave Gauer | 1 | -1/+17 | |
| Compile async exercise with stage 1 compiler | |||||
| 2022-08-29 | Ex 080: Strip filename from @typeName output to address #130 | Dave Gauer | 2 | -11/+30 | |
| 2022-08-29 | Ex 065: improve hints, fix type printing change. For #120 and #128 | Dave Gauer | 2 | -37/+72 | |
| 2022-08-29 | Use stage 1 compiler for async exercises | Jan Brauer | 1 | -1/+17 | |
| 2022-07-31 | Merge pull request #112 from nahuakang/ex047-reference | Dave Gauer | 1 | -1/+1 | |
| Edit comment to specify `for reference` | |||||
| 2022-07-31 | Merge pull request #118 from rigobert9/main | Dave Gauer | 1 | -1/+1 | |
| Grammar check : adding a "to" | |||||
| 2022-07-31 | Improve CONTRIBUTING, rewrap text | Dave Gauer | 1 | -39/+44 | |
