zig-help
how do i reference nested type created by comptime fn ?
New User
Concatenating binary arrays
Standard Library
New User
dates and time in zig? (with timezones)
Getting the name of a const variable
Answered
can resumable function return values like an iterator?
Append something to the end of a string
New User
Answered
how to build a freestanding mach-o binary?
Compiler
Show logs when running tests?
Can't compile for -mcpu=pentium
Packed struct endianness
how can i create a pointer of cstring arg for a ?*opaque param?
const confusion
New User
Can't seem to incant slice correctly
Correct way to call panic, each one gives error
New User
zigwin32 Confusion
New User
thread safe storage with mutexes
Is there an accepted name the set of types f32, Complex(f32), []f32 ... ??
how to modify a slice?
Getting the address of a struct field
Trying to stop using -stage1
if i know a type `T` is a slice or array, how can I get the type of its elements?
Calling function through assembly on stage2 fails
Compiler
Are there any plans to make Allocator data structures in std polymorphic over the address space?
Does stage3 build in ReleaseFast by default?
No error is throwed when os.connect is used on UDP socket
reading 4 bytes from a u8 slice as a u32
race condition in std.event.Channel?
While debugging, most variables get optimized out, how to disable that?
What are the zig1, zig2 and stage3 outputs from building zig with cmake and make?
Get IntType for a comptime_int
Are structs moved or copied in function results?
New User
Reader.readUntilDelimiterAlloc, with an existing buffer
Standard Library
std.net vs std.x.net
calling a C function with varargs using call builtin
Package discovery
any helper function in stdlib to create []const u8 array from enum array?
Shifting a bitcast boolean
New User
Using packages in tests
infinities for floats
regression - false dependency loop with pointers & sizeOf
Compiler
Compiler error when building a Redis module with version 0.9.1.
SoA in structs
karlseguin-websocket.zig problem
Code blocks turn variable types to void?
Compiler
formatted compileLog
How to get the basename of the working directory?
Running a build script for a C project?
[solved?] cast increases pointer alignment when porting 32 bit C code
Compiler
New User
Printing memory content
Is there an equivalent to C's atexit for zig?