Commit Graph

  • 945d9b84b0 Merge branch 'main' into fix_comment Chris Boesch 2026-04-21 22:13:57 +02:00
  • c7afea6ef5 Merge pull request 'added skip to the C exercises' (#414) from fixing_cimport into main Chris Boesch 2026-04-20 20:20:14 +02:00
  • 6c2531b824 added skip to the C exercises Chris Boesch 2026-04-20 19:38:31 +02:00
  • 42db1f05a7 Merge pull request 'docs: fix wrong prerequisite in 110_files2.zig' (#412) from Kercy/exercises:main into main Chris Boesch 2026-04-20 19:28:22 +02:00
  • 333ca33e78 fix: move exercise 100 celebration comment to the right file Frost-Phoenix 2026-04-20 17:40:49 +02:00
  • 5eb9a30abe docs: fix wrong prerequisite in 110_files2.zig KercyDing 2026-04-20 04:22:21 +08:00
  • 0603b66cc7 Merge pull request 'fixed readme' (#411) from readme into main Chris Boesch 2026-04-19 21:29:03 +02:00
  • a79e923768 fixed readme Chris Boesch 2026-04-19 21:26:05 +02:00
  • 234e829b15 Merge pull request 'fixed readme' (#409) from readme into main Chris Boesch 2026-04-19 15:01:03 +02:00
  • 823b4987f7 fixed readme Chris Boesch 2026-04-19 14:49:29 +02:00
  • ca8aee84ad Merge pull request 'Demonstrate the benefit of a mutex' (#408) from MatthijsBlom/ziglings:matthijsblom-patch-1 into main Chris Boesch 2026-04-19 14:21:24 +02:00
  • c4cb76ea8e Update patches/patches/091_async7.patch MatthijsBlom 2026-04-18 23:50:13 +02:00
  • e0470c4f45 demonstrate the benefit of the mutex MatthijsBlom 2026-04-18 23:46:59 +02:00
  • f35c9419d2 Merge pull request 'fix: mutex unlock call in async example' (#407) from gabelluardo/ziglings:fix-async91 into main Chris Boesch 2026-04-18 21:50:49 +02:00
  • 656e1ba1e7 fix: mutex unlock call in async example Gabriele Belluardo 2026-04-18 11:55:49 +02:00
  • 8e2cbf7b5a Merge pull request 'Some deprecated functions removed and a progress bar added.' (#403) from fixes_v016 into main Chris Boesch 2026-04-15 18:39:30 +02:00
  • d918dbae59 Some deprecated functions removed and a progress bar added. Chris Boesch 2026-04-15 18:21:21 +02:00
  • 4746ccc1c8 v0.16 Chris Boesch 2026-04-15 14:33:47 +02:00
  • c6f18ba448 Merge pull request '102: Fix formatting reference link' (#402) from tjk/ziglings-exercises:102-link into main v0.16.0 Chris Boesch 2026-04-15 11:44:57 +02:00
  • cb0489904e Fix formatting reference link Tom 2026-04-14 21:36:06 -07:00
  • d4a3bad19c fixed merge conflict Chris Boesch 2026-04-14 22:23:33 +02:00
  • e412619d88 added cancelation if nothing found Chris Boesch 2026-04-14 22:07:57 +02:00
  • 3f11ad1253 Merge pull request '093_async9: small fixes' (#400) from tjk/ziglings-exercises:93-async9 into main Chris Boesch 2026-04-14 17:56:35 +02:00
  • 2afd0f9709 093_async9: small fixes Tom 2026-04-14 08:24:31 -07:00
  • a4efd69e11 Merge pull request '095_quiz_async: Add missing Bug 4' (#396) from tjk/ziglings-exercises:95-bug4 into main Chris Boesch 2026-04-14 12:53:03 +02:00
  • f10c3d4e7a Merge branch 'main' into 95-bug4 Chris Boesch 2026-04-14 12:43:29 +02:00
  • 152f3a6113 Merge pull request 'new example for concurrency' (#398) from improving_ansync9 into main Chris Boesch 2026-04-14 11:41:15 +02:00
  • ab3c498226 new example for concurrency Chris Boesch 2026-04-14 11:07:13 +02:00
  • 8c08482452 Merge pull request 'added result for 12 digits' (#397) from pi_precision into main Chris Boesch 2026-04-14 08:22:30 +02:00
  • 5eadcdc9f9 added result for 12 digits Chris Boesch 2026-04-14 08:17:16 +02:00
  • b8a639e798 095_quiz_async: Add missing Bug 4 Tom 2026-04-13 19:08:24 -07:00
  • b9cbe199ab Merge pull request 'typo' (#394) from typo_async9 into main Chris Boesch 2026-04-13 18:36:22 +02:00
  • e71175e4f8 typo Chris Boesch 2026-04-13 18:06:01 +02:00
  • 7fcfb60cc4 typo Chris Boesch 2026-04-13 17:56:05 +02:00
  • 34c3125411 Merge pull request 'AI hint added' (#392) from ai-slop into main Chris Boesch 2026-04-12 19:13:44 +02:00
  • 8fc1bfac38 AI hint added Chris Boesch 2026-04-12 19:06:03 +02:00
  • 8e055fcd18 Merge pull request 'Replace exercise 074_comptime9' (#391) from tjk/ziglings-exercises:comptime9 into main Chris Boesch 2026-04-12 17:28:37 +02:00
  • 2472caa183 Replace exercise 074_comptime9 Tom 2026-04-11 21:10:13 -07:00
  • b225538aed Merge pull request 'Changed exercise 60 to require change of format' (#384) from markuxcu/exercises:fix-060 into main Chris Boesch 2026-04-07 09:25:59 +02:00
  • 7cb7a9948a Merge branch 'main' into fix-060 Chris Boesch 2026-04-07 09:18:37 +02:00
  • 3574fd3ae0 Merge pull request 'Improvements for async-io' (#388) from async-improvements into main Chris Boesch 2026-04-06 20:56:29 +02:00
  • 882c6aa0ab improvements for async-io Chris Boesch 2026-04-06 19:57:32 +02:00
  • 55a4841b07 improvements for async-io Chris Boesch 2026-04-06 19:38:19 +02:00
  • 09bae6a70e improvements for async-io Chris Boesch 2026-04-06 19:30:56 +02:00
  • aeeb18931d improvements for async-io Chris Boesch 2026-04-06 18:50:57 +02:00
  • 63e506586f improvements for async-io Chris Boesch 2026-04-06 16:57:48 +02:00
  • 446da3ce5a improvements for async-io Chris Boesch 2026-04-06 12:22:41 +02:00
  • 5e474ea5d1 improvements for async-io Chris Boesch 2026-04-05 16:13:42 +02:00
  • 2acf192775 improvements for async-io Chris Boesch 2026-04-05 12:42:42 +02:00
  • 58f8df66d5 improvements for async-io Chris Boesch 2026-04-04 16:05:35 +02:00
  • 966c1f83af Merge pull request 'fixed missing uppercase letter' (#387) from async2-fix into main Chris Boesch 2026-04-03 21:36:33 +02:00
  • 261c12d6a2 fixed missing uppercase letter Chris Boesch 2026-04-03 21:30:49 +02:00
  • 0206db8129 fixed missing uppercase letter Chris Boesch 2026-04-03 21:27:55 +02:00
  • 34bbe1347d Merge pull request 'removed unnecessary patches' (#385) from patches into main Chris Boesch 2026-04-03 19:55:14 +02:00
  • 366b597519 removed unnecessary patches Chris Boesch 2026-04-03 19:47:02 +02:00
  • 5307b2a338 Merge pull request 'revival of the async-io functions' (#383) from asyncIo into main Chris Boesch 2026-04-03 19:32:53 +02:00
  • f6a6798c8b improved report design Chris Boesch 2026-04-03 19:28:12 +02:00
  • 7fae6e0607 improved timestamp comparison Chris Boesch 2026-04-03 19:07:10 +02:00
  • 1c6487c1e7 added async-io quiz Chris Boesch 2026-04-03 18:11:00 +02:00
  • 1166f3cfb6 exercise 60: changed patch file markuxcu 2026-04-03 14:52:22 +02:00
  • 52ba66c5e9 exercise 60: added new expected output markuxcu 2026-04-03 14:48:34 +02:00
  • 2500936153 new async exercise Chris Boesch 2026-04-03 14:28:19 +02:00
  • 9f314ce8e6 exercise 60: added hint on correct format markuxcu 2026-04-03 14:25:44 +02:00
  • 903c33cd0a new async exercise Chris Boesch 2026-04-03 13:46:35 +02:00
  • e0259f43a7 Insert space for additional async exercises Chris Boesch 2026-04-03 13:35:56 +02:00
  • ffde357f30 revival of the async-io functions, #90 Chris Boesch 2026-04-02 10:38:45 +02:00
  • 3b22bfd898 revival of the async-io functions Chris Boesch 2026-04-02 10:28:40 +02:00
  • e22748d488 revival of the async-io functions Chris Boesch 2026-04-01 23:44:24 +02:00
  • fcfb0e80a0 revival of the async-io functions Chris Boesch 2026-04-01 23:34:16 +02:00
  • db1fef8b86 revival of the async-io functions Chris Boesch 2026-04-01 22:52:04 +02:00
  • 6d89dcd2de revival of the async-io functions Chris Boesch 2026-04-01 22:31:48 +02:00
  • 77d3b684cb revival of the async-io functions Chris Boesch 2026-04-01 22:28:37 +02:00
  • 3056a2b544 Merge pull request 'fixed community link and improved the overview' (#382) from cummunity into main Chris Boesch 2026-03-28 13:11:50 +01:00
  • 149a2bea50 fixed community link and improved the overview Chris Boesch 2026-03-28 12:56:49 +01:00
  • c5ad9ff6cf Merge pull request 'Switching the C exercises to LLVM' (#379) from sframe into main Chris Boesch 2026-03-21 20:30:33 +01:00
  • 8f7a629ffb switched to llvm for the c-exercixes Chris Boesch 2026-03-21 20:14:31 +01:00
  • d3ec872dec Merge pull request 'readme updated' (#377) from readme into main Chris Boesch 2026-03-20 19:30:58 +01:00
  • 2cddd566bb readme updated Chris Boesch 2026-03-20 19:29:50 +01:00
  • 3409760a62 Merge pull request 'bump required Zig version' (#376) from MatthijsBlom/ziglings:main into main Chris Boesch 2026-03-20 19:19:56 +01:00
  • 9f6092aea6 Merge branch 'main' into main Chris Boesch 2026-03-20 19:13:22 +01:00
  • 95ad73013a Merge pull request 'Added field .skip_hint to show information on why a file has been' (#375) from cor-draconia/exercises:skip_hints into main Chris Boesch 2026-03-20 19:08:46 +01:00
  • 04f4c1e32c bump required Zig version MatthijsBlom 2026-03-20 17:23:11 +01:00
  • 2b5a603c43 Added field .skip_hint to show information on why a file has been skipped. inke 2026-03-13 19:06:55 +01:00
  • e6d93d731a Merge pull request 'Add exercises for packed structs/unions' (#374) from justusk/ziglings:packed into main Chris Boesch 2026-03-13 18:18:50 +01:00
  • 16a794fbee 111/112: Add exercises for packed structs/unions Justus Klausecker 2026-03-12 22:26:04 +01:00
  • 973ec41097 build.zig: replace deprecated GeneralPurposeAllocator alias with DebugAllocator Justus Klausecker 2026-03-13 09:50:16 +01:00
  • 1de4e14096 Merge pull request 'update description of 050_no_value for clarity' (#373) from robertefry/ziglings_exercises:fix/050-clarity into main Chris Boesch 2026-03-11 00:03:12 +01:00
  • 0385f5d017 fix: oops Robert Fry 2026-03-09 23:24:59 +00:00
  • de3c99dddd update description of 050_no_value for clarity Robert Fry 2026-03-09 23:16:30 +00:00
  • 1be6fcd7db Merge pull request 'improve grammar in 103_tokenization' (#365) from pebose/exercises:improve-grammar into main Chris Boesch 2026-02-27 19:54:41 +01:00
  • d5fdfe708c Merge pull request 'emphasize that the end number of a for-loop range is exclusive' (#366) from pebose/exercises:emphasize-for-loop-range into main Chris Boesch 2026-02-27 19:44:35 +01:00
  • 88510735e1 Merge branch 'main' into emphasize-for-loop-range Chris Boesch 2026-02-27 19:43:31 +01:00
  • 07031c5daa Merge pull request 'add commas' (#364) from pebose/exercises:add-punctuations into main Chris Boesch 2026-02-27 19:38:15 +01:00
  • 1813c0ded8 Merge pull request 'replace deprecated mem.indexOf with mem.find' (#363) from pebose/exercises:indexof-to-find into main Chris Boesch 2026-02-27 19:36:00 +01:00
  • 8c119bebdc update output for exercise 095_for3 to include full range of numbers Paul Ebose 2026-02-27 19:35:10 +01:00
  • dc71c2cd06 update patch file for 095_for3 Paul Ebose 2026-02-27 19:34:53 +01:00
  • 7d03b8464d update patch file for 103_tokenization Paul Ebose 2026-02-27 19:27:04 +01:00
  • 908109df2d Merge pull request 'add hint that @field() works differently on types and values' (#367) from pebose/exercises:add-hint-to-exercise-82 into main Chris Boesch 2026-02-27 19:17:59 +01:00
  • c032550633 Merge pull request 'improve comment stating 'Zig 0.10.0' @typeName change' (#370) from pebose/exercises:improve-builtins2-comment-zig-0-10 into main Chris Boesch 2026-02-27 19:09:51 +01:00
  • a83a42528e Merge pull request 'fix zig build error when '.progress.txt' contains newline' (#368) from pebose/exercises:fix-zig-build-error into main Chris Boesch 2026-02-27 19:05:06 +01:00