index
:
ziglings
imgbot
main
No description provided.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-11
Removed debug info.
Chris Boesch
1
-4
/
+0
2023-06-11
Fixed missing comptime.
Chris Boesch
2
-1
/
+5
2023-06-10
Merge pull request #321 from ratfactor/issue317
Chris Boesch
2
-5
/
+4
2023-06-10
Fixed description of @addWithOverflow
Chris Boesch
2
-5
/
+4
2023-06-09
closes https://github.com/ratfactor/ziglings/pull/311
Chris Boesch
1
-1
/
+1
2023-05-31
Update README.md
Chris Boesch
1
-0
/
+1
2023-05-30
Merge pull request #313 from chrboesch/colors
Chris Boesch
1
-2
/
+2
2023-05-30
Changed error text to bold.
Chris Boesch
1
-2
/
+2
2023-05-30
Merge pull request #312 from pdietl/pdietl/fix_grammar
Chris Boesch
1
-2
/
+2
2023-05-30
Merge pull request #308 from perillo/refactor-zigling-step-more
Chris Boesch
2
-253
/
+39
2023-05-27
Change grammar: there's -> there are ex. 17
Pete Dietl
1
-2
/
+2
2023-05-25
changed version number
Chris Boesch
1
-1
/
+1
2023-05-25
Merge pull request #309 from pseudocc/main
Chris Boesch
2
-3
/
+4
2023-05-25
change std.debug.TTY to std.io.tty
pseudoc
2
-3
/
+4
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
2
-231
/
+17
2023-05-18
Merge pull request #305 from perillo/improve-run-test
Chris Boesch
3
-88
/
+60
2023-05-15
Enable again the unit tests
Manlio Perillo
1
-3
/
+2
2023-05-15
Refactor testing support
Manlio Perillo
2
-85
/
+58
2023-05-15
Update README.md
Chris Boesch
1
-1
/
+1
2023-05-15
Merge pull request #304 from chrboesch/testing_exercise
Chris Boesch
4
-5
/
+129
2023-05-15
Unit tests temporarily disabled.
Chris Boesch
1
-3
/
+3
2023-05-15
Added testing exercise.
Chris Boesch
4
-5
/
+129
2023-05-14
Merge pull request #300 from perillo/simplify-build
Chris Boesch
2
-290
/
+133
2023-05-14
build: remove extra comment for named mode
Manlio Perillo
1
-1
/
+0
2023-05-14
tests: improve test case 3
Manlio Perillo
1
-8
/
+19
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
2
-0
/
+13
2023-05-14
build: simplify the named build mode
Manlio Perillo
2
-197
/
+77
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
Merge pull request #278 from chrboesch/testing
Chris Boesch
2
-6
/
+91
2023-05-13
Execution of test exercises added.
Chris Boesch
1
-6
/
+72
2023-05-13
Merge branch 'ratfactor:main' into testing
Chris Boesch
2
-93
/
+89
2023-05-11
Merge pull request #293 from perillo/improve-build-even-more
Chris Boesch
2
-93
/
+89
2023-05-09
Restore unit tests
Manlio Perillo
2
-22
/
+23
2023-05-09
build: make literal paths portable
Manlio Perillo
2
-2
/
+7
2023-05-09
tests: remove the missing functions from RunStep
Manlio Perillo
1
-27
/
+5
2023-05-09
build: improve code formatting
Manlio Perillo
1
-7
/
+15
2023-05-09
build: add the dumpArgs function
Manlio Perillo
1
-10
/
+10
2023-05-09
build: fix doc-comments
Manlio Perillo
1
-9
/
+9
2023-05-09
build: use the blank identifier in the parameter list
Manlio Perillo
1
-4
/
+2
2023-05-09
build: use self when using @fieldParentPtr
Manlio Perillo
1
-5
/
+5
2023-05-09
build: don't install skipped exercises
Manlio Perillo
1
-4
/
+12
2023-05-09
build: fix `zig build -Dhealed install`
Manlio Perillo
1
-3
/
+1
2023-05-09
Merge branch 'ratfactor:main' into testing
Chris Boesch
2
-67
/
+92
[next]