summaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
2023-01-14patch because of a change in @typeInfoChris Boesch
2023-01-14Merge pull request #158 from chrboesch/readmeChris Boesch
update readme for new ziglang version
2023-01-14update readme for new ziglang versionChris Boesch
2023-01-14Merge pull request #157 from chrboesch/e64Chris Boesch
fixed: https://github.com/ratfactor/ziglings/issues/156
2023-01-14fixed https://github.com/ratfactor/ziglings/issues/156Chris Boesch
2023-01-14Merge pull request #138 from fjebaker/mainChris Boesch
Exercise 82: typo and type fixes in comment
2023-01-12Merge pull request #155 from chrboesch/mainChris Boesch
Update README.md
2023-01-12Update README.mdChris Boesch
Added action item for interfaces
2023-01-12Merge pull request #154 from chrboesch/mainChris Boesch
Update 042_pointers4.zig
2023-01-12Update 042_pointers4.zigChris Boesch
https://github.com/ratfactor/ziglings/pull/122
2023-01-08Merge pull request #144 from phantom32-0/patch-1Chris Boesch
fix minor typo in contributing.md
2023-01-08Merge pull request #148 from lmbarros/patch-1Chris Boesch
Fix typo: "written", not "writen"
2022-12-29Fix typo: "written", not "writen"Leandro Motta Barros
2022-11-15fix minor typo in contributing.mdErtuğrul Özdemir
2022-09-17typo and type fixes in commentFergus Baker
2022-09-10README tweaks and another ver bumpDave Gauer
2022-09-10Merge pull request #136 from SebastianAigner/fix-NativeTargetInfo-detect-paramDave Gauer
Remove parameter in call to NativeTargetInfo.detect
2022-09-09Remove parameter in call to NativeTargetInfo.detectSebastian Aigner
Compatibility with ziglang/zig@3ee01c14ee7ba42b484f15daeacb67da90a81c9e
2022-09-06Bump version for Ex 074 fix from upstream :-)Dave Gauer
2022-09-06Merge pull request #134 from BlueAlmost/bitreverse_commentDave Gauer
corrected @bitReverse for only 1 arg, instead of 2 args
2022-09-06Merge pull request #133 from DerTee/fix_typo_contributingDave Gauer
fix typo in contributing.md
2022-09-03corrected @bitReverse for only 1 arg, instead of 2 argsJames LeBlanc
2022-09-03fix typoDerTee
2022-08-29Update Zig development build minimum versionDave Gauer
2022-08-29Merge pull request #132 from bracki/fix-async-exercisesDave Gauer
Compile async exercise with stage 1 compiler
2022-08-29Ex 080: Strip filename from @typeName output to address #130Dave Gauer
2022-08-29Ex 065: improve hints, fix type printing change. For #120 and #128Dave Gauer
2022-08-29Use stage 1 compiler for async exercisesJan Brauer
2022-07-31Merge pull request #112 from nahuakang/ex047-referenceDave Gauer
Edit comment to specify `for reference`
2022-07-31Merge pull request #118 from rigobert9/mainDave Gauer
Grammar check : adding a "to"
2022-07-31Improve CONTRIBUTING, rewrap textDave Gauer
2022-07-31Correct conventional Zig reference vs value passing re #89Dave Gauer
2022-07-31Grammar check : adding a "to"François Gallois
2022-07-31Update comment per feedbackNahua
2022-07-31Merge branch 'heatray'Dave Gauer
2022-07-31Update ex 047 comment and patchDave Gauer
2022-07-31Updated build version requirement to 0.10.0-dev.3385Dave Gauer
2022-07-31Massage ex 064 patchDave Gauer
2022-07-31Merge pull request #116 from jtgoen/fix-format-specifiersDave Gauer
Fix issue with formatting from std library updates
2022-07-31Merge pull request #107 from winterqt/remove-extraneous-newlineDave Gauer
Remove extraneous newlines in exercises 26 and 44
2022-07-31Merge pull request #106 from adamu/patch-1Dave Gauer
fix grammar isn't -> doesn't
2022-07-31Merge pull request #104 from lkadalski/patch-2Dave Gauer
fix: wrong expected output in exercise 004
2022-07-31Merge pull request #103 from jtgoen/patch-1Dave Gauer
Replace "−" with "-" in Assigment 3 tutorial text
2022-07-31Merge pull request #102 from deforde/whitespace-fixDave Gauer
Remove trailing whitespace.
2022-07-31Merge pull request #101 from DerTee/064_builtins_overflow_clarificationDave Gauer
064_builtins: clarify @addWithOverflow explanation
2022-07-28Fix issue with formatting from std library updatesjtgoen
2022-07-24Edit comment above a for loop by reference lineNahua Kang
2022-06-24Remove extraneous newlines in exercises 26 and 44Winter
2022-06-18fix grammar isn't -> doesn'tAdam Millerchip
2022-06-11fix: wrong expected output in exercise 004Łukasz Kądalski