zig-help
What goes in build.zig.zon.paths?
Answered
Error handling problem in comptime dimensional analysis/unit conversion library
0.14.x
Answered
reset memory on ArenaAllocator leads to 2x more sizes than I would expect.
0.14.x
New User
HashMap(void, void) question
ArrayList.append leaking memory
0.14.x
Answered
I am trying to add this function arg to the closure but this error pops and idk what to do
variable initialization in .so compiled from zig, loaded with std.DynLib
Answered
Sometimes Assert Global State Issues
Answered
Installing zig-git from the AUR
0.14.x
Any way to eliminate a comptime type when the type can be inferred from another argument?
New User
Answered
Porting C++ bitset code to Zig using u50000
Answered
Do we have a can Coerce function?
Answered
are payload captures required in zig 0.14.0
0.14.x
Answered
Help with strange error happening in between compile mode versions
0.14.x
New User
How to catch assert()'s unreachable?
Answered
Unexpected switch behavior
Answered
How to check how much memory allocator allocated?
0.14.x
New User
Is there any good docs on the build.zig
0.14.x
Compiler
New User
Build System
Answered
Non-blocking readKey() function required for LINUX (or all OS)
Using SDL: undefined symbol on linking stage
Answered
A compile-time function that generates an array whose size is determined internally.
Answered
"Unable to evaluate comptime expression"
0.14.x
New User
Answered
glibc vs musl
Compiler
New User
Answered
Zig fmt
Answered
B+ tree implementation
Answered
How do i recreate this code in Zig?
Answered
finding if a method is tested by a test block
Import external file inside build.zig
getting file name from lazyPath or ObjCopy
Answered
Thread parking
How does cpu feature checking work?
Evaluate a comptime file
Answered
Can I @import a subset of a common zon file? How to import zon partially?
0.14.x
Answered
Why doesn't the type of a struct's method have * const?
Answered
Can we get the terminal width in zig?
Standard Library
@as behavior with u8 and f32
Answered
Can we use orelse to fill out a hash map?
Help with arrays and types
Printing float with precision is incorrectly rounded
"Hello World" with `zig c++` fails due to --dependency-file
Build System
0.14.x
New User
Answered
[build.zig] Getting the destination of a std.Build.Step.InstallDir
Build System
0.14.x
Standard Library
Answered
Syntax of align(N) and usage
master
New User
Answered
Is there a 'no allocator' ArrayList?
Answered
How to make a pointer to a static string
Answered
@constCast safety/guarantees
What is the effect of having a comptime function parameter?
Zig errors on importing a module with, file exists in multiple modules
0.14.x
Answered
Is it possible to call zig fmt programmatically on a string?
How to link to system installed libstdc++ / compile a openmp application
Inotify hits unreachable code
0.14.x