aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
2024-03-23Update exercises/105_threading2.zigChris Boesch
Fixed typo.
2024-03-23Merge pull request 'Added second threading exercise.' (#65) from threading2 ↵Chris Boesch
into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/65
2024-03-23Added second threading exercise.Chris Boesch
2024-03-21Merge pull request 'Fixed the renaming of std.os to std.posix' (#64) from ↵Chris Boesch
fix_63 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/64
2024-03-22Fixed the renaming of std.os to std.posixChris Boesch
2024-03-14Merge pull request 'Changes for a new Zig version.' (#60) from ↵Chris Boesch
version_change into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/60
2024-03-15Changes for a new Zig version.Chris Boesch
2024-03-14Merge pull request 'fix exercise 82 output' (#58) from ↵Chris Boesch
dolichomps/exercises:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/58
2024-03-14Merge pull request 'Improved the explanation about passing arguments and ↵Chris Boesch
added an example.' (#59) from issue51 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/59
2024-03-14Improved the explanation about passing arguments and added an example.Chris Boesch
2024-03-14fix exercise 82 outputdolichomps
zig commit bd24e66 changed the floating point formatting implementation so output for exercise 82 no longer matched
2024-03-12Merge pull request 'Minor corrections to the "contributing"' (#56) from ↵Chris Boesch
contrib into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/56
2024-03-12Minor corrections to the "contributing"Chris Boesch
2024-03-08Merge pull request 'Fixed unicode literal' (#55) from i52 into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/55
2024-03-08Fixed unicode literalChris Boesch
2024-03-05Merge pull request 'Added threading exercise' (#54) from 104_threading into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/54
2024-03-05Added threading exerciseChris Boesch
2024-02-28Merge pull request 'Added notes to exercise 94 c_math.' (#53) from ↵Chris Boesch
094_c-math into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/53
2024-02-28Added notes to exercise 94 c_math.Chris Boesch
2024-02-16Merge pull request 'Zig version adjusted.' (#50) from build_fix into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/50
2024-02-16Zig version adjusted.Chris Boesch
2024-02-11Merge pull request 'Text improvement' (#48) from chrboesch-patch-1 into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/48
2024-02-11Text improvementChris Boesch
closes #47
2024-02-06Merge pull request 'Fix zig_exe location in Build struct' (#45) from ↵Chris Boesch
asd/ziglings:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/45
2024-02-06Fix zig_exe location in Build structAlexander Saltanov
Reflect Zig breaking changes as of https://github.com/ziglang/zig/commit/105db13536b4dc2affe130cb8d2eee6c97c89bcd
2024-01-13Merge pull request 'added space, missing after end-of-sentence dot.' (#40) ↵Chris Boesch
from anthon/exercises:missing-space-1 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/40
2024-01-13Update exercises/093_hello_c.zigChris Boesch
small typo
2024-01-10added space, missing after end-of-sentence dot.Anthon
2024-01-05Merge pull request 'Zig 0.12.0-dev.2043 compatability changes for test ↵Chris Boesch
runner' (#35) from drglove/exercises:zig-2043-changes into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/35
2024-01-05Bump ziglang version in Version Changes headerdrglove
2024-01-05Update version changes with 2043.drglove
2024-01-05Bump version to match required changes.drglove
2024-01-05Use std.Build.LazyPath over now removed std.Build.FileSource.drglove
See corresponding ziglang change here: https://github.com/ziglang/zig/issues/16353
2024-01-05Fix casing of std.build -> std.Build in tests.drglove
2024-01-04Merge pull request 'Correct comment to match code in 076_sentinels' (#33) ↵Chris Boesch
from mttrb/ziglings:076-comment into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/33
2024-01-01Fix formatting of commentMatthew Robinson
2024-01-01Correct comment to match code in 076_sentinelsMatthew Robinson
2023-12-30Merge pull request 'Fix minor typo' (#32) from babaiserror/exercises:typo ↵Chris Boesch
into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/32
2023-12-29Fix minor typobabaiserror
2023-11-21Merge pull request 'Removed ci/compat.sh as it is included in build.zig ↵Chris Boesch
again' (#30) from ci into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/30
2023-11-21Removed ci/compat.sh as it is included in build.zig againChris Boesch
2023-11-21Merge pull request 'Fix two minor typos' (#29) from ↵Chris Boesch
A-h-m-e-d/exercises:typos into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/29 Thanks!
2023-11-21Fix two minor typosAhmed
2023-11-21Merge pull request 'Converted var to const if there is no mutation in the ↵Chris Boesch
var.' (#28) from var_const into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/28
2023-11-21Fixed patch hunkChris Boesch
2023-11-21Converted var to const if there is no mutation in var.Chris Boesch
This is checked from compiler version 0.12.0-dev.1664
2023-11-21Merge pull request 'fixed variable declaration by changing it to a const, ↵Chris Boesch
since it's never mutated' (#27) from zev/exercises:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/27
2023-11-21fixed variable declaration by changing it to a const, since it's never mutatedZev Averbach
2023-11-19Added link to 'Zig in Depth'Chris Boesch
2023-11-07Merge pull request 'Changed three dots to colons, see #23' (#25) from pr23 ↵Chris Boesch
into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/25