zig-help
Why does one of these expressions compile but not the other?
reading a virtual file
master
New User
Make check step for a library (no executable)
0.16.x
handling errors in async code
Standard Library
master
Should I make the struct own the allocator provided at init, or accept it in each call?
0.16.x
New User
what is the use of the ".?" syntax for unwrapping optionals/null unions?
0.16.x
master
New User
"truncating" to larger integer types: a feature or a bug?
0.16.x
New User
Ziglings Exercise 6 String Concatenation
master
New User
How to produce a flat binary?
Why does casting from []const u8 to *const [n] not have runtime safety checks when len is < than n?
0.16.x
Compiler
can you have more than 1 std.Io in a single program?
0.16.x
Standard Library
master
Is builtin.os.tag checking evaluated at comptime like C's #if?
Can `extern union`s be used for data reinterpretation?
How do I fix an "error: invalid left-hand side to assignment" while using translate c?
0.16.x
Build System
New User
In master builtin deprecated?
Understanding Io.Writer
wierd TokenIterator behaviour
0.16.x
Standard Library
Question about the build system
A topic related to type reflection in runtime zig
0.16.x
New User
How to start a real learning project with zig? Where can I find the information I need to study?
The inconvenience associated with the refusal to change the prefix in the build system
Build System
Compiler
New User
Are posix bindings still around?
0.16.x
Standard Library
New User
Exports not getting compiled when compiling for wasm
0.16.x
Build System
Compiler
How to link a object file and compile?
0.16.x
change in behaviour on android
Knowing the length of each placeholder formatted by `std.Io.Writer.print` at runtime
0.16.x
Standard Library
Should I create a dummy root in Trie implementation?
0.16.x
weird parsing scope in things which are not using `{`/`}`
Convenient way to check if a struct type was generated by a specific function
0.16.x
Vendoring deps for Nix flakes
0.16.x
Build System
0.16 while(true) loop makes seemingly incorrect program compile
0.16.x
Compiler
Does -fincremental already work when using C code?
0.16.x
Build System
can someone explain this one
How to reproduce windows ci failure on linux?
How to generate format args in recursive function?
0.16.x
Standard Library
New User
How do you get the project root folder in a build.zig custom build step?
Moving allocators between functions
building zig with -Dno-lib
using `std.meta.stringToEnum()` on an `union(enum)`?
0.16.x
Standard Library
New User
What's the correct `*Writer*` to use for the comptime zon serialisation?
Standard Library
master
New User
Can zig use fields instead of strings for logging?
[solved] ArrayHashMap vs HashMap: Difference?
0.16.x
Standard Library
Issues including a C header-only library
Guarantee safety of `@field`
master
Windows issue: ACCESS DENIED error :(
0.16.x
Inline For Control Flow
master
Android Application Target?
Zig io buffer flushing
master
New User
Hi running into CI / CD build issues not sure what is the solution
Comptime string from enum
0.16.x
Standard Library
Compiler
New User