Finding the nth LSB
|
|
2
|
81
|
June 4, 2025
|
Is there a zig fmt config?
|
|
3
|
187
|
June 3, 2025
|
`undefined`: Can this be expected to work?
|
|
13
|
163
|
June 2, 2025
|
If not null combine with and
|
|
16
|
206
|
June 2, 2025
|
How to express ownership semantics in zig?
|
|
10
|
319
|
June 2, 2025
|
Is it possible to pass a function as a comptime parameter?
|
|
3
|
117
|
June 2, 2025
|
Integer overflow in generic atoi
|
|
7
|
142
|
June 1, 2025
|
`@getRuntimeSafety()`
|
|
4
|
118
|
May 31, 2025
|
Writing runtime-extensible code in Zig is massively inconvenient
|
|
35
|
1399
|
May 30, 2025
|
Failed to run a locally built zig compiler
|
|
7
|
197
|
May 30, 2025
|
Inline/comptime: weird results
|
|
26
|
207
|
May 29, 2025
|
Typed u8 square for scrabble game
|
|
8
|
148
|
May 29, 2025
|
Downsides of making a zig function callconv to .c?
|
|
2
|
141
|
May 28, 2025
|
`try` for a block, not a function
|
|
8
|
238
|
May 27, 2025
|
How can I typecast an array (of bytes) to a struct?
|
|
9
|
218
|
May 27, 2025
|
The art of parsing
|
|
4
|
326
|
May 27, 2025
|
Help with inline assembly x86_64
|
|
16
|
265
|
May 26, 2025
|
Return from recursive loops using ?void
|
|
13
|
219
|
May 25, 2025
|
Uwebsockets in zig (zuws)
|
|
0
|
89
|
May 25, 2025
|
Types types
|
|
4
|
189
|
May 24, 2025
|
Short math notation, casting, clarity of math expressions
|
|
38
|
1360
|
May 24, 2025
|
Thread xxxx panic: applying non-zero offset 65536 to null pointer when calling to a C function
|
|
3
|
79
|
May 24, 2025
|
Difference between comptime T: type and T: type in function parameters?
|
|
4
|
166
|
May 23, 2025
|
Arena swapping pattern in Zig
|
|
8
|
339
|
May 23, 2025
|
Can a source file implicit struct be a packed struct?
|
|
5
|
190
|
May 23, 2025
|
Avoid "dependency loop detected" with function pointers
|
|
22
|
669
|
May 22, 2025
|
Newbie: idiom to add information to error
|
|
5
|
159
|
May 22, 2025
|
Structuring programs to be modular
|
|
6
|
368
|
May 20, 2025
|
Suggestions for generating source code via templates
|
|
6
|
346
|
May 20, 2025
|
`comptime` conditional `extern` declarations
|
|
3
|
73
|
May 20, 2025
|