Release Tag Status Update
https://ziglang.org/devlog/2025/#2025-03-03
Published: March 3, 2025 00:00
Release Tag Status UpdateThe 0.14.0 release is coming shortly. We didn't get the release notes done yet, and I'm calling it a day.Tomorrow morning I'll make the tag, kick off the CI, and then work to finish the release notes while it builds.I know there…
Improved UBSan Error Messages
https://ziglang.org/devlog/2025/#2025-02-24
Published: February 24, 2025 00:00
Improved UBSan Error MessagesAuthor: David RubinLately, I've been extensively working with C interop, and one thing that's been sorely missing is clear error messages from UBSan. When compiling C with zig cc, Zig provides better defaults, including…
No-Libc Zig Now Outperforms Glibc Zig
https://ziglang.org/devlog/2025/#2025-02-07
Published: February 7, 2025 00:00
No-Libc Zig Now Outperforms Glibc ZigAuthor: Andrew KelleyAlright, I know I'm supposed to be focused on issue triage and merging PRs for the upcoming release this month, but in my defense, I do some of my best work while procrastinating.Jokes aside, this…
LLDB Fork for Zig
https://ziglang.org/devlog/2025/#2025-01-24
Published: January 24, 2025 00:00
LLDB Fork for ZigAuthor: Alex Rønne PetersenOne of the major things Jacob has been working on is good debugging support for Zig. This includes an LLDB fork with enhancements for the Zig language, and is primarily intended for use with Zig's self-hosted…