Dave Gauer and GitHub
aa1350d013
Update README.md with new clone instructions
2023-09-19 20:51:05 -04:00
Dave Gauer and GitHub
7a44e4d342
Merge pull request #265 from Arya-Elfren/methods-clarification
...
Clarify the methods syntax sugar & a bit more
2023-05-04 08:25:28 -04:00
Dave Gauer and GitHub
8345197f54
Merge pull request #264 from Arya-Elfren/float-clarification
...
Clarify `f16` maths - closes #204
2023-05-04 08:22:54 -04:00
Dave Gauer and GitHub
ad8b0383a4
Merge pull request #199 from joburgard/main
...
Fix typos
2023-03-15 18:52:16 -04:00
Dave Gauer and GitHub
ec94dd177b
Merge pull request #136 from SebastianAigner/fix-NativeTargetInfo-detect-param
...
Remove parameter in call to NativeTargetInfo.detect
2022-09-10 14:32:25 -04:00
Dave Gauer and GitHub
9d0c2dd0a8
Merge pull request #134 from BlueAlmost/bitreverse_comment
...
corrected @bitReverse for only 1 arg, instead of 2 args
2022-09-06 08:08:03 -04:00
Dave Gauer and GitHub
6f284c251e
Merge pull request #133 from DerTee/fix_typo_contributing
...
fix typo in contributing.md
2022-09-06 08:01:28 -04:00
Dave Gauer and GitHub
0dd14a7dc0
Merge pull request #132 from bracki/fix-async-exercises
...
Compile async exercise with stage 1 compiler
2022-08-29 20:45:25 -04:00
Dave Gauer and GitHub
4ce16782d0
Merge pull request #112 from nahuakang/ex047-reference
...
Edit comment to specify `for reference`
2022-07-31 16:24:48 -04:00
Dave Gauer and GitHub
d1a64e02e8
Merge pull request #118 from rigobert9/main
...
Grammar check : adding a "to"
2022-07-31 16:18:27 -04:00
Dave Gauer and GitHub
fa3e44c325
Merge pull request #116 from jtgoen/fix-format-specifiers
...
Fix issue with formatting from std library updates
2022-07-31 10:20:42 -04:00
Dave Gauer and GitHub
1d38586bb9
Merge pull request #107 from winterqt/remove-extraneous-newline
...
Remove extraneous newlines in exercises 26 and 44
2022-07-31 09:52:31 -04:00
Dave Gauer and GitHub
cd36d45974
Merge pull request #106 from adamu/patch-1
...
fix grammar isn't -> doesn't
2022-07-31 09:43:40 -04:00
Dave Gauer and GitHub
46ed43d63e
Merge pull request #104 from lkadalski/patch-2
...
fix: wrong expected output in exercise 004
2022-07-31 09:41:17 -04:00
Dave Gauer and GitHub
222a111ef7
Merge pull request #103 from jtgoen/patch-1
...
Replace "−" with "-" in Assigment 3 tutorial text
2022-07-31 09:38:15 -04:00
Dave Gauer and GitHub
58212d315f
Merge pull request #102 from deforde/whitespace-fix
...
Remove trailing whitespace.
2022-07-31 09:36:17 -04:00
Dave Gauer and GitHub
9bab967313
Merge pull request #101 from DerTee/064_builtins_overflow_clarification
...
064_builtins: clarify @addWithOverflow explanation
2022-07-31 09:34:36 -04:00
Dave Gauer and GitHub
6955f2c067
Merge pull request #99 from idle-z/fix-build-2022-05-01
...
Fix build on latest nightly zig
2022-05-14 09:29:01 -04:00
Dave Gauer and GitHub
de4cf20383
Merge pull request #95 from ziyi-yan/main
...
fix loop else clause explanation
2022-04-22 20:51:43 -04:00
Dave Gauer and GitHub
708b6fc32e
Merge pull request #94 from DerTee/patch-1
...
fix 064_builtins: @addWithOverflow() explanation
2022-04-11 14:16:29 -04:00
Dave Gauer and GitHub
3f922a3529
Merge pull request #92 from InKryption/patch-1
...
Update information to be accurate to the semantics of string literals
2022-02-22 18:50:19 -05:00
Dave Gauer and GitHub
6058819098
Merge pull request #90 from rofrol/patch-1
...
add spaces
2022-02-14 16:25:35 -05:00
Dave Gauer and GitHub
4bdbeadef5
Merge pull request #88 from adamu/const
...
use const for variables that are never modified
2022-01-06 18:08:43 -05:00
Dave Gauer and GitHub
75ea370352
Merge pull request #87 from kimshrier/exercise_061_typo
...
remove redundant word "a"
2022-01-06 18:07:04 -05:00
Dave Gauer and GitHub
7e6bf6bb30
Merge pull request #83 from Arnavion/058-fix-typo
...
Fix typo in comment in 058_quiz7.zig
2021-12-01 13:32:08 -05:00
Dave Gauer and GitHub
8c264bcaef
Merge pull request #78 from aedrax/patch-1
...
Update 034_quiz4.zig
2021-11-16 17:42:54 -05:00
Dave Gauer and GitHub
c7868de511
Merge pull request #77 from jhalmen/fmt
...
whitespaces and zig fmt
2021-11-07 19:38:47 -05:00
Dave Gauer and GitHub
cd2f9b8007
Merge pull request #72 from tensorush/my-branch
...
Fix exercises 058 and 081 🔧
2021-09-15 19:52:23 -04:00
Dave Gauer and GitHub
424f3e95f9
Merge pull request #71 from franciscod/patch-1
...
fix typo in 076 (sentinal -> sentinel)
2021-09-03 16:49:39 -04:00
Dave Gauer and GitHub
15827c1df3
Update 052_slices.zig
2021-08-30 17:55:32 -04:00
Dave Gauer and GitHub
065d409d0e
Update 047_methods.zig
2021-08-30 17:55:10 -04:00
Dave Gauer and GitHub
e90042b95e
Update 037_structs.zig
2021-08-29 08:37:56 -04:00
Dave Gauer and GitHub
1b2b90317c
Update 033_iferror.zig
2021-08-28 10:57:51 -04:00
Dave Gauer and GitHub
1c14338573
Update 033_iferror.zig
2021-08-28 10:55:34 -04:00
Dave Gauer and GitHub
6912bd70ca
Update 024_errors4.zig
2021-08-28 10:35:40 -04:00
Dave Gauer and GitHub
d14cc0a8ab
Update 018_functions.zig
2021-08-28 10:25:03 -04:00
Dave Gauer and GitHub
0603ab1e02
Update 018_functions.zig
2021-08-28 10:22:44 -04:00
Dave Gauer and GitHub
8e540d6388
018 awkward wording
2021-08-28 10:20:37 -04:00
Dave Gauer and GitHub
1e1bed46e1
Merge pull request #70 from Palm404/patch-1
...
fix: Syntax error to fit formatting
2021-08-24 09:28:21 -04:00
Dave Gauer and GitHub
784c5c1600
Merge pull request #69 from Palm404/main
...
Fix: Fix grammar at 002_std.zig
2021-08-24 09:27:41 -04:00
Dave Gauer and GitHub
008ad0d26b
Merge pull request #68 from Palm404/main
...
feat: Add more comparison operator coverage in 009_if.zig
2021-08-19 08:33:17 -04:00
Dave Gauer and GitHub
90f0a1718e
Merge pull request #67 from jcoppis/main
...
fix: typo in CONTRIBUTING.md
2021-07-24 09:32:16 -04:00
Dave Gauer and GitHub
a6a2810b09
Merge pull request #66 from Airbus5717/main
...
added newline print to make output look nicer
2021-07-21 11:27:51 -04:00
Dave Gauer and GitHub
6fb910b779
fml wrong link
...
so many misteeks
2021-06-30 17:33:38 -04:00
Dave Gauer and GitHub
a29c316e04
oh shit its markdown
...
I usually write my READMEs in AsciiDoc.
2021-06-30 17:31:54 -04:00
Dave Gauer and GitHub
37ca10ab36
Merge pull request #59 from max-lv/main
...
fix typo in 067_comptime2.zig
2021-06-14 13:00:58 -04:00
Dave Gauer and GitHub
8df032e495
Merge pull request #58 from ZapAnton/008_replace_index_var_type
...
008_quiz: Replaced the type of the index variable
2021-06-14 10:43:07 -04:00
Dave Gauer and GitHub
069f6fc6d7
Merge pull request #57 from ZapAnton/066_fix_typo
...
066_comptime: Typo fix
2021-05-29 14:14:07 -04:00
Dave Gauer and GitHub
2408f420bc
Missing word in explanation ex085
2021-05-25 11:51:58 -04:00
Dave Gauer and GitHub
58daa603a4
Merge pull request #56 from g-w1/sus
...
change `suspend;` to `suspend {}`
2021-05-25 11:50:12 -04:00
Dave Gauer and GitHub
4bd737d506
Merge pull request #54 from rofrol/patch-2
...
Prevent error "cast discards const qualifier"
2021-05-13 11:34:01 -04:00
Dave Gauer and GitHub
ab69eacb3f
Merge pull request #55 from rofrol/patch-3
...
this means
2021-05-13 11:22:24 -04:00
Dave Gauer and GitHub
cc87c8e82d
Merge pull request #52 from andrejp88/main
...
Fix typo in 074 comptime 9
2021-05-03 20:03:43 -04:00
Dave Gauer and GitHub
87a7076140
Merge pull request #51 from noc7c9/patch-1
...
Fix typo in 061_coercions.zig
2021-04-26 20:07:34 -04:00
Dave Gauer and GitHub
0412719095
Merge pull request #47 from ChrisMiuchiz/main
...
Fix typo
2021-04-26 20:03:31 -04:00
Dave Gauer and GitHub
dc476a6980
Merge pull request #44 from rofrol/patch-1
...
print below statement -> print statement below
2021-04-01 22:33:15 -04:00
Dave Gauer and GitHub
a817b3e6c1
Merge pull request #40 from samwho/fix-typo
...
Fix a small typo in 029_errdefer.zig.
2021-03-26 18:23:26 -04:00
Dave Gauer and GitHub
0ee4750b74
Update 005_arrays2.zig
...
ex005 was too to
2021-03-18 18:46:44 -04:00
Dave Gauer and GitHub
4ffea758a7
Merge pull request #39 from davidskeck/patch-1
...
grammatical fixes
2021-03-18 09:53:41 -04:00
Dave Gauer and GitHub
200b1e8fb6
Merge pull request #38 from tomkun/patch-1
...
Another enum method found
2021-03-16 10:25:02 -04:00
Dave Gauer and GitHub
7004760a35
Merge pull request #37 from SpencerCDixon/enum-method
...
Adds another enum method
2021-03-15 08:52:18 -04:00
Dave Gauer and GitHub
9b302ae7cf
Merge pull request #36 from JosephTLyons/Whitespace-cleanup
...
Cleaned up some trailing whitespace
2021-03-14 15:31:40 -04:00
Dave Gauer and GitHub
182225a261
Merge pull request #35 from GoldsteinE/patch-1
...
Found another enum method
2021-03-13 15:43:28 -05:00
Dave Gauer and GitHub
c48e6f8087
Update README.md
2021-03-12 20:43:21 -05:00
Dave Gauer and GitHub
01ff51a9c8
Merge pull request #34 from bbuccianti/main
...
I found one enum with a fn!
2021-03-12 17:57:15 -05:00
Dave Gauer and GitHub
46b367e58e
Merge pull request #33 from JosephTLyons/Use-Double-Quotes-On-Strings
...
Use double quotes for Zig strings
2021-03-12 08:07:08 -05:00
Dave Gauer and GitHub
1b741826ea
Update README.md
2021-03-10 14:47:23 -05:00
Dave Gauer and GitHub
8f732047b5
Update 48_methods2.zig
2021-03-05 09:22:20 -05:00
Dave Gauer and GitHub
fa110ed4c8
Merge pull request #31 from drforester/main
...
found a Zig enum with a method
2021-03-05 09:19:48 -05:00
Dave Gauer and GitHub
5009b61030
Merge pull request #30 from JosephTLyons/Whitespace-cleanup
...
Cleaned up some extraneous whitespace characters
2021-03-03 09:00:16 -05:00
Dave Gauer and GitHub
c204ac9291
Merge pull request #29 from g-w1/scr
...
patches: make interpreter compat and make work if not in PATH
2021-03-02 20:07:03 -05:00
Dave Gauer and GitHub
d2b4e7a87b
Merge pull request #27 from vishalsodani/main
...
Fixed some typos
2021-02-27 15:59:34 -05:00
Dave Gauer and GitHub
356fbf1b5b
New illustration in README!
...
Using the "put an image in an issue and link to it on the README" trick to
keep the Ziglings repo size down.
2021-02-27 14:51:15 -05:00
Dave Gauer and GitHub
efdcfc70d4
Merge pull request #24 from mz0/fix06
...
fix repeat target
2021-02-16 18:25:58 -05:00
Dave Gauer and GitHub
9dc8b3d931
Merge pull request #23 from vishalsodani/main
...
Fixed spelling
2021-02-16 18:25:30 -05:00
Dave Gauer and GitHub
a2b6b68a25
Merge pull request #22 from quexxon/apply-zig-fmt
...
Apply `zig fmt` to exercises and generate remaining patch files
2021-02-15 19:32:00 -05:00
Dave Gauer and GitHub
882a6b6198
Merge pull request #20 from quexxon/exercise_12_fixes
...
Exercise 12 fixes
2021-02-15 09:58:39 -05:00
Dave Gauer and GitHub
6a00d37d03
Merge pull request #17 from quexxon/main
...
Fix typo in exercise 09: out => our
2021-02-14 09:42:28 -05:00
Dave Gauer and GitHub
34f03b0e96
Merge pull request #10 from tijb/patch-1
...
Update 03_assignment.zig | Missing Line In Example
2021-02-14 08:32:42 -05:00
Dave Gauer and GitHub
8edfe2f157
Merge pull request #13 from Ivan-Velickovic/main
...
04_arrays.zig - missing ":" for type of example array
2021-02-13 21:59:17 -05:00
Dave Gauer and GitHub
2493e93c37
Added additional inspirations for Ziglings
...
Ruby Koans is even attributed by rustlings.
The Little Schemer is a personal all-time favorite programming book.
2021-02-13 15:47:00 -05:00
Dave Gauer and GitHub
6c53364b38
Merge pull request #11 from tijb/patch-2
...
Update 04_arrays.zig | Array Index
2021-02-13 11:37:30 -05:00
Dave Gauer and GitHub
5505569980
Updating README description of project
...
Also updated the GitHub project description to:
"Learn the Zig programming language by fixing tiny broken programs."
I think it sounds more of a fun challenge this way rather than the more
academic "learn by doing exercises".
I mean, who wouldn't want to come help these "tiny broken programs"?!?
2021-02-13 11:23:53 -05:00
Dave Gauer and GitHub
d9b8dfa535
Merge pull request #5 from Joefish/zig_version_check
...
Added a zig version test
2021-02-12 20:29:50 -05:00
Dave Gauer and GitHub
a87c08cb3b
Merge pull request #9 from palash25/typo2
...
exercise/25 fix typo
2021-02-12 10:43:00 -05:00
Dave Gauer and GitHub
b7f9711da4
Merge pull request #7 from palash25/typo
...
exercise/21: fix typo
2021-02-11 14:13:15 -05:00
Dave Gauer and GitHub
56ba5d7fda
Merge pull request #3 from Joefish/06_print_specifier
...
Added string specifier in Ex 06
2021-02-10 22:08:16 -05:00
Dave Gauer and GitHub
e382b01976
Ex 22 spelling error
...
I never make mistakes with apostrophes'es', so I dont' know what happened here.
2021-02-10 09:35:16 -05:00
Dave Gauer and GitHub
82a1abe09b
Improved 02 comment about imports being const
2021-02-10 09:27:43 -05:00