zig-help
How do I use the new package manager on master?
New User
0.13.x
Building using zig master
Segfault with _start but not with main in debug mode?
Answered
0.13.x
What is zigs memory model?
Answered
Why does accessing data of my tagged union change how the switch reads the next union in the slice?
Answered
comptime type builder
Answered
0.13.x
zig build test on master
Answered
What is the best way to learn zip compiler
The correct way to init an array with embedded struct inside
New User
Answered
Zig (master) error when executing run step
Compiler
0.13.x
Recursive structure / forward declaration
New User
Answered
get the value of a union given a tag
Answered
learning zig; 0.10 or main?
New User
Zig roadmap?
Can I change the cache folder?
New User
Answered
array literal requires address-of operator (&) to coerce to slice type '[]u8'
Reached unreachable code
Are these two function declarations the same thing?
Compiler
Can I pass `std.mem.asBytes(&some_struct)` to `RunStep.addArg`?
Include other source files into the build process
Alternative to CompileStep.setOutputDir
Answered
Trying to get started with Zig and sdl2
Is `inline fn` and `fn ... callconv(.Inline)` the same?
Answered
Can I have 2 names for the same field inside a struct?
Answered
How can I tell `zig build` to build for some target `T` ?
Maximum precision formatting
Answered
function called at runtime cannot return value at comptime
Answered
Is it possible to disallow vs code from killing zls when it crashes too much?
copy and modify "string" in []u8 buffer with length
New User
switch: match any negative number
Arraylist seem to override buffer once end instead of resize (heap.page_allocator)
Answered
Arena allocator in struct
Answered
Zig for loop for editing array
Compiler
New User
0.13.x
defer keyword
New User
Answered
convert []u8 to [:0]u8 for passing into functions expecting char* in C
Zig pointer defaults
Compiler
New User
`[]const u8` to `[]const u64`
failed to build master
Answered
0.13.x
Zig comptime help
New User
Fail on calling `raylib.MeasureTextEx` with c pointer question
Answered
About `if` assignment
New User
Answered
How to use `deleteTree()` properly? - *WARNING not with "/" *
errors when compiling stb_image_write.h
Answered
0.13.x
Atomic Operations with booleans
Answered
How to zero-initialize a slice (size 100)
Add null sentinel to comptime string
Answered
Populating all fields of a struct without default values with an inline for loop and @field
How do i have a generic function return an amount of bits to shift by
std.io.bufferedWriter + std.compress.deflate.compressor
Answered
How to create a named pipe?