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
2021-02-16
Exit rather than return upon version failure (#14)
Dave Gauer
1
-1
/
+1
2021-02-15
Second attempt of the second attempt (#14)
Dave Gauer
2
-7
/
+7
2021-02-15
Second attempt at explaining the minimum build (#14)
Dave Gauer
2
-12
/
+18
2021-02-15
Merge pull request #22 from quexxon/apply-zig-fmt
Dave Gauer
81
-196
/
+422
2021-02-15
Add remaining patch files
Will Clardy
43
-43
/
+263
2021-02-15
Apply `zig fmt` to exercises
Will Clardy
37
-144
/
+152
2021-02-15
Manually apply `zig fmt` style to comments
Will Clardy
7
-10
/
+8
2021-02-15
Merge pull request #20 from quexxon/exercise_12_fixes
Dave Gauer
1
-3
/
+3
2021-02-15
Replace unclosed opening paren with dash
Will Clardy
1
-1
/
+1
2021-02-15
Add missing opening braces in while statements
Will Clardy
1
-2
/
+2
2021-02-14
Patches to patches to clean up patches
Dave Gauer
49
-9
/
+8
2021-02-14
Fix Ex.19 typo (#19)
Dave Gauer
1
-1
/
+1
2021-02-14
Attempt to make the version error and README clearer (#14)
Dave Gauer
2
-8
/
+13
2021-02-14
Added testing ability
Dave Gauer
49
-9
/
+160
2021-02-14
Make "check and halt" the default for zig build NN (#15)
Dave Gauer
2
-18
/
+24
2021-02-14
going with this exercise order
Dave Gauer
1
-2
/
+2
2021-02-14
03 assignment - var to const in example for clarity
Dave Gauer
1
-1
/
+1
2021-02-14
Merge branch 'main' of github.com:ratfactor/ziglings into main
Dave Gauer
3
-2
/
+5
2021-02-14
Added ex 45 optionals
Dave Gauer
5
-0
/
+74
2021-02-14
Merge pull request #17 from quexxon/main
Dave Gauer
1
-1
/
+1
2021-02-14
begone ye errant space
Dave Gauer
1
-1
/
+1
2021-02-14
Fix typo: out => our
Will Clardy
1
-1
/
+1
2021-02-14
Merge pull request #10 from tijb/patch-1
Dave Gauer
1
-0
/
+3
2021-02-13
Update 03_assignment.zig
tim bangma
1
-1
/
+1
2021-02-13
Emit correct output as green text indicating passed.
Dave Gauer
1
-1
/
+1
2021-02-13
Merge pull request #13 from Ivan-Velickovic/main
Dave Gauer
1
-1
/
+1
2021-02-14
04_arrays.zig - missing : for type of example array
Ivan-Velickovic
1
-1
/
+1
2021-02-13
Merge branch 'main' of github.com:ratfactor/ziglings into main
Dave Gauer
2
-5
/
+7
2021-02-13
ex10 - missing type was confusing and tangential (#12)
Dave Gauer
1
-1
/
+1
2021-02-13
Added additional inspirations for Ziglings
Dave Gauer
1
-0
/
+2
2021-02-13
Merge pull request #11 from tijb/patch-2
Dave Gauer
1
-2
/
+2
2021-02-13
Updating README description of project
Dave Gauer
1
-3
/
+3
2021-02-12
Update 04_arrays.zig
tim bangma
1
-2
/
+2
2021-02-12
Update 03_assignment.zig
tim bangma
1
-0
/
+3
2021-02-12
Update README to reflect new version checking
Dave Gauer
1
-5
/
+15
2021-02-12
Merge branch 'SpexGuy-zig-build' into main
Dave Gauer
5
-169
/
+573
2021-02-12
Merge branch 'zig-build' of https://github.com/SpexGuy/ziglings into SpexGuy-...
Dave Gauer
5
-169
/
+573
2021-02-12
Merge pull request #5 from Joefish/zig_version_check
Dave Gauer
1
-1
/
+30
2021-02-12
Merge pull request #9 from palash25/typo2
Dave Gauer
1
-1
/
+1
2021-02-12
exercise/25 fix typo
Palash Nigam
1
-1
/
+1
2021-02-11
Use a zig build script to run ziglings
Martin Wickham
5
-140
/
+573
2021-02-11
Improved zig version check
Joseph-Eugene Winzer
1
-11
/
+23
2021-02-11
Merge pull request #7 from palash25/typo
Dave Gauer
1
-1
/
+1
2021-02-12
exercise/21: fix typo
Palash Nigam
1
-1
/
+1
2021-02-11
Added zig version check for commit number
Joseph-Eugene Winzer
1
-2
/
+6
2021-02-11
Added a zig version test
Joseph-Eugene Winzer
1
-1
/
+14
2021-02-10
Added string specifier in format strings (#3)
Dave Gauer
3
-7
/
+8
2021-02-10
Merge pull request #3 from Joefish/06_print_specifier
Dave Gauer
1
-1
/
+1
2021-02-10
Merge branch 'main' of github.com:ratfactor/ziglings into main
Dave Gauer
2
-6
/
+6
2021-02-10
Removed incorrect explanation of assignment error (#1)
Dave Gauer
2
-8
/
+5
[next]