|
Multiple optional captures in a if statement?
|
|
11
|
573
|
October 12, 2025
|
|
Preferred Zig Library Structure/Logic for my UI Library (zignui)
|
|
13
|
669
|
October 12, 2025
|
|
Theory of "target-triple" and how to run Zig on "POSIX-compliant" system
|
|
13
|
661
|
October 11, 2025
|
|
The spec says the size of an anyopaque can't be zero. What is the reason?
|
|
8
|
259
|
October 10, 2025
|
|
Independent versioning of the language and standard library
|
|
5
|
232
|
October 9, 2025
|
|
How hard is it to rebuild `zig fmt` so it indents with the tab character instead of 4 spaces for a Zig newcomer?
|
|
8
|
379
|
October 8, 2025
|
|
Zig package manager and not/feat
|
|
3
|
300
|
October 8, 2025
|
|
No 1.0 rush
|
|
24
|
1427
|
October 7, 2025
|
|
Why is Windows' `pid_t` type specified as an opaque pointer?
|
|
4
|
249
|
October 7, 2025
|
|
Why doesn't Zig have an unary + operator?
|
|
33
|
868
|
October 6, 2025
|
|
Can't find SDL3 headers, Issue building my C project with Zig's build system
|
|
9
|
350
|
October 4, 2025
|
|
No Conventional Commits?
|
|
32
|
877
|
October 2, 2025
|
|
Handling error types when using while loop with iterators
|
|
3
|
170
|
September 29, 2025
|
|
Zig WASM runtime in standard library?
|
|
3
|
453
|
September 27, 2025
|
|
More discussion of std.debug.assert
|
|
29
|
750
|
September 24, 2025
|
|
Future of @embedFile argument?
|
|
4
|
421
|
September 24, 2025
|
|
Using Zig for C++ metaprogramming
|
|
3
|
274
|
September 22, 2025
|
|
Why are c_int and similar builtin types?
|
|
6
|
335
|
September 22, 2025
|
|
Why doesn't Zig optimize this, whereas the C compiler does?
|
|
21
|
1933
|
September 20, 2025
|
|
Writergate migration experience
|
|
21
|
716
|
September 20, 2025
|
|
Performing @intCast on @Vector sometimes gives wrong results
|
|
3
|
181
|
September 19, 2025
|
|
U32 += u32 - 1 is not same as C language
|
|
31
|
434
|
September 18, 2025
|
|
Best way to avoid @import("../../../thing.zig")
|
|
8
|
447
|
September 18, 2025
|
|
Zig 0.15.1 reader/writer: Don't make copies of @fieldParentPtr()-based interfaces
|
|
26
|
2404
|
September 16, 2025
|
|
PR 24858 changed sendFileAll, and now it always requires a buffer, can somebody please help me understand why is this ok?
|
|
4
|
258
|
September 14, 2025
|
|
How does Zig compile generics so quickly?
|
|
6
|
705
|
September 13, 2025
|
|
@sizeOf anonymous type returns zero?
|
|
7
|
227
|
September 13, 2025
|
|
Best practices writing to stdout
|
|
14
|
9110
|
September 11, 2025
|
|
Callbacks in new async std.io interface
|
|
1
|
294
|
September 11, 2025
|
|
Understanding common std.Io.Reader/Writer mistakes (0.15.1)
|
|
18
|
1007
|
September 10, 2025
|