index
:
zigling-exercises.git
main
My copy of the Zigling exercises and their solutions. See the original at https://codeberg.org/ziglings/exercises
Ibrahim Muftee
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build.zig
Age
Commit message (
Expand
)
Author
2025-02-04
rearranged order of expected output in build.zig
Alexander Sisco
2025-02-03
Suggesting a third exercise for bit manipulation
Alexander Sisco
2024-11-03
created a new exercise about vectors in zig, gave it number 109
bgthompson
2024-09-20
Minor improvements.
Chris Boesch
2024-09-16
downgrade zig version to eowyn version
Nuno Mendes
2024-09-16
update zig version in build and readme
Nuno Mendes
2024-09-15
108: Add a exercise for a labeled switch
Nuno Mendes
2024-09-02
Fixes several changes in std.builtin.zig
Chris Boesch
2024-08-22
Insert wrong version number into build file.
Chris Boesch
2024-08-22
Fixes changes in zig build system.
Chris Boesch
2024-08-08
Add build parameter to start at a specific exercise
Michael Cooper
2024-08-04
Changed needed zig version.
Chris Boesch
2024-07-21
fix build files broken by latest 0.14.0-dev changes to Build.Step.MakeOptions
bsubei
2024-06-25
Rename 'std.rand' to 'std.Random'
Chris Boesch
2024-06-25
Merge pull request 'attempt at implementing #113 "Add a way to do one random ...
Chris Boesch
2024-06-25
attempt at implementing #113 "Add a way to do one random exercise"
Andrew Dunbar
2024-06-17
Fixes because of a new Zig version, which changes some functions.
Chris Boesch
2024-06-16
Calling `split` is deprecated
Sebastian
2024-05-29
Fixed the changes from reworking std.Progress.
Chris Boesch
2024-05-05
Fix patches for 106 and 107
Chris Boesch
2024-04-03
Zig version changed
Chris Boesch
2024-03-31
Fix breaking zig change to @fieldParentPtr parameters
kamidev
2024-03-27
106 & 107
Alan CHUNG
2024-03-26
106_files.zig actual test
Alan CHUNG
2024-03-25
modified build.zig
Alan CHUNG
2024-03-23
Added second threading exercise.
Chris Boesch
2024-03-22
Fixed the renaming of std.os to std.posix
Chris Boesch
2024-03-15
Changes for a new Zig version.
Chris Boesch
2024-03-14
fix exercise 82 output
dolichomps
2024-03-05
Added threading exercise
Chris Boesch
2024-02-16
Zig version adjusted.
Chris Boesch
2024-02-06
Fix zig_exe location in Build struct
Alexander Saltanov
2024-01-05
Bump version to match required changes.
drglove
2023-11-21
fixed variable declaration by changing it to a const, since it's never mutated
Zev Averbach
2023-11-07
Changed three dots to colons, see #23
Chris Boesch
2023-11-06
Change the task so that the exercise contains two errors again.
Chris Boesch
2023-10-24
fixed build: renamed exec to run
Chris Boesch
2023-10-06
changed compat check to comptime
Chris Boesch
2023-07-25
fix: main entry point is broken with version 0.11.0-dev.4228
Nicolas Chataing
2023-06-26
Revised exercises due to the changes of Zig version 0.11.0-dev.3853
Chris Boesch
2023-06-26
First tokenization exerice.
Chris Boesch
2023-05-30
Changed error text to bold.
Chris Boesch
2023-05-30
Merge pull request #308 from perillo/refactor-zigling-step-more
Chris Boesch
2023-05-25
change std.debug.TTY to std.io.tty
pseudoc
2023-05-22
build: use the old color style
Manlio Perillo
2023-05-20
build: in `ZiglingStep.check_output` panic in case of OOM
Manlio Perillo
2023-05-19
build: use `std.Build.Step.fail` to report errors
Manlio Perillo
2023-05-19
build: remove `ZiglingStep.eval`
Manlio Perillo
2023-05-15
Refactor testing support
Manlio Perillo
2023-05-15
Added testing exercise.
Chris Boesch
[next]