aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-01-21Merge branch 'main' into check_output_lenChris Boesch9-60/+63
2023-01-21Merge pull request #165 from chrboesch/readmeChris Boesch1-1/+1
added note for async functions
2023-01-21added note for async functionsChris Boesch1-1/+1
2023-01-21Merge pull request #164 from chrboesch/asyncChris Boesch1-44/+46
disable the async excercises because of temporary not available in zig: https://github.com/ratfactor/ziglings/issues/163
2023-01-21disable the async excercises because of temporary not available in zigChris Boesch1-44/+46
compiler
2023-01-18Merge pull request #162 from rofrol/patch-3Chris Boesch1-1/+1
writen -> written
2023-01-17writen -> writtenRoman Frołow1-1/+1
2023-01-14Merge pull request #161 from chrboesch/readmeChris Boesch1-1/+1
changes from @typeInfo in Readme noted
2023-01-14changes from @typeInfo in Readme notedChris Boesch1-1/+1
2023-01-14Merge pull request #160 from chrboesch/typeinfoChris Boesch3-3/+3
patch because of a change in @typeInfo
2023-01-14patch because of a change in @typeInfoChris Boesch3-3/+3
2023-01-14Merge pull request #143 from kimshrier/exercise_060_f80Chris Boesch1-2/+2
Exercise 60: mention new float type f80 @kimshrier Thank you!
2023-01-14Merge branch 'main' into exercise_060_f80Chris Boesch5-11/+12
2023-01-14Merge pull request #159 from chrboesch/readmeChris Boesch1-1/+1
entered current zig version number in
2023-01-14entered current zig version numberChris Boesch1-1/+1
2023-01-14Merge pull request #158 from chrboesch/readmeChris Boesch1-2/+4
update readme for new ziglang version
2023-01-14update readme for new ziglang versionChris Boesch1-2/+4
2023-01-14Merge pull request #157 from chrboesch/e64Chris Boesch1-4/+2
fixed: https://github.com/ratfactor/ziglings/issues/156
2023-01-14fixed https://github.com/ratfactor/ziglings/issues/156Chris Boesch1-4/+2
2023-01-14Merge pull request #138 from fjebaker/mainChris Boesch1-2/+2
Exercise 82: typo and type fixes in comment
2023-01-12Merge pull request #155 from chrboesch/mainChris Boesch1-0/+1
Update README.md
2023-01-12Update README.mdChris Boesch1-0/+1
Added action item for interfaces
2023-01-12Merge pull request #154 from chrboesch/mainChris Boesch1-1/+1
Update 042_pointers4.zig
2023-01-12Update 042_pointers4.zigChris Boesch1-1/+1
https://github.com/ratfactor/ziglings/pull/122
2023-01-08Merge pull request #144 from phantom32-0/patch-1Chris Boesch1-1/+1
fix minor typo in contributing.md
2023-01-08Merge pull request #148 from lmbarros/patch-1Chris Boesch1-1/+1
Fix typo: "written", not "writen"
2022-12-29Fix typo: "written", not "writen"Leandro Motta Barros1-1/+1
2022-11-16output fixes to 16 and 19Tobias Simetsreiter1-3/+3
2022-11-16exit non zero on errorTobias Simetsreiter1-1/+1
2022-11-16exclude trailing newlines and spacesTobias Simetsreiter1-7/+9
2022-11-16add check for trailing output charactersTobias Simetsreiter1-1/+1
2022-11-15fix minor typo in contributing.mdErtuğrul Özdemir1-1/+1
2022-11-07Exercise 60: mention new float type f80Kim SHrier1-2/+2
2022-09-17typo and type fixes in commentFergus Baker1-2/+2
2022-09-10README tweaks and another ver bumpDave Gauer2-6/+5
2022-09-10Merge pull request #136 from SebastianAigner/fix-NativeTargetInfo-detect-paramDave Gauer2-3/+4
Remove parameter in call to NativeTargetInfo.detect
2022-09-09Remove parameter in call to NativeTargetInfo.detectSebastian Aigner2-3/+4
Compatibility with ziglang/zig@3ee01c14ee7ba42b484f15daeacb67da90a81c9e
2022-09-06Bump version for Ex 074 fix from upstream :-)Dave Gauer2-2/+3
2022-09-06Merge pull request #134 from BlueAlmost/bitreverse_commentDave Gauer2-5/+4
corrected @bitReverse for only 1 arg, instead of 2 args
2022-09-06Merge pull request #133 from DerTee/fix_typo_contributingDave Gauer1-1/+1
fix typo in contributing.md
2022-09-03corrected @bitReverse for only 1 arg, instead of 2 argsJames LeBlanc2-5/+4
2022-09-03fix typoDerTee1-1/+1
2022-08-29Update Zig development build minimum versionDave Gauer2-2/+3
2022-08-29Merge pull request #132 from bracki/fix-async-exercisesDave Gauer1-1/+17
Compile async exercise with stage 1 compiler
2022-08-29Ex 080: Strip filename from @typeName output to address #130Dave Gauer2-11/+30
2022-08-29Ex 065: improve hints, fix type printing change. For #120 and #128Dave Gauer2-37/+72
2022-08-29Use stage 1 compiler for async exercisesJan Brauer1-1/+17
2022-07-31Merge pull request #112 from nahuakang/ex047-referenceDave Gauer1-1/+1
Edit comment to specify `for reference`
2022-07-31Merge pull request #118 from rigobert9/mainDave Gauer1-1/+1
Grammar check : adding a "to"
2022-07-31Improve CONTRIBUTING, rewrap textDave Gauer1-39/+44