zig-help
A bit lost with !?[]u8 returned by readUntilDelimiterOrEof
Understanding anyframe and frame lifetime
Reliable way of accessing Stage 3 compiler when self compiling
Compiler
Stack smashing disappeared with 0.10
how to generate header file for a shared library?
Ideas for SIGPIPE of build+run Zig in debug and release in parallel on standalone child process
stage2 issues
is there a way to get a list of enum names similar to the debug trait in rust
Standard Library
Has Anyone Rewritten zlib in Zig?
cast [*c] u16 to packed struct
how to convert f128 to f64?
error cannot pass 'TypeOf(null)' to variadic function
Bitcasting a byte
zig c++ targeting i386-windows undefined symbol _tls_index
Compiler
IO strategies with epoll based event loop
Zls and Zig 0.10
New User
Get A Hash of a Type at Comptime
Should you always prefer taking 'self' as a pointer in methods to avoid copy overhead?
as 0.10.0 was out, is anyone working on the writing of `Root Source File` section?
endless semantic analysis with 0.10.0 and dependant types
project compile, but doesn't produce an exe anymore (windows)
Linker Script syntax?
Compiler
When is `Type.Fn.is_var_args` true?
0.1 Function Symbols gone
Creating a enum superset
Getting a [*c]const u8 from a [colon0]const u8
Calling a C++ function
Standard Library
New User
Type of Reader slash Writer—or—how to test IO?
Overflow coercion bug
New User
Why function return value can't be passed to comptime arg?
New User
How to generate dynamic library (.o) from build.zig
how to implement setsid in zig?
left shifting
Zig build profile-specific output path
Can't embedFile outside of package path
exe.setOutputDir in build.zig...how force only relative to build.zig location?
Zig Version reporting wrong version
Allocate Condition (or Mutex) in allocated memory?
freeing buffers in tests
Native package manager
New User
Why are file descriptors returned as `usize`?
zig glm-like library
Exporting packed struct errors
Compiler
New User
generic Float?, ohhh... also how determine if a variable is a struct ?
C11 in build.zig
using ctypes
New User
allocator.dupe, and sentinels
Get Pointer To Field from Struct Pointer
Problem with porting rust code to zig
Making DNS queries in zig