zig-help
Is this a bug in assignment to an optional?
Fixing leaked memory in `while`
New User
Answered
Expose enum from library
"No field named path in union.BuildLazyPath"
New User
Working with [*c] pointers
Answered
Using reserved words as struct field name
getting function parameter names using @typeInfo(Type)
Answered
I don't get switch error handling...
I've got my addition to std.zip working but i have little experience with PRs or even git
Standard Library
New User
Free after re-assignment?
Answered
Use cases for pointers in Zig compared to C
New User
New --release flag vs -Doptimize=
0.12.x
Help using local dependency insteaf of cached
Better pattern I should use?
Answered
0.13.x
file namespace not struct
Answered
Zig C++ to Freestanding WASM32
error when building capy template
Common practices when writing tests expecting compilation failure
New User
Answered
0.12.x
Writing a JSON parser
How to use glibc's strptime()?
Answered
cglm error: lld-link: undefined symbol: glm_mul_rot_sse2
Build System
New User
Answered
0.12.x
Help, No idea how to name this...
Answered
using comptime to build assembly strings
Answered
Removal of multiple items from ArrayList
Answered
Where does zig configure how zig cc and zig c++ -target works?
Build System
Compiler
Answered
Build: capture & "forward" system command error output
Build System
0.13.x
Setting inputs and outputs for system commands that don't take the inputs and outputs as arguments.
Tuples as build options.
Build: cache result of system command (run only if input file changed)
Build System
Answered
0.13.x
How to deal with error conditions early in development?
Answered
Using build.zig to replace cmake for a large Fortran project
Build System
New User
using `-mcmodel=medany`, for zig sources from build.zig
Answered
What is the simplest way to get a float result when dividing integers?
New User
Answered
0.12.x
is there a better way to declare a bunch of fields with the same type?
How to actually use a module after `zig fetch --save`?
How to write a test for a generic function?
New User
Answered
0.12.x
How to use `zig fetch` with GitHub URLs?
How does the zig compiler resolve the types of variables?
Compiler
Build script for OS bootloader and kernel
Standard library and a time in the future
Standard Library
Answered
Help with slice initialization inside struct
Answered
Calling C code from Zig
New User
Answered
0.13.x
ArrayList of string
Answered
0.12.x
create string comptime
Answered
Zig error ccess of union field 'valArr' while field 'val' is active
New User
is there a convention for describing which version of zig a project is built against?
Answered
@intFromFloat panic: integer part of floating point value out of bounds
New User
Answered
0.12.x
Failed to import DLL
Build System
New User
0.12.x
Help with Aarch64 inline assembly
OR operator in a struct, how to ?
New User