zig-help
Run Zig std tests with 'zig test' rather than 'zig build test-std'?
Answered
ModPow implementation in std
Answered
Running into a 'cannot store runtime value in compile time variable' error
Compiler
Answered
LHS of shift must be a fixed-width integer type, or RHS must be comptime-known
Proper way to alloc memory for BoundedArray to use?
Getting error lld-link duplicate symbol
Answered
zig build addSystemCommand
remove from hashmap during iteration
tagged union interface function
Is it possible to create a comptime macro that allocate on the stack?
Answered
Help for linking a .dylib in macOS
New User
Answered
How to define pointers to at most 4 arrays of 64000 u8?
Idiomatic way to deal with dynamic lists (ArrayList) in structs?
Idiomatic usage of defer
New User
Answered
which zls vscode extension should i use?
Answered
how to add libstdc++
Cannot allocate memory for single-member enum type
struct calling format
Answered
'Error cannot assign to constant' on a global var
How reliable is zig test --test-filter?
anyone used zls in vim?
panic 'incorrect alignment' passing a `[]const u8` into `StringHashMap.get()`
Answered
how to convert comptime_int to string
Answered
macos ci job failure - is macos-latest an aarch machine?
Answered
get tuple element offset in bytes
Answered
Help with comptime generated string map?
Why is this multi-dimensional array not correct?
What does makePath do to the sub_path parameter?
Standard Library
Answered
if statement weirdness?
Answered
Configuring zig fmt
New User
Answered
How I can see a complete list of available targets?
Answered
Presence of a const only used at comptime?
Answered
Tuple of types to array of types
Coercion of &.{} to C pointer and many-pointer
Answered
Make slice of length, from [*c]const u8, and a length?
Answered
how to return an error with an error message
Creating temporary file name
Standard Library
arm asm to recreate c's vqtbl1q_s8 in zig
Answered
How can I cast a type to a smaller one ?
Answered
Operator shift
Bringing specified types into global scope?
Answered
Is it possible to know wether a type `type` is primive or not ?
Answered
absInt over vector?
Standard Library
Answered
tagged union representation in memory
Answered
UDP in standard library
Answered
Passing arguments to build steps?
Answered
Generate enum from union
Answered
Does ZIG support Intel CET?
what callconv(.C) means
cannot nest cImport