zig-help
How to test comptime logic?
get function attributes in comptime
0.14.x
Answered
Conditional compilation to chose specific function definition instances
Build System
0.14.x
Compiler
Trying to avoid using relative paths in @import( file )
Build System
0.14.x
Compiler
ZLS not reporting error for invalid struct field initialization/access, while Zig compiler does
Build System
When should we pass in an allocator?
Using OpenGL with SDL
New User
Answered
web frontend ui lib ideas
lld-link problems on Windows
Build System
0.14.x
Answered
ADDRNOTAVAIL returned when binding a socket
Answered
Error Linking a DLL/SO in zig
Build System
0.14.x
master
Answered
Can build.zig link to a xcframework?
How to correctly use `zig test [filename]`
New User
how to avoid a generated file getting cached?
Build System
0.14.x
New User
Answered
With an array of structures, is it possible create a "view" of a specific field?
IO interface question
Standard Library
Cast usize to f32
New User
Zig compiler segfaults (0.14.1 and master)
Unwrap error union in global scope
New User
Answered
cmake set equivalent in build.zig
Answered
Can i grow a mutable comptime slice?
LLVM ERROR: cannot select with specific asm operands
0.14.x
Compiler
Answered
How does Zig manage to cross-compile to MacOS without violating the Apple SDK license?
what does (reused) mean in the summary?—system command is skipped when inside makeFn()
Build System
0.14.x
New User
Answered
typeName without namespace?
Answered
Integer overflow after method calling
0.14.x
Answered
Custom hot reload on Windows write access to .dll denied
New User
Answered
Assigning arrays and slices of different sizes
Answered
General protection exception occurring on newly created object
Answered
Tuple destructuring in for loops
0.14.x
New User
Unable to infer array size if I don't repeat it twice
Answered
Raylib-Zig: Drawings are not positioned as expected(macos)
New User
Answered
Using zig-overlay for a specific zig version
Answered
Http Request Hanging
0.14.x
Standard Library
Answered
Are (some) std.heap allocators movable?
Traits / Interfaces framework
Answered
error union is ignored/discarded in defer
0.14.x
Compiler
New User
Namespace stripping
0.14.x
Compiler
How to link a C library directly without writing a wrapper?
Build System
0.14.x
New User
Can I manually rename/mangle symbols in the build script, or do I need a linker script for that?
to be an union, or not to be an union
master
Answered
about debugging with the x86 Backend
master
New User
Answered
Why does taking a zero-length slice of a null pointer produce a NPE?
0.14.x
clarity on @field()?
Answered
help with `print` wrapper
Please review my enum bit field abomination + question
0.14.x
Standard Library
New User
libtorch compile fails with zig build system on linux
0.14.x
Compiler
How can i get all names of enum's fields
Answered
Ignoring Zig quirks that annoy me personally
Build System
0.14.x
New User
Can you modify the std_options struct in your build.zig file in order to download files via https?