summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2025-03-14Update type info for StructField type in 082Yevhen Babiichuk (DustDFG)
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
2025-03-10Merge pull request 'Updated version number' (#215) from readme into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/215
2025-03-10Updated version numberChris Boesch
2025-02-10Merge pull request 'Fix repo link' (#207) from readme into mainChris Boesch
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/207
2025-02-10Fix repo linkChris Boesch
2025-02-04cleanup for PRZendril
2024-12-22Updated creditsChris Boesch
2024-12-22Updated creditsChris Boesch
2024-11-07Added SIMD.Chris Boesch
2024-09-20Added Dave as initiator of Ziglings.Chris Boesch
2024-09-16downgrade zig version to eowyn versionNuno Mendes
It is just 2 days behind so all features are already present for the new labeled switch test
2024-09-16update zig version in build and readmeNuno Mendes
2024-09-11Update README.mdchrboesch
Added new todo for core lang
2024-09-04fixed typo: the date in version changesSeeingu
2024-09-02Fixes several changes in std.builtin.zigChris Boesch
2024-08-22Insert wrong version number into build file.Chris Boesch
2024-08-22Fixes changes in zig build system.Chris Boesch
2024-08-08Add build parameter to start at a specific exerciseMichael Cooper
2024-08-04Changed needed zig version.Chris Boesch
2024-07-06Merge branch 'main' into random-exerciseChris Boesch
2024-07-06document -DrandomAndrew Dunbar
2024-06-17Fixes because of a new Zig version, which changes some functions.Chris Boesch
2024-06-08New Zig versionChris Boesch
2024-05-29Fixed the changes from reworking std.Progress.Chris Boesch
For details: https://github.com/ziglang/zig/pull/20059
2024-04-20Switch to new zig dev release 0.13Chris Boesch
2024-04-03Update README.mdChris Boesch
2024-04-03Zig version changedChris Boesch
2024-03-23Added second threading exercise.Chris Boesch
2024-03-22Fixed the renaming of std.os to std.posixChris Boesch
2024-03-15Changes for a new Zig version.Chris Boesch
2024-03-05Added threading exerciseChris Boesch
2024-02-16Zig version adjusted.Chris Boesch
2024-01-05Bump ziglang version in Version Changes headerdrglove
2024-01-05Update version changes with 2043.drglove
2023-11-19Added link to 'Zig in Depth'Chris Boesch
2023-10-24fixed build: renamed exec to runChris Boesch
2023-10-24Update README.mdChris Boesch
insert tag hint
2023-10-15Added idea for a new excersiseChris Boesch
2023-09-20Update README to announce move to Codeberg!ratfactor
2023-09-20Adapt README to current Zig versionChris Boesch
2023-09-19Update README.md with new clone instructionsDave Gauer
2023-09-19Announce move to Codeberg in READMEDave Gauer
2023-08-27Update README.mdChris Boesch
Advanced usage line 'zig build -Dn=x start' deleted, because of https://github.com/ratfactor/ziglings/issues/355
2023-07-26Upgrade to Zig version 4246Chris Boesch
2023-06-27Version updatedChris Boesch
2023-06-26Revised exercises due to the changes of Zig version 0.11.0-dev.3853Chris Boesch
2023-06-22Changed to zig developer version 3747.Chris Boesch
2023-05-31Update README.mdChris Boesch
Added Tokenization as ToDo
2023-05-25change std.debug.TTY to std.io.ttypseudoc
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-15Update README.mdChris Boesch
Marked 'testing' as finished.