index
:
ziglings
imgbot
main
No description provided.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build.zig
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-06-25
attempt at implementing #113 "Add a way to do one random exercise"
Andrew Dunbar
1
-0
/
+31
2024-06-17
Fixes because of a new Zig version, which changes some functions.
Chris Boesch
1
-1
/
+1
2024-06-16
Calling `split` is deprecated
Sebastian
1
-2
/
+2
2024-05-29
Fixed the changes from reworking std.Progress.
Chris Boesch
1
-5
/
+5
2024-05-05
Fix patches for 106 and 107
Chris Boesch
1
-1
/
+1
2024-04-03
Zig version changed
Chris Boesch
1
-1
/
+1
2024-03-31
Fix breaking zig change to @fieldParentPtr parameters
kamidev
1
-3
/
+2
2024-03-27
106 & 107
Alan CHUNG
1
-1
/
+8
2024-03-26
106_files.zig actual test
Alan CHUNG
1
-1
/
+1
2024-03-25
modified build.zig
Alan CHUNG
1
-0
/
+4
2024-03-23
Added second threading exercise.
Chris Boesch
1
-0
/
+4
2024-03-22
Fixed the renaming of std.os to std.posix
Chris Boesch
1
-5
/
+5
2024-03-15
Changes for a new Zig version.
Chris Boesch
1
-1
/
+1
2024-03-14
fix exercise 82 output
dolichomps
1
-1
/
+1
2024-03-05
Added threading exercise
Chris Boesch
1
-0
/
+14
2024-02-16
Zig version adjusted.
Chris Boesch
1
-1
/
+1
2024-02-06
Fix zig_exe location in Build struct
Alexander Saltanov
1
-1
/
+1
2024-01-05
Bump version to match required changes.
drglove
1
-1
/
+1
2023-11-21
fixed variable declaration by changing it to a const, since it's never mutated
Zev Averbach
1
-1
/
+1
2023-11-07
Changed three dots to colons, see #23
Chris Boesch
1
-2
/
+2
2023-11-06
Change the task so that the exercise contains two errors again.
Chris Boesch
1
-1
/
+1
2023-10-24
fixed build: renamed exec to run
Chris Boesch
1
-4
/
+4
2023-10-06
changed compat check to comptime
Chris Boesch
1
-5
/
+30
2023-07-25
fix: main entry point is broken with version 0.11.0-dev.4228
Nicolas Chataing
1
-2
/
+2
2023-06-26
Revised exercises due to the changes of Zig version 0.11.0-dev.3853
Chris Boesch
1
-1
/
+1
2023-06-26
First tokenization exerice.
Chris Boesch
1
-0
/
+21
2023-05-30
Changed error text to bold.
Chris Boesch
1
-2
/
+2
2023-05-30
Merge pull request #308 from perillo/refactor-zigling-step-more
Chris Boesch
1
-185
/
+39
2023-05-25
change std.debug.TTY to std.io.tty
pseudoc
1
-1
/
+1
2023-05-22
build: use the old color style
Manlio Perillo
1
-5
/
+17
2023-05-20
build: in `ZiglingStep.check_output` panic in case of OOM
Manlio Perillo
1
-1
/
+1
2023-05-19
build: use `std.Build.Step.fail` to report errors
Manlio Perillo
1
-27
/
+15
2023-05-19
build: remove `ZiglingStep.eval`
Manlio Perillo
1
-163
/
+17
2023-05-15
Refactor testing support
Manlio Perillo
1
-67
/
+48
2023-05-15
Added testing exercise.
Chris Boesch
1
-2
/
+1
2023-05-14
build: remove extra comment for named mode
Manlio Perillo
1
-1
/
+0
2023-05-14
build: remove the install and uninstall steps
Manlio Perillo
1
-0
/
+3
2023-05-14
build: improve the help message in ZiglingStep
Manlio Perillo
1
-17
/
+27
2023-05-14
build: remove unused declarations
Manlio Perillo
1
-43
/
+0
2023-05-14
build: show the logo in named mode
Manlio Perillo
1
-0
/
+3
2023-05-14
build: simplify the named build mode
Manlio Perillo
1
-39
/
+5
2023-05-14
build: remove the install step in the normal build mode
Manlio Perillo
1
-9
/
+2
2023-05-14
build: remove the special eowyn build mode
Manlio Perillo
1
-23
/
+0
2023-05-13
Execution of test exercises added.
Chris Boesch
1
-6
/
+72
2023-05-13
Merge branch 'ratfactor:main' into testing
Chris Boesch
1
-63
/
+79
2023-05-09
Restore unit tests
Manlio Perillo
1
-20
/
+20
2023-05-09
build: make literal paths portable
Manlio Perillo
1
-1
/
+5
2023-05-09
build: improve code formatting
Manlio Perillo
1
-7
/
+15
[next]