index
:
ziglings
imgbot
main
No description provided.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exercises
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-05
Added threading exercise
Chris Boesch
1
-0
/
+129
2024-02-28
Added notes to exercise 94 c_math.
Chris Boesch
1
-8
/
+15
2024-02-11
Text improvement
Chris Boesch
1
-3
/
+3
2024-01-13
Merge pull request 'added space, missing after end-of-sentence dot.' (#40) fr...
Chris Boesch
1
-1
/
+1
2024-01-13
Update exercises/093_hello_c.zig
Chris Boesch
1
-1
/
+1
2024-01-10
added space, missing after end-of-sentence dot.
Anthon
1
-1
/
+1
2024-01-01
Fix formatting of comment
Matthew Robinson
1
-1
/
+1
2024-01-01
Correct comment to match code in 076_sentinels
Matthew Robinson
1
-2
/
+2
2023-12-29
Fix minor typo
babaiserror
1
-1
/
+1
2023-11-21
Fix two minor typos
Ahmed
1
-1
/
+1
2023-11-21
Converted var to const if there is no mutation in var.
Chris Boesch
17
-30
/
+30
2023-11-06
Change the task so that the exercise contains two errors again.
Chris Boesch
1
-4
/
+4
2023-10-22
fixed typos
Chris Boesch
1
-1
/
+1
2023-10-18
Introduce syntax for turning a many pointer to a slice
Uy Ha
1
-0
/
+1
2023-10-08
fixed language changes in @typeInfo
Chris Boesch
1
-2
/
+2
2023-10-04
fix(103_tokenization): :pencil2: Migrated to tokenizeAny
rond
1
-2
/
+2
2023-09-20
Global scope is container-level scope
rofrol
1
-2
/
+2
2023-08-27
Add example for Unicode Code point literal > 255
Juergen Hoetzel
1
-1
/
+2
2023-08-17
Add link to DoD talk in 101_for5.zig
Kai Norman Clasen
1
-2
/
+6
2023-08-17
changed struct name 'class' into 'role'
Chris Boesch
1
-6
/
+6
2023-08-02
changed struct name 'class' into 'role'
Chris Boesch
2
-8
/
+8
2023-07-03
fix typo
Kim SHrier
1
-1
/
+1
2023-06-29
Update 078_sentinels3.zig
Chris Boesch
1
-1
/
+1
2023-06-26
Revised exercises due to the changes of Zig version 0.11.0-dev.3853
Chris Boesch
6
-6
/
+8
2023-06-26
First tokenization exerice.
Chris Boesch
1
-0
/
+150
2023-06-22
Update outdated comments
lording
3
-7
/
+7
2023-06-22
Merge branch 'main' into refactor-var-to-const
lording
2
-4
/
+4
2023-06-22
var to const when posssible
lording
12
-19
/
+19
2023-06-22
Fix broken builtin name in exercise 96
lording
1
-1
/
+1
2023-06-22
Fix broken builtin name in exercise 36
lording
1
-3
/
+3
2023-06-17
fix typo
Tobias Frilling
1
-1
/
+1
2023-06-11
Fixed missing comptime.
Chris Boesch
1
-1
/
+1
2023-06-10
Fixed description of @addWithOverflow
Chris Boesch
1
-3
/
+2
2023-06-09
closes https://github.com/ratfactor/ziglings/pull/311
Chris Boesch
1
-1
/
+1
2023-05-27
Change grammar: there's -> there are ex. 17
Pete Dietl
1
-2
/
+2
2023-05-15
Added testing exercise.
Chris Boesch
1
-2
/
+104
2023-05-07
Merge branch 'ratfactor:main' into testing
Chris Boesch
7
-9
/
+9
2023-05-07
Merge pull request #292 from kimshrier/exercise_099_typo
Chris Boesch
1
-1
/
+1
2023-05-07
Merge pull request #291 from kimshrier/exercise_098_typo
Chris Boesch
1
-3
/
+3
2023-05-07
Merge pull request #290 from kimshrier/exercise_096_fix_example
Chris Boesch
1
-1
/
+1
2023-05-07
Merge pull request #289 from kimshrier/exercise_092_typo
Chris Boesch
1
-1
/
+1
2023-05-07
Merge pull request #288 from kimshrier/exercise_076_typo
Chris Boesch
1
-1
/
+1
2023-05-07
Merge pull request #287 from kimshrier/exercise_072_typo
Chris Boesch
1
-1
/
+1
2023-05-07
Add missing word "a"
Kim SHrier
1
-1
/
+1
2023-05-07
Improve wording in some comments
Kim SHrier
1
-3
/
+3
2023-05-07
Fix reference to slice_ptr in example code
Kim SHrier
1
-1
/
+1
2023-05-07
Remove repeated word "with"
Kim SHrier
1
-1
/
+1
2023-05-07
Add missing word "of"
Kim SHrier
1
-1
/
+1
2023-05-07
add missing word "to"
Kim SHrier
1
-1
/
+1
2023-05-06
fix typo well -> will
Kim SHrier
1
-1
/
+1
[next]