index
:
ziglings
imgbot
main
No description provided.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
patches
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-17
changed struct name 'class' into 'role'
Chris Boesch
1
-2
/
+2
2023-08-02
changed struct name 'class' into 'role'
Chris Boesch
1
-1
/
+1
2023-06-26
Revised exercises due to the changes of Zig version 0.11.0-dev.3853
Chris Boesch
2
-2
/
+2
2023-06-26
First tokenization exerice.
Chris Boesch
1
-0
/
+4
2023-06-22
Merge branch 'main' into refactor-var-to-const
lording
1
-2
/
+2
2023-06-22
var to const when posssible
lording
4
-8
/
+8
2023-06-22
Fix broken builtin name in exercise 36
lording
1
-2
/
+2
2023-06-10
Fixed description of @addWithOverflow
Chris Boesch
1
-2
/
+2
2023-05-15
Added testing exercise.
Chris Boesch
1
-0
/
+8
2023-05-02
Added Ex 101 "for loops part 5" (Closes #271)
Dave Gauer
1
-0
/
+4
2023-04-30
Added Ex. 100 fourth for (as foretold in #261)
Dave Gauer
1
-0
/
+4
2023-04-30
Renamed 095 to "for3" to match feature sequence
Dave Gauer
1
-0
/
+0
2023-04-30
Updating 095 patch to match, natch!
Dave Gauer
1
-1
/
+1
2023-04-29
eowyn.sh: remove checking formatting one file at a time
Manlio Perillo
1
-6
/
+1
2023-04-25
Version number added.
Chris Boesch
1
-0
/
+3
2023-04-25
Added a loop for the formatting test, so we can see where errors happen.
Chris Boesch
1
-1
/
+6
2023-04-25
eowyn.sh: set the -e option
Manlio Perillo
1
-1
/
+2
2023-04-25
eowyn: always quote variables
Manlio Perillo
1
-7
/
+6
2023-04-23
Ex 099 format instructions to 65 columns, wording, examples
Dave Gauer
1
-2
/
+1
2023-04-19
Merge pull request #247 from chrboesch/formatting
Chris Boesch
1
-0
/
+5
2023-04-19
added first formatting exercise
Chris Boesch
1
-0
/
+5
2023-04-18
Ensure the patches are up-to-date and consistent
Manlio Perillo
13
-71
/
+42
2023-04-18
eowyn: run `zig fmt --check` before `zig build`
Manlio Perillo
1
-0
/
+3
2023-04-18
Ensure the exercises use the canonical format
Manlio Perillo
3
-7
/
+7
2023-04-12
added the second exercise for bit manipulation
Chris Boesch
1
-0
/
+4
2023-04-12
added first exercise for bit manipulation
Chris Boesch
1
-0
/
+4
2023-03-30
function made more elegant
Chris Boesch
1
-2
/
+2
2023-03-08
change empty init to '???' placeholder
Sean Aubin
1
-1
/
+1
2023-03-08
rename memory allocation 095 -> 096
Sean Aubin
1
-0
/
+0
2023-03-08
add 095_memory_allocation.patch
Sean Aubin
1
-0
/
+4
2023-03-04
exercise for new for-loops
Chris Boesch
1
-0
/
+4
2023-02-21
dev.1711 - switched to multi-object-for-loops
Chris Boesch
1
-3
/
+3
2023-02-19
check for dev1650 and some minor polish
Chris Boesch
1
-1
/
+1
2023-02-19
small improvements in hello_c
Chris Boesch
1
-1
/
+1
2023-02-18
added C math exercise
Chris Boesch
1
-0
/
+4
2023-02-16
try 'write' that works on mac, but I didn't know if it works on windows
Chris Boesch
1
-3
/
+3
2023-02-16
Merge branch 'main' into hello_c
Chris Boesch
1
-0
/
+4
2023-02-16
inserted a workaround for mac-os, see https://github.com/ziglang/zig/issues/1...
Chris Boesch
1
-3
/
+3
2023-02-15
Added story/explanation to new ex. 092
Dave Gauer
1
-3
/
+3
2023-02-15
added the first C exercise
Chris Boesch
1
-0
/
+4
2023-02-14
inserted a failure and created a patch
Chris Boesch
1
-3
/
+4
2023-02-14
created an empty patch for testing until the exercise is finished
Chris Boesch
1
-0
/
+3
2023-01-22
try to fix mac error
Chris Boesch
1
-0
/
+2
2023-01-22
changed 'the_end' to '999_the_end'
Chris Boesch
1
-0
/
+0
2023-01-21
the_end function added
Chris Boesch
1
-0
/
+0
2023-01-21
fixed patches
Chris Boesch
2
-4
/
+4
2022-09-03
corrected @bitReverse for only 1 arg, instead of 2 args
James LeBlanc
1
-2
/
+2
2022-08-29
Ex 080: Strip filename from @typeName output to address #130
Dave Gauer
1
-8
/
+18
2022-08-29
Ex 065: improve hints, fix type printing change. For #120 and #128
Dave Gauer
1
-26
/
+39
2022-07-31
Correct conventional Zig reference vs value passing re #89
Dave Gauer
3
-3
/
+5
[next]