About the Explain category
|
|
0
|
308
|
January 5, 2024
|
Did ziglang.org download URLs change recently?
|
|
5
|
230
|
June 20, 2025
|
Comptime var behavior within defer
|
|
12
|
208
|
June 18, 2025
|
Newbie questions about zig-clap and other projects
|
|
3
|
182
|
June 16, 2025
|
Initializing Stack Buffers: std.mem.zeroes vs. undefined
|
|
12
|
455
|
June 11, 2025
|
Maximum number of Threads
|
|
10
|
247
|
June 10, 2025
|
Does Zig IR have Sum of Absolute Differences operation for vectors?
|
|
7
|
324
|
June 9, 2025
|
Dynamic linking without libc adventures
|
|
19
|
1142
|
June 6, 2025
|
Bitsize riddle of little array
|
|
19
|
261
|
June 4, 2025
|
Why release std and the compiler under the same version?
|
|
4
|
257
|
June 3, 2025
|
If not null combine with and
|
|
16
|
207
|
June 2, 2025
|
Why can't infer Zig array sizes like this when it looks so consistent
|
|
11
|
332
|
June 2, 2025
|
Making a non-disturbing polite language proposal
|
|
16
|
354
|
June 2, 2025
|
Assert but only in paranoid mode
|
|
29
|
330
|
June 1, 2025
|
Why are equality operators supported for packed structs but not packed unions?
|
|
9
|
285
|
May 31, 2025
|
Ipv4ParseError, why not Ipv6ParseError
|
|
2
|
77
|
May 31, 2025
|
How deep goes the comptime rabbithole
|
|
14
|
285
|
May 30, 2025
|
How does .fingerprint work?
|
|
6
|
258
|
May 30, 2025
|
Handling Out Of Memory errors
|
|
41
|
770
|
May 30, 2025
|
Return from recursive loops using ?void
|
|
13
|
220
|
May 25, 2025
|
Types types
|
|
4
|
189
|
May 24, 2025
|
How to reason about linked lists and arraylists
|
|
8
|
268
|
May 16, 2025
|
Can errdefer and defer be combined?
|
|
42
|
1426
|
May 16, 2025
|
Why is the WASM output so complicated?
|
|
2
|
240
|
May 16, 2025
|
What would second implementation of Zig need to compile/bootstrap Zig?
|
|
3
|
267
|
May 15, 2025
|
Why doesn't @alignOf(*anyopaque) return 1?
|
|
3
|
176
|
May 14, 2025
|
Zig async implementation
|
|
15
|
1056
|
May 11, 2025
|
Best representation for a 225 bits bitboard
|
|
8
|
315
|
May 10, 2025
|
Any downside to using std.ArrayListAligned(u1, 1) for a bit list?
|
|
8
|
265
|
May 8, 2025
|
Understanding when passing a pointer to a struct is needed and when its not
|
|
7
|
220
|
May 7, 2025
|