zig-help
zig tries to evaluate errno comptime
Answered
Concurrency, parallelism and threads
Zig pattern matching in swtich statement?
New User
Answered
0.13.x
Add a C library containing `build.zig` to my Zig project?
New User
Answered
0.13.x
avoid inline else accounting for non-exhaustive values of an enum
Answered
Confused with the zig builder
Reference Struct like a factory?
Answered
enum with compile time if, achieve similar to the #if in C
how exactly to pass argc and argv to C libraries who need it
Should the Bootstrap WASM compiler work?
Compiler
New User
0.13.x
What is the zig compiler doing when we give him a .bc file (LLVM bitcode)?
Can an Enum be declared inside a struct?
Accept generic writer type?
Answered
"struct requires comptime because of this field" error
Answered
stores to allowzero 0 pointer not emitted?
How to expose my lib as a module?
Is there a way to "spread" a struct into another at runtime?
Stuck with LLVM broken module with heavy comptime
Answered
String Concatenation -- error: expected type '[]u8', found '[]const u8'
Answered
[Code Review] AOC 2020 D1
unable to evaluate comptime expression in switch
expected *T found *const T
dev 0.11.0 build docs project ???
Is there a way to accept an `Error!*Bar` param and run `a.foo(b)`?
weird error when assigning a variable to a union
"the struct that corresponds to the current file" (!)
Restrict function access at comptime
Issues with ZLS (windows 10)
New User
random number within certain bounds
Answered
Is there a way todo errdefer and defer in one line?
is there a parse Target
initialize all array’s elements to the same value
Answered
0.13.x
Dealing with linked list in libpcap
Answered
@field doesnt seem to work on a comptime block?
Question about std.log custom fn
New User
Standard Library
Answered
0.13.x
zig test specify path for @import
ZigLLVMX vs LLVMX.
How do you make zig use pkgconf's cflags output
how to change std.options.io_mode ?
New User
Preferred way to install zig in CI
Answered
callbacks in zig
New User
Arm 32-bit native compilation error: unknown architecture
Compiler
0.13.x
how to assign into a multidimensional array?
Answered
does importing the entire std impact with compile times instead importing specific function in std?
New User
Modules work via tests, but when I try to create an exe it fails
Answered
cast discards const qualifier?
New User
Answered
how to convert from int to float
New User
ld.lld: error: corrupt input file: version definition index 0 for symbol curl_jmpenv is out of bound
Compiler
disabling unaligned access to memory
0.10.x
Compiler
New User
Trying to implement openpty(3) in zig
New User