zig
https://github.com/ziglang/zig
Zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Zig not yet supported32 Subscribers
View all SubscribersAdd a CodeTriage badge to zig
Help out
- Issues
- ENHANCEMENT: Add `-femit-dir` flag that tells zig to output artifacts to the dir but still let zig name them
- Docs breadcrumb/anchors show `std.crypto.blake3.Blake3`, but the public API is `std.crypto.hash.Blake3` (misleading)
- std.math.divTrunc and friends don't support vectors, but @divTrunc and friends do.
- `std.SemanticVersion` does not reject numbers containing underscores
- std.zon.parse diagnostics should not be based on strings
- Union enum with generic function type causes compile segfault
- Crash when program compiled in Debug is profiled with Tracy
- Sema: handle `foo() catch |err| switch (err) {...}` for `!noreturn`
- Specify libdir during cmake configuration
- Compiler crashes with SIGSEGV when appending to ArrayList(*const T) with the comptime_allocator from #25198
- Docs
- Zig not yet supported