zig-help
is undefined a value like 1,2,etc or a keyword
zig build: how to preserve the full output?
Inconsistency when indexing array
tail call optimization and eager destruction
Weird error, when trying to build a projet
Compiler
New User
0.16.x
Build System
Standard Library
Am i using errors wrong?
how to do a c callback -> zig
0.16.x
<variable not available> while debugging on Windows
Importing bindings in zig project 0.16.0
0.16.x
Build System
Code that only works on debug, not release (std.Dynlib and global state)
0.16.x
Compiler
Zig language reference states "most of the time, it is more appropriate to write to stderr"
Standard Library
New User
Compile error trying to build an array of slices
0.16.x
Compiler
How to set CPU cores limit without CLI flag
Read Comments while parsing zig
0.16.x
Possible bug? `zig test` failed but only when I capture STDERR
0.16.x
Trouble setting up raylib-zig
0.16.x
New User
Why is my hello world so big?
0.16.x
Compiler
New User
difference between log.info and Io.File.stdout().writeStreamingAll();
Is the official documentation enough?
New User
How to make a build step re-run when any file is changed/added/removed within a directory?
Build System
best practice on nesting structs
0.16.x
New User
Resolved - Running dev versions of Zig executable on windows fails
0.16.x
Compiler
master
translate-c produces compile errors when translating sdl3 and glibc headers
lifetime of pointers to comptime values
Passing an allocator vs having it in function
New User
Dependency doesn't get linked no matter the option
Cross compiling SDL3 headers with translate-c
using epoll in zig 0.16
0.16.x
Standard Library
How do i configure `build.zig` to tell it to output shared libraries ?
Build System
How to use examples dir in library build.zig
0.16.x
Build System
Zig over high level languages?
How to get data from a C function that fills a C array?
fuzzing web server crash on compiler error, even on release mode
0.16.x
Standard Library
Compiler
How to cast with offset?
Why does this print "Hello World!" twice?
Target option whitelist
0.16.x
Build System
Standard Library
ZIG BUILD SYSTEM PANIC
0.16.x
Build System
Cant link SDL2 to windows project
0.16.x
error: expected type '?[*:0]const u8' found '[]const u8'
simple mem.replaceScalar at comptime
Atomic reference counting, need feedback
0.16.x
signalfd(2) + read(2) question
Callback with const userdata
posix file i/o
How to use std.sort in 0.16.0
0.16.x
Standard Library
stdout & std.Progress
makeFn equivalent in master
master
"Like that, but better"
Mixins Best Practice
0.16.x
New User
why would i use `std.unicode.utf8Decode3` over `utf8Decode3AllowSurrogateHalf`?