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
- Pass by reference "optimization" copies the entire struct on the stack when taking its address. (this didn't happen in stage1)
- Compiler crash in `src/value.zig` `elemValue()` (maybe comptime InternPool bug?)
- x86_64-linux-gnu zig that was cross compiled with x86_64-windows-gnu produces cache warnings for `builtins.zig` under WSL
- `@memset` error message misleadingly suggests that many item pointers would be a valid destination type.
- mention of `destination error set` in `switch` clause may be misleading
- compiler OOM building simdjzon project with -Dondemand
- Segfault when building compiler in stage 3, macOS Ventura 13.2.1
- unable to infer array size
- zig cc failing to locate framework headers
- Segfault on comptime packed union access
- Docs
- Zig not yet supported