zig-help
Is there an easier way to test for a specific union field?
New User
error: the linker needs one or more objects to link
Zig int length
redirecting stdout/stderr (or similar) to file ?
Answered
disable zls autoformat on code block with comment?
Answered
options not working?
Build System
0.14.x
New User
Answered
Passing a structure by reference to a C function
New User
0.12.x
How would I go about handling this type?
New User
Answered
0.12.x
curious errors when writing a custom Formatter
Answered
What is the correct style for Zig enums?
Answered
Can somebody help me find a bug in my code?
Answered
0.12.x
comptime lookup table
Answered
0.13.x
Hello someone know how to specify output when building with zigg ?
How do we allow zig's function to take c's function as an argument?
0.14.x
Answered
Can ZLS show errors or intellisense for other packages?
Passing a reference to a StringHashMap to a function
Answered
anytype as slice
Answered
Runtime Call in Naked Function
Answered
switch block return
Answered
0.13.x
Questions about the test runner
Build System
Answered
Why not *void
0.13.x
debug info and optimizations
Answered
Building will always result in an ELF executable, even when targetting UEFI
Build System
Compiler
0.11.x
Answered
`addCSourceFile` breaks include paths for zig files?
Answered
assert.h and stdlib.h not found for target aarch64-windows-msvc?
using the correct integer width when shifting
Answered
std.Uri.percentDecodeInPlace after upgradeing zig 0.13.0
Answered
error:type '*array_list.ArrayListAligned(u8,null)' has no members
Where to put errdefer to handle multiple errors?
how do i test if a tagged union eqls another
Path to dylib at runtime
Answered
Std: Fifo
New User
Standard Library
Answered
0.12.x
How is this allocation supposed to be freed?
New User
Answered
0.12.x
Is possible to have a module in ReleaseFast while lib in Debug
Answered
Timespec Struct
Standard Library
Answered
New User
0.12.x
Is there way to imitate struct static field behaviour?
What's up with all these builtins
0.12.x
Comptime infer return array size
Remove install step
Build System
Answered
0.13.x
Creating a struct with an unknown size encoded into the struct
0.12.x
Multifile zig code for C-convention library
create slice to pass to a function for testing?
Create and use an array of std.ArrayList at compile time, all with different types.
0.12.x
VSCode is silent about declaring struct without specifying it's field that has no default value.
New User
Answered
build.zig: wrap up some common dependencies
Answered
Need help compiling Zig with LLVM support
Compiler
Parallel loop
Standard Library
New User
0.13.x
Memory keep growing even when I'm not adding anything into `StringHashMap`
Answered
Changing std error
Answered
How to get active union tag?