|
Implementing testing.expectNonNull()
|
|
5
|
135
|
January 29, 2026
|
|
How does arraylist deinitialization work?
|
|
9
|
298
|
January 29, 2026
|
|
i0N / u0N can be used neither type nor identifier. Is this an intended design?
|
|
1
|
146
|
January 29, 2026
|
|
Is std zlib usable for png
|
|
8
|
485
|
January 28, 2026
|
|
.init shorthand works with `try` but not with `catch`
|
|
6
|
317
|
January 28, 2026
|
|
Why is declaration publicity a feature of Zig?
|
|
21
|
718
|
January 28, 2026
|
|
What does .empty do?
|
|
10
|
309
|
January 28, 2026
|
|
Why is the comptime keyword needed in this inline for loop condition?
|
|
7
|
308
|
January 27, 2026
|
|
Optimizing away unnecessary variable initialization
|
|
2
|
193
|
January 27, 2026
|
|
Handles instead of Pointers
|
|
18
|
921
|
January 27, 2026
|
|
std.IO Organization/Design
|
|
7
|
408
|
January 27, 2026
|
|
StackFallbackAllocator vs FixedBufferAllocator patterns
|
|
20
|
573
|
January 26, 2026
|
|
Complexity of ArenaAllocator
|
|
10
|
541
|
January 21, 2026
|
|
Thread Synchrony (but not the std.Thread.Barrier kind)
|
|
4
|
198
|
January 20, 2026
|
|
Confused by invalid range error
|
|
4
|
97
|
January 17, 2026
|
|
What does it mean to import a module?
|
|
5
|
252
|
January 16, 2026
|
|
Zig: Why does removing the type field from a vtable-based struct changes the behaviour
|
|
26
|
676
|
January 16, 2026
|
|
Inconsistency when undefined is assigned to optional
|
|
12
|
438
|
January 15, 2026
|
|
How to check for C preprocessor defines?
|
|
3
|
172
|
January 14, 2026
|
|
Initialize arrays at comptime
|
|
10
|
460
|
January 13, 2026
|
|
Why are allocator interfaces and implementations split across `std.mem` / `std.heap`, while IO is colocated under `std.Io`?
|
|
47
|
2013
|
January 11, 2026
|
|
Why is 0.16-dev a lot slower than 0.15.2?
|
|
2
|
594
|
January 10, 2026
|
|
Use of align in Zig
|
|
4
|
352
|
January 10, 2026
|
|
Proposal: add a simple PRNG provider to `std.process.Init` (Zig 0.16 “juicy main”)
|
|
5
|
416
|
January 9, 2026
|
|
Debugging Zig (with a debugger)
|
|
45
|
9443
|
January 8, 2026
|
|
Strange behaviour with allocator.free();
|
|
18
|
372
|
January 8, 2026
|
|
Inclusive ranges only work in switch block and non-inclusive ranges only work in for loops. What not both for both?
|
|
3
|
114
|
January 7, 2026
|
|
Performance advice for large array (framebuffer) please?
|
|
14
|
719
|
January 7, 2026
|
|
Thinking of building a high-level Wayland toolkit (SCTK style). Is it needed?
|
|
2
|
123
|
January 7, 2026
|
|
Floatmode confusion
|
|
10
|
175
|
January 5, 2026
|