aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-11-16Merge pull request #78 from aedrax/patch-1Dave Gauer1-1/+1
Update 034_quiz4.zig
2021-11-10Update 034_quiz4.zigPaul Sorensen1-1/+1
Closes #76 By making comment more clear
2021-11-07Adding note to the monster 058 for the unwaryDave Gauer1-0/+10
2021-11-07Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer22-47/+46
2021-11-07Updated README with new scope of ZiglingsDave Gauer1-31/+18
2021-11-07Added ex91 - closing in on async!Dave Gauer3-0/+55
2021-11-07Merge pull request #77 from jhalmen/fmtDave Gauer22-47/+46
whitespaces and zig fmt
2021-11-05zig fmtJonathan Halmen10-20/+20
2021-11-05fix whitespace line-endingsJonathan Halmen19-27/+26
2021-10-18Removed confusing explanation from 076Dave Gauer2-6/+20
2021-10-09Bumped version requirementDave Gauer2-2/+2
2021-10-09Updated for dev pre-release build v0.9.0-dev.1343Dave Gauer3-5/+6
A change in the "build" library imports and some cleanup in the patches.
2021-09-15Merge pull request #72 from tensorush/my-branchDave Gauer2-2/+2
Fix exercises 058 and 081 :wrench:
2021-09-04Fix exercises 058 and 081 :wrench:Georgy Trush2-2/+2
2021-09-03Merge pull request #71 from franciscod/patch-1Dave Gauer1-1/+1
fix typo in 076 (sentinal -> sentinel)
2021-09-03fix typo in 076 (sentinal -> sentinel)Francisco Demartino1-1/+1
2021-08-30Update 052_slices.zigDave Gauer1-1/+1
2021-08-30Update 047_methods.zigDave Gauer1-0/+3
2021-08-29Update 037_structs.zigDave Gauer1-1/+1
2021-08-28Update 033_iferror.zigDave Gauer1-0/+6
2021-08-28Update 033_iferror.zigDave Gauer1-1/+1
2021-08-28Update 024_errors4.zigDave Gauer1-2/+2
2021-08-28Update 018_functions.zigDave Gauer1-6/+3
2021-08-28Update 018_functions.zigDave Gauer1-1/+1
2021-08-28018 awkward wordingDave Gauer1-2/+2
2021-08-24Merge pull request #70 from Palm404/patch-1Dave Gauer1-1/+1
fix: Syntax error to fit formatting
2021-08-24Merge pull request #69 from Palm404/mainDave Gauer1-1/+1
Fix: Fix grammar at 002_std.zig
2021-08-20fix: Syntax error to fit formattingPalm1-1/+1
2021-08-19Fix: Fix grammar at 002_std.zigunknown1-1/+1
2021-08-19Merge pull request #68 from Palm404/mainDave Gauer3-3/+4
feat: Add more comparison operator coverage in 009_if.zig
2021-08-18fix: Grammar in 018_functions.zigunknown1-1/+1
2021-08-17Merge branch 'main' of https://github.com/Palm404/ziglings into mainunknown1-1/+1
2021-08-17feat: More descriptive definitionunknown1-2/+2
2021-08-17fix: Change order to match 011_while.zigPalm1-1/+1
2021-08-16feat: Add more comparison operator coverage in 009_if.zigunknown1-0/+1
2021-07-24Merge pull request #67 from jcoppis/mainDave Gauer1-1/+1
fix: typo in CONTRIBUTING.md
2021-07-23fix: typo in CONTRIBUTING.mdJavier Coppis1-1/+1
2021-07-21Cleaned trailing spaces, added trailing commasDave Gauer1-8/+8
2021-07-21Newline after PASSED so multiline results line up betterDave Gauer1-1/+1
2021-07-21Merge pull request #66 from Airbus5717/mainDave Gauer2-9/+10
added newline print to make output look nicer
2021-07-21another fixAirbus57171-1/+5
2021-07-21fix fmtAirbus57171-1/+5
2021-07-21added newline print to make output look nicerAirbus57172-11/+4
2021-06-30No unused fn paramsDave Gauer2-0/+2
2021-06-30no unusued varsDave Gauer2-2/+4
2021-06-30methods not namespacedDave Gauer1-2/+2
2021-06-30No unused localsDave Gauer2-3/+1
2021-06-30no unused method paramsDave Gauer2-1/+5
2021-06-30methods NOT namespaced like i expectedDave Gauer2-9/+23
2021-06-30unused consts now errorsDave Gauer3-15/+10