aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-07-06Merge pull request 'document -Drandom' (#124) from ↵HEADmainChris Boesch1-0/+6
hippietrail/exercises:random-exercise into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/124
2024-07-06Merge branch 'main' into random-exerciseChris Boesch7-37/+156
2024-07-06document -DrandomAndrew Dunbar1-0/+6
2024-06-25Merge pull request 'Update .woodpecker/eowyn.yaml' (#119) from ↵Chris Boesch1-1/+1
chrboesch-wp-patch-3 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/119
2024-06-25Update .woodpecker/eowyn.yamlchrboesch1-1/+1
Add pull request
2024-06-25Merge pull request 'Rename 'std.rand' to 'std.Random'' (#118) from fix_117 ↵Chris Boesch1-1/+1
into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/118
2024-06-25Rename 'std.rand' to 'std.Random'Chris Boesch1-1/+1
2024-06-25Merge pull request 'attempt at implementing #113 "Add a way to do one random ↵Chris Boesch1-0/+31
exercise"' (#117) from hippietrail/exercises:random-exercise into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/117
2024-06-25attempt at implementing #113 "Add a way to do one random exercise"Andrew Dunbar1-0/+31
2024-06-24Merge pull request '046: Show usage of `.?` and hint towards new solution.' ↵Chris Boesch2-12/+27
(#116) from alexmchughnz/ziglings:fix046 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/116
2024-06-23Add patch.Alex McHugh1-8/+8
2024-06-23046: Show usage of `.?` and hint towards new solution.Alex McHugh1-4/+19
2024-06-17Merge pull request 'Fixes because of a new Zig version, which changes some ↵Chris Boesch4-21/+125
functions.' (#114) from patch-106 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/114
2024-06-17Fixes because of a new Zig version, which changes some functions.Chris Boesch4-21/+125
2024-06-17Merge pull request 'Calling `split` is deprecated' (#110) from ↵Chris Boesch1-2/+2
cannero/zig-exercises:change_split into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/110
2024-06-16Calling `split` is deprecatedSebastian1-2/+2
The `split` function in std mem is depreacted and a `@compileError`, splitSequence, splitAny, or splitScalar should be used instead.
2024-06-14Merge pull request 'English fixes for 107_files2.zig' (#108) from ↵Chris Boesch2-31/+31
hippietrail/exercises:english-107 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/108
2024-06-12English fixes for 106_files.zigAndrew Dunbar1-20/+20
2024-06-12English fixes for 107_files2.zigAndrew Dunbar1-11/+11
2024-06-08Merge pull request 'fixed typo' (#107) from typo into mainChris Boesch1-1/+1
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/107
2024-06-08fixed typoChris Boesch1-1/+1
2024-06-08Merge pull request 'New Zig version' (#106) from readme into mainChris Boesch1-3/+3
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/106
2024-06-08New Zig versionChris Boesch1-3/+3
2024-06-08Merge pull request 'Verbs agree with the head of the noun phrase, not the ↵v0.13.0Chris Boesch1-2/+2
closest noun' (#98) from hippietrail/exercises:grammar into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/98
2024-06-08Merge branch 'main' into grammarChris Boesch5-12/+16
2024-05-30Merge pull request 'Ignore .zig-cache for new zig versions' (#102) from ↵Chris Boesch1-1/+4
NicoElbers/exercises:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/102
2024-05-30Ignore .zig-cache for new zig versionsNico Elbers1-1/+4
zig cache directory was updated in ziglang/zig#20115
2024-05-30Merge pull request 'the Earth' (#97) from ↵Chris Boesch1-1/+1
rofrol/ziglings--exercises:the-earth into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/97
2024-05-30Merge branch 'main' into the-earthChris Boesch3-10/+11
2024-05-29Merge pull request 'Fixed the changes from reworking std.Progress.' (#101) ↵Chris Boesch3-10/+11
from v339 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/101
2024-05-29Fixed the changes from reworking std.Progress.Chris Boesch3-10/+11
For details: https://github.com/ziglang/zig/pull/20059
2024-05-25Verbs agree with the head of the noun phrase, not the closest nounhippietrail1-2/+2
the result...are passed→the result...is passed the number...vary→the number...varies
2024-05-20the EarthRoman Frołow1-1/+1
2024-05-12Merge pull request 'Update exercises/105_threading2.zig' (#95) from ↵Chris Boesch1-1/+1
rpm0372/exercises:TypoIn105 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/95
2024-05-11Update exercises/105_threading2.zigrpm03721-1/+1
The last word, '"diggits" was misspelled.
2024-05-10Merge pull request 'Nobody wants the long version of finding out if a ↵Chris Boesch2-10/+7
variable is set.' (#94) from minor_improvements into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/94
2024-05-10Nobody wants the long version of finding out if a variable is set.Chris Boesch2-10/+7
So switched to the short version with 'orelse'. ;)
2024-05-06Merge pull request 'Add devcontainer config' (#90) from ↵Chris Boesch1-0/+31
aquilarafa/exercises:add-devcontainer into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/90
2024-05-06Add devcontainer.jsonRafael Áquila1-0/+31
2024-05-06Merge pull request 'Fix some typos' (#89) from typos into mainChris Boesch6-20/+20
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/89
2024-05-06Merge branch 'main' into typosChris Boesch3-15/+15
2024-05-06Fix some typosChris Boesch6-20/+20
2024-05-04Merge pull request 'Fix patches for 106 and 107' (#88) from wp433 into mainChris Boesch3-15/+15
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/88
2024-05-05Fix patches for 106 and 107Chris Boesch3-15/+15
2024-05-04Merge pull request 'fix: typos in exercises 094 and 098' (#87) from ↵Chris Boesch3-17/+17
d-hain/ziglings-exercises:typo-fix-094-098 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/87
2024-05-04Merge branch 'main' into typo-fix-094-098Chris Boesch0-0/+0
2024-05-04Merge pull request 'fix: typo: % instead of @ for a builtin function' (#85) ↵Chris Boesch1-1/+1
from d-hain/ziglings-exercises:094_c_math-typo-fix into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/85
2024-05-04fix: some grammatical errorsDavid Hain1-9/+9
2024-05-04fix: many grammatical errorsDavid Hain1-7/+7
2024-05-04fix: typo: removed extra sDavid Hain1-1/+1