aboutsummaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Expand)AuthorFilesLines
2021-11-05zig fmtJonathan Halmen10-20/+20
2021-11-05fix whitespace line-endingsJonathan Halmen19-27/+26
2021-10-18Removed confusing explanation from 076Dave Gauer1-4/+2
2021-09-04Fix exercises 058 and 081 :wrench:Georgy Trush2-2/+2
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
2021-08-20fix: Syntax error to fit formattingPalm1-1/+1
2021-08-19Fix: Fix grammar at 002_std.zigunknown1-1/+1
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-21added newline print to make output look nicerAirbus57171-0/+1
2021-06-30No unused fn paramsDave Gauer2-0/+2
2021-06-30no unusued varsDave Gauer1-0/+2
2021-06-30methods not namespacedDave Gauer1-2/+2
2021-06-30No unused localsDave Gauer1-2/+0
2021-06-30no unused method paramsDave Gauer1-0/+4
2021-06-30methods NOT namespaced like i expectedDave Gauer1-6/+3
2021-06-30unused consts now errorsDave Gauer1-11/+6
2021-06-30Must use capture valueDave Gauer1-1/+1
2021-06-15added ub exploration to ex090Dave Gauer1-1/+45
2021-06-14add ex090 async 7Dave Gauer1-0/+43
2021-06-14Merge pull request #59 from max-lv/mainDave Gauer1-2/+2
2021-06-14New usize explanation 008, etc.Dave Gauer1-4/+13
2021-06-14Merge pull request #58 from ZapAnton/008_replace_index_var_typeDave Gauer1-1/+1
2021-06-12fix typo in 067_comptime2.zigmax-lv1-2/+2
2021-05-28008_quiz: Replaced the type of the index variableZapAnton1-1/+1
2021-05-28066_comptime: Typo fixZapAnton1-1/+1
2021-05-27Add ex089 Async 6Dave Gauer1-0/+53
2021-05-25Missing word in explanation ex085Dave Gauer1-1/+1
2021-05-24change `suspend;` to `suspend {}`jacob gw3-5/+5
2021-05-13Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer2-2/+2
2021-05-13add ex088 async 5 awaitDave Gauer1-0/+47
2021-05-13Merge pull request #54 from rofrol/patch-2Dave Gauer1-1/+1
2021-05-13this meansRoman Frołow1-1/+1
2021-05-13Prevent error "cast discards const qualifier"Roman Frołow1-1/+1
2021-05-12add ex087 async 4Dave Gauer1-0/+30
2021-05-12add ex086 async 3Dave Gauer1-0/+29
2021-05-12add ex085 async 2Dave Gauer1-0/+29