| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-04 | cleanup for PR | Zendril | |
| 2024-12-22 | Updated credits | Chris Boesch | |
| 2024-12-22 | Updated credits | Chris Boesch | |
| 2024-11-07 | Added SIMD. | Chris Boesch | |
| 2024-09-20 | Added Dave as initiator of Ziglings. | Chris Boesch | |
| 2024-09-16 | downgrade zig version to eowyn version | Nuno Mendes | |
| It is just 2 days behind so all features are already present for the new labeled switch test | |||
| 2024-09-16 | update zig version in build and readme | Nuno Mendes | |
| 2024-09-11 | Update README.md | chrboesch | |
| Added new todo for core lang | |||
| 2024-09-04 | fixed typo: the date in version changes | Seeingu | |
| 2024-09-02 | Fixes several changes in std.builtin.zig | Chris Boesch | |
| 2024-08-22 | Insert wrong version number into build file. | Chris Boesch | |
| 2024-08-22 | Fixes changes in zig build system. | Chris Boesch | |
| 2024-08-08 | Add build parameter to start at a specific exercise | Michael Cooper | |
| 2024-08-04 | Changed needed zig version. | Chris Boesch | |
| 2024-07-06 | Merge branch 'main' into random-exercise | Chris Boesch | |
| 2024-07-06 | document -Drandom | Andrew Dunbar | |
| 2024-06-17 | Fixes because of a new Zig version, which changes some functions. | Chris Boesch | |
| 2024-06-08 | New Zig version | Chris Boesch | |
| 2024-05-29 | Fixed the changes from reworking std.Progress. | Chris Boesch | |
| For details: https://github.com/ziglang/zig/pull/20059 | |||
| 2024-04-20 | Switch to new zig dev release 0.13 | Chris Boesch | |
| 2024-04-03 | Update README.md | Chris Boesch | |
| 2024-04-03 | Zig version changed | Chris Boesch | |
| 2024-03-23 | Added second threading exercise. | Chris Boesch | |
| 2024-03-22 | Fixed the renaming of std.os to std.posix | Chris Boesch | |
| 2024-03-15 | Changes for a new Zig version. | Chris Boesch | |
| 2024-03-05 | Added threading exercise | Chris Boesch | |
| 2024-02-16 | Zig version adjusted. | Chris Boesch | |
| 2024-01-05 | Bump ziglang version in Version Changes header | drglove | |
| 2024-01-05 | Update version changes with 2043. | drglove | |
| 2023-11-19 | Added link to 'Zig in Depth' | Chris Boesch | |
| 2023-10-24 | fixed build: renamed exec to run | Chris Boesch | |
| 2023-10-24 | Update README.md | Chris Boesch | |
| insert tag hint | |||
| 2023-10-15 | Added idea for a new excersise | Chris Boesch | |
| 2023-09-20 | Update README to announce move to Codeberg! | ratfactor | |
| 2023-09-20 | Adapt README to current Zig version | Chris Boesch | |
| 2023-09-19 | Update README.md with new clone instructions | Dave Gauer | |
| 2023-09-19 | Announce move to Codeberg in README | Dave Gauer | |
| 2023-08-27 | Update README.md | Chris Boesch | |
| Advanced usage line 'zig build -Dn=x start' deleted, because of https://github.com/ratfactor/ziglings/issues/355 | |||
| 2023-07-26 | Upgrade to Zig version 4246 | Chris Boesch | |
| 2023-06-27 | Version updated | Chris Boesch | |
| 2023-06-26 | Revised exercises due to the changes of Zig version 0.11.0-dev.3853 | Chris Boesch | |
| 2023-06-22 | Changed to zig developer version 3747. | Chris Boesch | |
| 2023-05-31 | Update README.md | Chris Boesch | |
| Added Tokenization as ToDo | |||
| 2023-05-25 | change std.debug.TTY to std.io.tty | pseudoc | |
| Zig commit: 0f6fa3f20b3b28958921bd63a9a9d96468455e9c std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty Also get rid of the TTY wrapper struct, which was exlusively used as a namespace - this is done by the tty.zig root struct now. detectTTYConfig has been renamed to just detectConfig, which is enough given the new namespace. Additionally, a doc comment had been added. | |||
| 2023-05-15 | Update README.md | Chris Boesch | |
| Marked 'testing' as finished. | |||
| 2023-05-08 | Cleaning up zig build output | Dave Gauer | |
| * Only show actual Zig compiler errors, not build internals to confused and dismay. * Remove advanced usage instructions not needed in normal operation. | |||
| 2023-05-01 | build: add the Exercise.addExecutable method | Manlio Perillo | |
| Currently addExecutable is called 3 times, unnecessarily making the code more complex. The method takes as argument the path to the exercises directory. Additionally, use the new std.Build.ExecutableOptions.link_libc field. The new field was added in ziglang/zig@adc9b77d5f on 2023-04-13. Update the required Zig compiler version. Note that I added the **current** zig version to the changelog, since the reason for the change is known only to the person updating the version. | |||
| 2023-05-01 | build: remove the Exercise.async field | Manlio Perillo | |
| The stage1 C++ compiler is gone forever. Remove the custom support and documentation for the old stage1 compiler in build.zig and README.md. | |||
| 2023-04-29 | Update README.md | Chris Boesch | |
| 2023-04-23 | Another README coverage list edit | Dave Gauer | |
| I still had C interop under stdlib, which it isn't. | |||
