zig icon indicating copy to clipboard operation
zig copied to clipboard

General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

Results 2216 zig issues
Sort by recently updated
recently updated
newest added

### Zig Version 0.10.1 ### Steps to Reproduce and Observed Behavior `` is seemingly missing in the zig provided libc includes for macos while it is present on Linux. Simple...

bug

Previously Compilation#update didn't delete bin_file on compilation errors.

### Zig Version 0.11.0-dev.1862+e7f128c20 ### Steps to Reproduce and Observed Behavior Install above version of zig, and [follow the exact steps in the WebAssembly documentation](https://ziglang.org/documentation/master/#Freestanding). You will get: ``` $...

contributor friendly
docs
regression

This is a follow-up issue from #4550. `std.zig.CrossTarget` has the ability to represent CPU features, as well as `std.Target`. Curently, "parsing" a target triple also wants to know the CPU...

breaking
standard library
proposal
accepted

### Zig Version 0.11.0-dev.1898+36d47dd19 ### Steps to Reproduce and Observed Behavior This test case is incorrect: https://github.com/ziglang/zig/blob/36d47dd1991f0ccd7a9673075624f09500cc415e/test/link/wasm/bss/build.zig The global variable has value `undefined`: https://github.com/ziglang/zig/blob/36d47dd1991f0ccd7a9673075624f09500cc415e/test/link/wasm/bss/lib.zig#L1 So it should not go into...

bug
arch-wasm32
miscompilation
linking

I probably missed a lot of places, but I tried to stick to code that kind of made sense to me. Initially spotted this in mem.eql and the performance difference...

The "authority" section of a URL is allowed to be empty. In particular if the URL scheme is "file://", the authority section is expected to be empty. This is a...

bug
standard library

### Zig Version 0.11.0-dev.1884+2641feb9b ### Steps to Reproduce and Observed Behavior Hi, A little out of my depths. First time trying to compile and run zig. I feel like I...

bug