| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-17 | Fixes because of a new Zig version, which changes some functions. | Chris Boesch | |
| 2024-06-17 | Merge pull request 'Calling `split` is deprecated' (#110) from ↵ | Chris Boesch | |
| cannero/zig-exercises:change_split into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/110 | |||
| 2024-06-16 | Calling `split` is deprecated | Sebastian | |
| 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 | |
| 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 | |
| 2024-06-12 | English fixes for 107_files2.zig | Andrew Dunbar | |
| 2024-06-08 | Merge pull request 'fixed typo' (#107) from typo into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/107 | |||
| 2024-06-08 | fixed typo | Chris Boesch | |
| 2024-06-08 | Merge pull request 'New Zig version' (#106) from readme into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/106 | |||
| 2024-06-08 | New Zig version | Chris Boesch | |
| 2024-06-08 | Merge pull request 'Verbs agree with the head of the noun phrase, not the ↵ | Chris Boesch | |
| 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 | |
| 2024-05-30 | Merge pull request 'Ignore .zig-cache for new zig versions' (#102) from ↵ | Chris Boesch | |
| 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 | |
| zig cache directory was updated in ziglang/zig#20115 | |||
| 2024-05-30 | Merge pull request 'the Earth' (#97) from ↵ | Chris Boesch | |
| 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 | |
| 2024-05-29 | Merge pull request 'Fixed the changes from reworking std.Progress.' (#101) ↵ | Chris Boesch | |
| 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 | |
| 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 | |
| the result...are passed→the result...is passed the number...vary→the number...varies | |||
| 2024-05-20 | the Earth | Roman Frołow | |
| 2024-05-12 | Merge pull request 'Update exercises/105_threading2.zig' (#95) from ↵ | Chris Boesch | |
| rpm0372/exercises:TypoIn105 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/95 | |||
| 2024-05-11 | Update exercises/105_threading2.zig | rpm0372 | |
| The last word, '"diggits" was misspelled. | |||
| 2024-05-10 | Merge pull request 'Nobody wants the long version of finding out if a ↵ | Chris Boesch | |
| 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 | |
| So switched to the short version with 'orelse'. ;) | |||
| 2024-05-06 | Merge pull request 'Add devcontainer config' (#90) from ↵ | Chris Boesch | |
| aquilarafa/exercises:add-devcontainer into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/90 | |||
| 2024-05-06 | Add devcontainer.json | Rafael Áquila | |
| 2024-05-06 | Merge pull request 'Fix some typos' (#89) from typos into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/89 | |||
| 2024-05-06 | Merge branch 'main' into typos | Chris Boesch | |
| 2024-05-06 | Fix some typos | Chris Boesch | |
| 2024-05-04 | Merge pull request 'Fix patches for 106 and 107' (#88) from wp433 into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/88 | |||
| 2024-05-05 | Fix patches for 106 and 107 | Chris Boesch | |
| 2024-05-04 | Merge pull request 'fix: typos in exercises 094 and 098' (#87) from ↵ | Chris Boesch | |
| 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 | |
| 2024-05-04 | Merge pull request 'fix: typo: % instead of @ for a builtin function' (#85) ↵ | Chris Boesch | |
| 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 | |
| 2024-05-04 | fix: many grammatical errors | David Hain | |
| 2024-05-04 | fix: typo: removed extra s | David Hain | |
| 2024-05-04 | fix: typo: % instead of @ for a builtin function | David Hain | |
| 2024-04-24 | Merge pull request 'Update .woodpecker/eowyn.yaml' (#83) from wp-patch-2 ↵ | Chris Boesch | |
| into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/83 | |||
| 2024-04-24 | Update .woodpecker/eowyn.yaml | Chris Boesch | |
| Add pull command | |||
| 2024-04-24 | Merge pull request 'Update .woodpecker/eowyn.yaml' (#82) from ↵ | Chris Boesch | |
| chrboesch-wp-patch-1 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/82 | |||
| 2024-04-24 | Update .woodpecker/eowyn.yaml | Chris Boesch | |
| Add tag "latest" | |||
| 2024-04-20 | Merge pull request 'Switch to new zig dev release 0.13' (#81) from r013 into ↵ | Chris Boesch | |
| main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/81 | |||
| 2024-04-20 | Switch to new zig dev release 0.13 | Chris Boesch | |
| 2024-04-18 | Merge pull request 'fixing little typo on exercise 107_files2.zig' (#80) ↵ | Chris Boesch | |
| from susubub/exercises:little-typo_107 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/80 | |||
| 2024-04-17 | fixing little typo on exercise 107_files2.zig | susubub | |
| 2024-04-10 | Merge pull request 'Fixed woodpecker warnings' (#79) from pr78 into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/79 | |||
| 2024-04-10 | Fixed woodpecker warnings | Chris Boesch | |
| 2024-04-10 | Update .woodpecker/eowyn.yml | Chris Boesch | |
| 2024-04-10 | Merge pull request 'Additional timer in thread start added' (#77) from I75 ↵ | Chris Boesch | |
| into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/77 | |||
