zig-help
How to import file in build.zig if it uses a package created in build.zig?
errors not traced
Memory Management (learning resources)
New User
Passing arguments to `zig build` steps
Standard Library
Best way to differentiate output for different targets
function returns in stage1 but not stage2??
Question on Async
How to get the target string in build.zig?
Idiomatic way to swap?
New User
How can I convert []const u8 to u64 using casting?
how about restore console termios flags (to canonical mode) before print crash trace?
Compiler
how to use bufferedReader and bufferedWriter
run code when there *isnt* an error
print step graph from `zig build` ?
is there an open issue for inline for with continue?
Compiler
How do I run my exe programmatically in the build file?
Can I specify CPU features from command line?
Incorrect Alignment error with StringHashMap
using []const []const u8 for os.execve without allocating a new string
Zig support for OpenBSD
standard way to provide error context?
Replicating C++ new keyword in Zig?
New User
Is possible to get a warning instead of error for unused variables?
Is there a compiler flag to tell me about dead code?
Can you catch a block?
llvm 15, use of undeclared identifier 'LLVMPointerTypeInContext'
.Optimized float mode
Arrays in packed unions?
How to change PKG_CONFIG_PATH in build.zig?
How to link a C library when cross-compiling?
zig build-obj in `build.zig`
Best way to convert an int to string?
first call to c function seems to be slow
Is there a way to get the value of a struct field from its name or index at runtime?
Condition variable broadcast not waking up all threads
Standard Library
is there a way to check if T is ArrayList(anytype)?
why does binary includes debug info without debug flags
use compileLog with out stop compiling
Concurrent ring buffer code review
How to return richer errors
How to test C backend
Can't assign to anonymous struct field
This() builtin include for pkgs?
Can you create a method whose name is determined by a comptime known value?
Suggestions on how to better represent this structure?
(READ THIS FIRST) Welcome to the Zig Help Forum channel!
New User
Answered