README.md

zig 0.15#

release notes

issue tracking#

zig moved from github to codeberg. old issues (≤25xxx) are on github, new issues (30xxx+) are on codeberg.org/ziglang/zig.

query via API:

curl -s "https://codeberg.org/api/v1/repos/ziglang/zig/issues?state=all&q=flate"

notes#

  • arraylist - ownership patterns (toOwnedSlice vs deinit)
  • io - explicit buffers, http client/server, tls quirk
  • build - createModule + imports, hash trick
  • comptime - type generation, tuple synthesis, validation
  • concurrency - atomics vs mutex, callback pattern
  • crypto - ecdsa paths, signature verification
  • testing - zig test vs build test, arena for leaky apis