zig-help
Resource deallocation must succeed?
Trouble accessing property from c struct
Call function with `try` when needed
C backend output does not compile
Compiler
Hot to deal with C function returning null pointer?
Missing `pthread_sigmask` binding
Parser
Standard Library
Pointers for working on Zig?
Compiler
zig cc debug info
Compiler
New User
How to make zig support new target if LLVM doesn't.
How can I convince zig to bundle compiler_rt into a object file?
zig inline assembly get 32-bit register
RISC-V builds
build.zig problem
New User
How do you turn a slice into a vector?
invalid free after reallocBytes
Suggestions for browsing `std`.
Joining slices without allocating at runtime
Zig Abi, function register config
tagName for non-exhaustive enums
How to convert a []const u8 to null-terminated slice?
Standard Library
Weird Behavior when using stdout and stdin
Check if a value is an array or slice type
llvm-config issues
How do you code this first part of the loop with Zig SIMD API?
undefined reference to symbol '_...'
Why is Zig std library trying to parse a float here?
Frame resume loop
catch segfault in test case
Generating language reference HTML
Compiler
How to read large blobs to memory
Random Seed for PRNGs
Passing []const u8 to C interopt variadic function
enum to []const u8
Standard Library
Recursive Dependency Error On Union
`std.io.getStdOut` failing after close
how to benchmark
prerequisite language to learn zig
Allocator for runtime-defined alignment
how zig compiler deal with unused imports?
Passing a slice of C strings to a function as a literal
Compiler
New User
What is the cause of error [Always a race condition] when using std.fs?
Standard Library
New User
Mutually Recursive Generic Types
I have a code that hangs the compiler
Compiler
How to destroy self
floatToInt()
Are there any good tutorials?
strip unused transitive dependencies during static linking
generic switch on tagged unions
Possible to set struct field value programmatically by index of field (not by name of field)?