Chris Boesch 7a16ed09ac Fixed missing comptime. 2 лет назад
..
001_hello.zig d82396c174 fix typo well -> will 2 лет назад
002_std.zig 981716e526 Fix: Fix grammar at 002_std.zig 4 лет назад
003_assignment.zig a1d08fb542 Replace "−" with "-" in Assigment 3 tutorial text 3 лет назад
004_arrays.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
005_arrays2.zig 361630fdce Improve wording in 005 arrays2 for #93 3 лет назад
006_strings.zig 66a1f7bb61 Revert syntax demo, add note 3 лет назад
007_strings2.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
008_quiz.zig de322fab46 New usize explanation 008, etc. 4 лет назад
009_if.zig 37f8b445a2 fix: Change order to match 011_while.zig 4 лет назад
010_if2.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
011_while.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
012_while2.zig 887d989f1b add spaces 3 лет назад
013_while3.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
014_while4.zig ac9a4dadfb Normalize interrobangs 4 лет назад
015_for.zig e9e6be4e05 Updating wording in 'for' exercises 2 лет назад
016_for2.zig 80c92e3c94 closes https://github.com/ratfactor/ziglings/pull/311 2 лет назад
017_quiz2.zig edcf904ca2 Change grammar: there's -> there are ex. 17 2 лет назад
018_functions.zig d14cc0a8ab Update 018_functions.zig 4 лет назад
019_functions2.zig 9f71d3711e adding enlightenment to 019 (for #50) 4 лет назад
020_quiz3.zig 4c827a6ec2 adds missing 'the' to intro text 2 лет назад
021_errors.zig 39e432748e use const for variables that are never modified 3 лет назад
022_errors2.zig cc01013921 Normalized exercise output, answers (#41) 4 лет назад
023_errors3.zig cc01013921 Normalized exercise output, answers (#41) 4 лет назад
024_errors4.zig 6912bd70ca Update 024_errors4.zig 4 лет назад
025_errors5.zig cc01013921 Normalized exercise output, answers (#41) 4 лет назад
026_hello2.zig 1d10a062e2 check for dev1650 and some minor polish 2 лет назад
027_defer.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
028_defer2.zig ac9a4dadfb Normalize interrobangs 4 лет назад
029_errdefer.zig 8f1344cbad Fix a small typo in 029_errdefer.zig. 4 лет назад
030_switch.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
031_switch2.zig 39e432748e use const for variables that are never modified 3 лет назад
032_unreachable.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
033_iferror.zig 39e432748e use const for variables that are never modified 3 лет назад
034_quiz4.zig bc402e8eb1 Update 034_quiz4.zig 3 лет назад
035_enums.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
036_enums2.zig 0f28e58eea mention builtin ex coming up 4 лет назад
037_structs.zig e90042b95e Update 037_structs.zig 4 лет назад
038_structs2.zig e7326dc5f9 dev.1711 - switched to multi-object-for-loops 2 лет назад
039_pointers.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
040_pointers2.zig 14ad753001 improving the explanation 2 лет назад
041_pointers3.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
042_pointers4.zig 1891030f49 Update 042_pointers4.zig 2 лет назад
043_pointers5.zig dee6a96ddf Correct conventional Zig reference vs value passing re #89 3 лет назад
044_quiz5.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
045_optionals.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
046_optionals2.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
047_methods.zig 3612c67f04 Simplify methods explanation in 047 2 лет назад
048_methods2.zig b16cd86906 function made more elegant 2 лет назад
049_quiz6.zig 4bdf39bfe5 this means 4 лет назад
050_no_value.zig 00796028ba Updated build version requirement to 0.10.0-dev.3385 3 лет назад
051_values.zig 843fd65882 unused consts now errors 4 лет назад
052_slices.zig 15827c1df3 Update 052_slices.zig 4 лет назад
053_slices2.zig f8b8531930 zig fmt 3 лет назад
054_manypointers.zig 0ec635fa56 Removed illegal type in pointer cheatsheet 4 лет назад
055_unions.zig 77a8a123f7 055 typo 4 лет назад
056_unions2.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
057_unions3.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 лет назад
058_quiz7.zig 6b17a18893 Ensure the exercises use the canonical format 2 лет назад
059_integers.zig 6b17a18893 Ensure the exercises use the canonical format 2 лет назад
060_floats.zig c2fe843a8a 060 - remove `@as()` 2 лет назад
061_coercions.zig d10ca483b0 remove redundant word "a" 3 лет назад
062_loop_expressions.zig ad5d57befd fix loop else clause explanation 3 лет назад
063_labels.zig e7326dc5f9 dev.1711 - switched to multi-object-for-loops 2 лет назад
064_builtins.zig 33d3cc1647 Fixed description of @addWithOverflow 2 лет назад
065_builtins2.zig f0d43f488f patch because of a change in @typeInfo 2 лет назад
066_comptime.zig 2ca76b8388 description specified 2 лет назад
067_comptime2.zig f8b8531930 zig fmt 3 лет назад
068_comptime3.zig 7a16ed09ac Fixed missing comptime. 2 лет назад
069_comptime4.zig 6b17a18893 Ensure the exercises use the canonical format 2 лет назад
070_comptime5.zig ad8aec7885 changed self parameter in connect to pointer 2 лет назад
071_comptime6.zig f0d43f488f patch because of a change in @typeInfo 2 лет назад
072_comptime7.zig 6bdc1caaae add missing word "to" 2 лет назад
073_comptime8.zig 29d32bfa79 fix whitespace line-endings 3 лет назад
074_comptime9.zig ff5ba2cd1c Fix typo in 074 comptime 9 4 лет назад
075_quiz8.zig 6b17a18893 Ensure the exercises use the canonical format 2 лет назад
076_sentinels.zig cc9f68c4e5 Add missing word "of" 2 лет назад
077_sentinels2.zig f8b8531930 zig fmt 3 лет назад
078_sentinels3.zig d4f5684450 Fix 076, add 077,078 sentinels and many-item pointers 4 лет назад
079_quoted_identifiers.zig 3da45dfc36 Remove trailing whitespace. 3 лет назад
080_anonymous_structs.zig b5e16e8d0b Fix typo 2 лет назад
081_anonymous_structs2.zig f9e2da67f4 Fix exercises 058 and 081 :wrench: 4 лет назад
082_anonymous_structs3.zig f0d43f488f patch because of a change in @typeInfo 2 лет назад
083_anonymous_lists.zig 6b17a18893 Ensure the exercises use the canonical format 2 лет назад
084_async.zig 29d32bfa79 fix whitespace line-endings 3 лет назад
085_async2.zig 29d32bfa79 fix whitespace line-endings 3 лет назад
086_async3.zig 433202d429 change `suspend;` to `suspend {}` 4 лет назад
087_async4.zig be279c78f5 add ex087 async 4 4 лет назад
088_async5.zig aa733dc3ef No unused fn params 4 лет назад
089_async6.zig f8b8531930 zig fmt 3 лет назад
090_async7.zig 29d32bfa79 fix whitespace line-endings 3 лет назад
091_async8.zig 49ce260748 Added ex91 - closing in on async! 3 лет назад
092_interfaces.zig 7af542bffb Remove repeated word "with" 2 лет назад
093_hello_c.zig 903b5fc536 Fix typo 2 лет назад
094_c_math.zig dfed138555 Exercise 094: Correct spelling and grammar 2 лет назад
095_for3.zig bef099fee6 Renamed 095 to "for3" to match feature sequence 2 лет назад
096_memory_allocation.zig b072c0014c Fix reference to slice_ptr in example code 2 лет назад
097_bit_manipulation.zig 8eaf472959 Update 097_bit_manipulation.zig 2 лет назад
098_bit_manipulation2.zig b10e478398 Improve wording in some comments 2 лет назад
099_formatting.zig 2b2c396237 Add missing word "a" 2 лет назад
100_for4.zig 2e2924abdb Added Ex. 100 fourth for (as foretold in #261) 2 лет назад
101_for5.zig e5341b91c1 Ex 101: Magic bags better than buckets for metaphors 2 лет назад
102_testing.zig c3a73b8e2b Added testing exercise. 2 лет назад
999_the_end.zig 9d9dc1dacf changed 'the_end' to '999_the_end' 2 лет назад