zig-help
init.arena.allocator() vs std.heap.ArenaAllocator.init()
Compare union
0.16.x
Standard Library
Compiler
New User
comptime function elimination
Cannot link against AppKit
0.16.x
Build System
Should I pass a function pointer like `add` or `&add`
New User
single item pointer to many item pointer
master
New User
writeStreaming not working as intended
Tuples inside of enums
New User
Help understanding Pointers and arays.
0.16.x
Standard Library
New User
Why i need to add a type in std.mem.eql()?
Understanding the testOne example from default project
dupe any* struct
0.16.x
Standard Library
Compiler
New User
Release safe breaks this code in http.Client.fetch()
Linker error when building fuzz tests since 0.16
Build System
Confused on problem 5 of Ziglings, array repetition
master
New User
Why was Mutex moved from std.Thread to std.Io?
What’s the goto way to fuzz code with a C dependency?
Understanding the bootstrapping system
Build takes MANY minutes when trying to enable optimizations...
0.16.x
Compiler
New User
How to instantiate std.process.init inside a test?
0.16.x
New User
Why is copying bytes from one `std.ArrayList(u8)` to another faster, than just moving the object?
0.16.x
Standard Library
Compiler
New User
Current recommended way to decode a UTF-8 character to its unicode code point?
0.16.x
Standard Library
how to optionally compile a file based on its existence in build.zig?
Build System
master
HIP programming in ZIG (AMDGPU)
0.16.x
master
New User
Constructor construction
Zig Translate-c Header Only file
Possible to do type punning without @memcpy?
0.16.x
master
Is there solid documentation on what Zon "supports"?
emscripten and translate c
0.16.x
Build System
Child process: I get no stdout file i.e. my error.NoStdout
0.16.x
Building zig
Compiler
How to better write this? (to avoid "values of type 'type' must be comptime-known, but index value "
0.16.x
Compiler
New User
Segfault... help me track it down please
0.16.x
Standard Library
switch on `?usize`
0.16.x
Compiler
Debug Info has seriously degraded in 0.16 ... ?
ZLS doesn't work with zig-wayland
0.16.x
New User
Enum coercion to Superset
master
i'm trying to create and call sqlite bindings using zig
Signal handling with new Io
Please tell me how stupid I am, and what I did wrong
0.16.x
Standard Library
New User
How to find correct usage of language elements
code compiles to invalid wasm
zig build always fails
'architecture: UNKNOWN!' from objdump on cross compiled EXEs
Structs and Idiomatic Zig
copy content file to file handle
Running tests in different zig files
0.16.x
New User
how do i create a `StringHashMap`
New User
SegFault when flushing a json file
0.16.x
Standard Library
New User
Why are these different sizes?