Commit graph

  • 2b9e3da5c8
    Fixed the renaming of std.os to std.posix Chris Boesch 2024-03-22 00:25:01 +0100
  • 2092f35127 Merge pull request 'Changes for a new Zig version.' (#60) from version_change into main Chris Boesch 2024-03-14 23:11:06 +0000
  • abed92c05e Changes for a new Zig version. Chris Boesch 2024-03-14 23:59:13 +0100
  • 5728ccc8eb Merge pull request 'fix exercise 82 output' (#58) from dolichomps/exercises:main into main Chris Boesch 2024-03-14 22:41:29 +0000
  • a87e7c895e Merge pull request 'Improved the explanation about passing arguments and added an example.' (#59) from issue51 into main Chris Boesch 2024-03-14 22:40:30 +0000
  • 9844123dd1 Improved the explanation about passing arguments and added an example. Chris Boesch 2024-03-14 23:37:14 +0100
  • c8f081f3e8 fix exercise 82 output dolichomps 2024-03-14 02:28:07 +0000
  • e3877321b6 Merge pull request 'Minor corrections to the "contributing"' (#56) from contrib into main Chris Boesch 2024-03-12 20:03:17 +0000
  • 08cc60ba59 Minor corrections to the "contributing" Chris Boesch 2024-03-12 20:59:29 +0100
  • 6b46b26c22 Merge pull request 'Fixed unicode literal' (#55) from i52 into main Chris Boesch 2024-03-08 00:09:54 +0000
  • d0519d18fa Fixed unicode literal Chris Boesch 2024-03-08 01:07:57 +0100
  • 9e9cf40453 Merge pull request 'Added threading exercise' (#54) from 104_threading into main Chris Boesch 2024-03-05 08:22:40 +0000
  • 6984345d0a Added threading exercise Chris Boesch 2024-03-05 09:15:57 +0100
  • 277304454a Merge pull request 'Added notes to exercise 94 c_math.' (#53) from 094_c-math into main Chris Boesch 2024-02-28 12:06:56 +0000
  • 9e48c9a339 Added notes to exercise 94 c_math. Chris Boesch 2024-02-28 13:01:11 +0100
  • 1a1b7937f6
    Merge upstream with solutions Andrew Scott 2024-02-24 18:08:34 -0500
  • 48b2032024 Merge pull request 'Zig version adjusted.' (#50) from build_fix into main Chris Boesch 2024-02-16 15:04:27 +0000
  • 55b2ac4c5f Zig version adjusted. Chris Boesch 2024-02-16 15:19:10 +0100
  • 099d0bba93 Merge pull request 'Text improvement' (#48) from chrboesch-patch-1 into main Chris Boesch 2024-02-11 14:12:07 +0000
  • 8257ccb5c8 Text improvement Chris Boesch 2024-02-11 14:07:37 +0000
  • 4b1ae6117c Merge pull request 'Fix zig_exe location in Build struct' (#45) from asd/ziglings:main into main Chris Boesch 2024-02-06 18:36:50 +0000
  • 755911747f Fix zig_exe location in Build struct Alexander Saltanov 2024-02-06 00:06:19 +0300
  • 31aff769cb
    Merge remote-tracking branch 'origin/main' Andrew Scott 2024-02-01 15:37:08 -0500
  • fa22e861d5 Merge pull request 'added space, missing after end-of-sentence dot.' (#40) from anthon/exercises:missing-space-1 into main Chris Boesch 2024-01-13 15:14:07 +0000
  • 7bfd7adce8 Update exercises/093_hello_c.zig Chris Boesch 2024-01-13 14:27:58 +0000
  • 6c5fdef6b1
    037-046 completed Andrew Scott 2024-01-13 01:19:56 -0500
  • c2b1610399
    Clean up files for solutions repo Andrew Scott 2024-01-10 03:05:22 -0500
  • a9688fdda0
    001-036 completed Andrew Scott 2024-01-10 02:52:58 -0500
  • 58dff3f504 added space, missing after end-of-sentence dot. Anthon 2024-01-10 06:16:44 +0000
  • 0d46acfa02 Merge pull request 'Zig 0.12.0-dev.2043 compatability changes for test runner' (#35) from drglove/exercises:zig-2043-changes into main Chris Boesch 2024-01-05 13:52:09 +0000
  • 15de3785a3 Bump ziglang version in Version Changes header drglove 2024-01-05 08:43:31 +0000
  • 7d23ddc1f6 Update version changes with 2043. drglove 2024-01-05 08:27:52 +0000
  • ba9447d2c6 Bump version to match required changes. drglove 2024-01-05 08:24:29 +0000
  • 7a0cbb131f Use std.Build.LazyPath over now removed std.Build.FileSource. drglove 2024-01-05 08:17:09 +0000
  • 528a8645f8 Fix casing of std.build -> std.Build in tests. drglove 2024-01-05 08:15:51 +0000
  • b7dfa4cd1d Merge pull request 'Correct comment to match code in 076_sentinels' (#33) from mttrb/ziglings:076-comment into main Chris Boesch 2024-01-04 20:47:06 +0000
  • 1ed03cf0a1 Fix formatting of comment Matthew Robinson 2024-01-01 02:16:39 +0800
  • 1a001b9eb7 Correct comment to match code in 076_sentinels Matthew Robinson 2024-01-01 01:41:31 +0800
  • e7c106ba3a Merge pull request 'Fix minor typo' (#32) from babaiserror/exercises:typo into main Chris Boesch 2023-12-30 16:34:16 +0000
  • 2fb7da53e7 Fix minor typo babaiserror 2023-12-29 22:59:39 -0500
  • 72e15c9ef3 Merge pull request 'Removed ci/compat.sh as it is included in build.zig again' (#30) from ci into main Chris Boesch 2023-11-21 23:01:10 +0000
  • 492e5f5c40 Removed ci/compat.sh as it is included in build.zig again Chris Boesch 2023-11-21 23:51:28 +0100
  • 5eafe16e97 Merge pull request 'Fix two minor typos' (#29) from A-h-m-e-d/exercises:typos into main Chris Boesch 2023-11-21 20:49:55 +0000
  • 46e3a38dbc Fix two minor typos Ahmed 2023-11-21 19:09:47 +0200
  • f987a06ccc Merge pull request 'Converted var to const if there is no mutation in the var.' (#28) from var_const into main Chris Boesch 2023-11-21 14:26:23 +0000
  • b0511bb3c7 Fixed patch hunk Chris Boesch 2023-11-21 15:22:36 +0100
  • 7679f93f68 Converted var to const if there is no mutation in var. This is checked from compiler version 0.12.0-dev.1664 Chris Boesch 2023-11-21 15:01:22 +0100
  • b7015c2d9d Merge pull request 'fixed variable declaration by changing it to a const, since it's never mutated' (#27) from zev/exercises:main into main Chris Boesch 2023-11-21 13:20:51 +0000
  • 063a74c59a fixed variable declaration by changing it to a const, since it's never mutated Zev Averbach 2023-11-21 12:00:34 +0100
  • f29c0692d5 Added link to 'Zig in Depth' Chris Boesch 2023-11-19 14:51:24 +0000
  • afe5511455 Merge pull request 'Changed three dots to colons, see #23' (#25) from pr23 into main Chris Boesch 2023-11-07 14:23:12 +0000
  • cab5ee87bf Changed three dots to colons, see #23 Chris Boesch 2023-11-07 15:18:00 +0100
  • 5a259a943f Merge pull request 'Change the task so that the exercise contains two errors again.' (#24) from i22 into main Chris Boesch 2023-11-06 18:55:54 +0000
  • 55b58fea56 Change the task so that the exercise contains two errors again. Chris Boesch 2023-11-06 19:50:47 +0100
  • 08d294f2b8 Merge pull request 'fixed build: renamed child.exec to run' (#19) from fix_build into main Chris Boesch 2023-10-24 10:42:25 +0000
  • 6446542867 Update .woodpecker/eowyn.yml Chris Boesch 2023-10-24 10:23:10 +0000
  • 8a1fbea5c9 fixed build: renamed exec to run Chris Boesch 2023-10-24 11:57:44 +0200
  • 633af411e6 Update README.md Chris Boesch 2023-10-24 08:43:07 +0000
  • 890fe8e1c4 Merge pull request 'fixed typos' (#17) from typos into main Chris Boesch 2023-10-22 12:24:28 +0000
  • 2feeb282a9 fixed typos Chris Boesch 2023-10-22 14:19:23 +0200
  • fe65ff343f Merge pull request 'Introduce syntax for turning a many pointer to a slice' (#15) from hachanuy/exercises:054-clarify into main Chris Boesch 2023-10-21 21:31:34 +0000
  • b6abbf948c Introduce syntax for turning a many pointer to a slice Uy Ha 2023-10-18 19:28:34 +0000
  • 9b58f3e83c Added idea for a new excersise Chris Boesch 2023-10-15 20:50:31 +0000
  • e314608f3a Merge pull request 'fixed language changes in @typeInfo' (#13) from fix_i12 into main Chris Boesch 2023-10-08 16:56:09 +0000
  • 36d8170d7c fixed language changes in @typeInfo Chris Boesch 2023-10-08 18:51:22 +0200
  • 88a8e06489 Merge pull request 'changed compat check to comptime' (#11) from fix_compat into main Chris Boesch 2023-10-05 22:39:30 +0000
  • 3ab1942156 changed compat check to comptime Chris Boesch 2023-10-06 00:33:24 +0200
  • 2ba613b14f Merge pull request 'changed tokenize to tokenizeAny' (#10) from fix_tokenization into main Chris Boesch 2023-10-05 20:13:43 +0000
  • 5d3ff86a42 changed tokenize to tokenizeAny Chris Boesch 2023-10-05 22:07:58 +0200
  • 6079b0122a Merge pull request 'fixed broken patch 103' (#9) from fix_patches into main Chris Boesch 2023-10-05 19:37:53 +0000
  • e6e78d3f80 fixed broken patch 103 Chris Boesch 2023-10-05 21:32:29 +0200
  • 1c7e35e193 Merge pull request 'changed the patch files that we can also use them with busybox for testing in Woodpecker' (#8) from woodpecker into main Chris Boesch 2023-10-05 19:18:20 +0000
  • 9003544446 Merge branch 'woodpecker' of https://codeberg.org/ziglings/exercises into woodpecker Chris Boesch 2023-10-05 21:15:41 +0200
  • 7491e3df91 changed the patch files that we can also use them with busybox for testing in Woodpecker Chris Boesch 2023-10-05 20:18:04 +0200
  • ca37825127 Merge pull request 'switched docker image to ziglings/ziglang' (#7) from woodpecker into main Chris Boesch 2023-10-05 15:58:01 +0000
  • 992323ac6c switched docker image to ziglings/ziglang Chris Boesch 2023-10-05 17:43:03 +0200
  • 4b1ba69270 Merge pull request 'added woodpecker integration' (#6) from woodpecker into main Chris Boesch 2023-10-04 12:54:59 +0000
  • afee8d9c7a added woodpecker integration Chris Boesch 2023-10-04 14:48:47 +0200
  • a286403250 Merge pull request 'fix(103_tokenization): ✏️ Migrated to tokenizeAny' (#5) from rond/exercises:main into main Chris Boesch 2023-10-04 08:26:36 +0000
  • 3abefbd402
    fix(103 patch): ✏️ Update patch to reflect changes rond 2023-10-04 09:12:48 +0200
  • 4a3e4474b7
    fix(103_tokenization): ✏️ Migrated to tokenizeAny rond 2023-10-04 04:53:34 +0200
  • a74737ac7c Merge pull request 'remove github actions' (#4) from woodpecker into main Chris Boesch 2023-10-03 22:15:12 +0000
  • 6dbe0d881e remove github actions Chris Boesch 2023-10-04 00:08:45 +0200
  • 7c50bd1e47 Merge pull request 'Global scope is container-level scope' (#2) from rofrol/ziglings--exercises:rofrol-container-level into main Chris Boesch 2023-09-21 13:34:38 +0000
  • 73f7670667 Global scope is container-level scope rofrol 2023-09-20 22:30:57 +0000
  • f29a42b5f1 Update README to announce move to Codeberg! ratfactor 2023-09-20 13:10:08 +0200
  • 1b8988ac81 Adapt README to current Zig version Chris Boesch 2023-09-20 13:02:57 +0200
  • 02dfa1e970 Adapt Github structure to Codeberg Chris Boesch 2023-09-20 13:00:36 +0200
  • aa1350d013 Update README.md with new clone instructions Dave Gauer 2023-09-19 20:51:05 -0400
  • 0b2a742f46 Announce move to Codeberg in README Dave Gauer 2023-09-19 21:18:27 -0400
  • f86db89f41 Merge pull request #357 from ratfactor/check_patches Chris Boesch 2023-08-27 19:21:42 +0200
  • b749cba652 Fixed some broken patches Chris Boesch 2023-08-27 19:11:21 +0200
  • acb0a9e0fe Merge pull request #356 from juergenhoetzel/code-point-size Chris Boesch 2023-08-27 18:57:50 +0200
  • 65a4c21017 Update README.md Chris Boesch 2023-08-27 18:55:54 +0200
  • 8c2202c73d Add example for Unicode Code point literal > 255 Juergen Hoetzel 2023-08-26 13:26:24 +0200
  • 741704cc6f Merge pull request #352 from kai-tub/main-1 Chris Boesch 2023-08-17 20:42:42 +0200
  • 11a120521d Add link to DoD talk in 101_for5.zig Kai Norman Clasen 2023-08-17 19:43:13 +0200
  • 92a4f3acf8 Merge pull request #351 from ratfactor/class_role Chris Boesch 2023-08-17 15:03:17 +0200
  • 4eb949759b changed struct name 'class' into 'role' Chris Boesch 2023-08-17 14:55:11 +0200
  • 2e5a49fc68 Merge pull request #346 from ratfactor/i339 Chris Boesch 2023-08-02 23:39:59 +0200