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 supported29 Subscribers
View all SubscribersAdd a CodeTriage badge to zig
Help out
- Issues
- `Std.debug.print` crashes with max_depth overflow on vectors
- std.fs.File: limit initial_cap according to max_bytes in readToEndAllocOptions
- Sema: fix invalid coercion `*[n:x]T` -> `*[m]T` for `n != m`
- incremental: bugfixes
- win32 on linux64: build run `-fwine`: host system (x86_64-linux-gnu) is unable to execute binaries from target (x86-windows-gnu)
- String literal shorter than n is quietly coerced into *const [n]u8
- implement reading for GECOS, HOME and SHELL within posixGetUserInfo
- By-length slicing with sentinel in first slice doesn't do a by-length slice
- compiler_rt: fix __clzsi2_thumb1 (incorrect lookup table usage)
- std.process.Child: use clone() instead of fork()
- Docs
- Zig not yet supported