| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-07-13 | [ImgBot] Optimize imagesimgbot | ImgBotApp | 1 | -0/+0 | |
| /images/ziglings.jpg -- 94.41kb -> 83.52kb (11.53%) Signed-off-by: ImgBotApp <[email protected]> | |||||
| 2024-07-06 | Merge pull request 'document -Drandom' (#124) from ↵HEADmain | Chris Boesch | 1 | -0/+6 | |
| hippietrail/exercises:random-exercise into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/124 | |||||
| 2024-07-06 | Merge branch 'main' into random-exercise | Chris Boesch | 7 | -37/+156 | |
| 2024-07-06 | document -Drandom | Andrew Dunbar | 1 | -0/+6 | |
| 2024-06-25 | Merge pull request 'Update .woodpecker/eowyn.yaml' (#119) from ↵ | Chris Boesch | 1 | -1/+1 | |
| chrboesch-wp-patch-3 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/119 | |||||
| 2024-06-25 | Update .woodpecker/eowyn.yaml | chrboesch | 1 | -1/+1 | |
| Add pull request | |||||
| 2024-06-25 | Merge pull request 'Rename 'std.rand' to 'std.Random'' (#118) from fix_117 ↵ | Chris Boesch | 1 | -1/+1 | |
| into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/118 | |||||
| 2024-06-25 | Rename 'std.rand' to 'std.Random' | Chris Boesch | 1 | -1/+1 | |
| 2024-06-25 | Merge pull request 'attempt at implementing #113 "Add a way to do one random ↵ | Chris Boesch | 1 | -0/+31 | |
| exercise"' (#117) from hippietrail/exercises:random-exercise into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/117 | |||||
| 2024-06-25 | attempt at implementing #113 "Add a way to do one random exercise" | Andrew Dunbar | 1 | -0/+31 | |
| 2024-06-24 | Merge pull request '046: Show usage of `.?` and hint towards new solution.' ↵ | Chris Boesch | 2 | -12/+27 | |
| (#116) from alexmchughnz/ziglings:fix046 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/116 | |||||
| 2024-06-23 | Add patch. | Alex McHugh | 1 | -8/+8 | |
| 2024-06-23 | 046: Show usage of `.?` and hint towards new solution. | Alex McHugh | 1 | -4/+19 | |
| 2024-06-17 | Merge pull request 'Fixes because of a new Zig version, which changes some ↵ | Chris Boesch | 4 | -21/+125 | |
| functions.' (#114) from patch-106 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/114 | |||||
| 2024-06-17 | Fixes because of a new Zig version, which changes some functions. | Chris Boesch | 4 | -21/+125 | |
| 2024-06-17 | Merge pull request 'Calling `split` is deprecated' (#110) from ↵ | Chris Boesch | 1 | -2/+2 | |
| cannero/zig-exercises:change_split into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/110 | |||||
| 2024-06-16 | Calling `split` is deprecated | Sebastian | 1 | -2/+2 | |
| The `split` function in std mem is depreacted and a `@compileError`, splitSequence, splitAny, or splitScalar should be used instead. | |||||
| 2024-06-14 | Merge pull request 'English fixes for 107_files2.zig' (#108) from ↵ | Chris Boesch | 2 | -31/+31 | |
| hippietrail/exercises:english-107 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/108 | |||||
| 2024-06-12 | English fixes for 106_files.zig | Andrew Dunbar | 1 | -20/+20 | |
| 2024-06-12 | English fixes for 107_files2.zig | Andrew Dunbar | 1 | -11/+11 | |
| 2024-06-08 | Merge pull request 'fixed typo' (#107) from typo into main | Chris Boesch | 1 | -1/+1 | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/107 | |||||
| 2024-06-08 | fixed typo | Chris Boesch | 1 | -1/+1 | |
| 2024-06-08 | Merge pull request 'New Zig version' (#106) from readme into main | Chris Boesch | 1 | -3/+3 | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/106 | |||||
| 2024-06-08 | New Zig version | Chris Boesch | 1 | -3/+3 | |
| 2024-06-08 | Merge pull request 'Verbs agree with the head of the noun phrase, not the ↵v0.13.0 | Chris Boesch | 1 | -2/+2 | |
| closest noun' (#98) from hippietrail/exercises:grammar into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/98 | |||||
| 2024-06-08 | Merge branch 'main' into grammar | Chris Boesch | 5 | -12/+16 | |
| 2024-05-30 | Merge pull request 'Ignore .zig-cache for new zig versions' (#102) from ↵ | Chris Boesch | 1 | -1/+4 | |
| NicoElbers/exercises:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/102 | |||||
| 2024-05-30 | Ignore .zig-cache for new zig versions | Nico Elbers | 1 | -1/+4 | |
| zig cache directory was updated in ziglang/zig#20115 | |||||
| 2024-05-30 | Merge pull request 'the Earth' (#97) from ↵ | Chris Boesch | 1 | -1/+1 | |
| rofrol/ziglings--exercises:the-earth into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/97 | |||||
| 2024-05-30 | Merge branch 'main' into the-earth | Chris Boesch | 3 | -10/+11 | |
| 2024-05-29 | Merge pull request 'Fixed the changes from reworking std.Progress.' (#101) ↵ | Chris Boesch | 3 | -10/+11 | |
| from v339 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/101 | |||||
| 2024-05-29 | Fixed the changes from reworking std.Progress. | Chris Boesch | 3 | -10/+11 | |
| For details: https://github.com/ziglang/zig/pull/20059 | |||||
| 2024-05-25 | Verbs agree with the head of the noun phrase, not the closest noun | hippietrail | 1 | -2/+2 | |
| the result...are passed→the result...is passed the number...vary→the number...varies | |||||
| 2024-05-20 | the Earth | Roman Frołow | 1 | -1/+1 | |
| 2024-05-12 | Merge pull request 'Update exercises/105_threading2.zig' (#95) from ↵ | Chris Boesch | 1 | -1/+1 | |
| rpm0372/exercises:TypoIn105 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/95 | |||||
| 2024-05-11 | Update exercises/105_threading2.zig | rpm0372 | 1 | -1/+1 | |
| The last word, '"diggits" was misspelled. | |||||
| 2024-05-10 | Merge pull request 'Nobody wants the long version of finding out if a ↵ | Chris Boesch | 2 | -10/+7 | |
| variable is set.' (#94) from minor_improvements into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/94 | |||||
| 2024-05-10 | Nobody wants the long version of finding out if a variable is set. | Chris Boesch | 2 | -10/+7 | |
| So switched to the short version with 'orelse'. ;) | |||||
| 2024-05-06 | Merge pull request 'Add devcontainer config' (#90) from ↵ | Chris Boesch | 1 | -0/+31 | |
| aquilarafa/exercises:add-devcontainer into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/90 | |||||
| 2024-05-06 | Add devcontainer.json | Rafael Áquila | 1 | -0/+31 | |
| 2024-05-06 | Merge pull request 'Fix some typos' (#89) from typos into main | Chris Boesch | 6 | -20/+20 | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/89 | |||||
| 2024-05-06 | Merge branch 'main' into typos | Chris Boesch | 3 | -15/+15 | |
| 2024-05-06 | Fix some typos | Chris Boesch | 6 | -20/+20 | |
| 2024-05-04 | Merge pull request 'Fix patches for 106 and 107' (#88) from wp433 into main | Chris Boesch | 3 | -15/+15 | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/88 | |||||
| 2024-05-05 | Fix patches for 106 and 107 | Chris Boesch | 3 | -15/+15 | |
| 2024-05-04 | Merge pull request 'fix: typos in exercises 094 and 098' (#87) from ↵ | Chris Boesch | 3 | -17/+17 | |
| d-hain/ziglings-exercises:typo-fix-094-098 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/87 | |||||
| 2024-05-04 | Merge branch 'main' into typo-fix-094-098 | Chris Boesch | 0 | -0/+0 | |
| 2024-05-04 | Merge pull request 'fix: typo: % instead of @ for a builtin function' (#85) ↵ | Chris Boesch | 1 | -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-04 | fix: some grammatical errors | David Hain | 1 | -9/+9 | |
| 2024-05-04 | fix: many grammatical errors | David Hain | 1 | -7/+7 | |
