|
How does Zig compile generics so quickly?
|
|
6
|
714
|
September 13, 2025
|
|
@sizeOf anonymous type returns zero?
|
|
7
|
227
|
September 13, 2025
|
|
Best practices writing to stdout
|
|
14
|
9176
|
September 11, 2025
|
|
Callbacks in new async std.io interface
|
|
1
|
295
|
September 11, 2025
|
|
Understanding common std.Io.Reader/Writer mistakes (0.15.1)
|
|
18
|
1011
|
September 10, 2025
|
|
Interface for readFileAlloc changed, can somebody please help me understand why?
|
|
2
|
259
|
September 8, 2025
|
|
Overview catch example, missing defer?
|
|
3
|
145
|
September 7, 2025
|
|
When a structure calls a method that requires `self` to be a pointer, the parameter is automatically and implicitly converted to a pointer. Are there any irreplaceable uses for this?
|
|
6
|
256
|
September 7, 2025
|
|
Is @alignCast necessary with @fieldParentPtr?
|
|
4
|
291
|
September 6, 2025
|
|
What is alignment?
|
|
21
|
1115
|
September 5, 2025
|
|
Return from recursive loops using ?void
|
|
32
|
587
|
September 5, 2025
|
|
How does a PriorityQueue context work?
|
|
3
|
216
|
September 5, 2025
|
|
Json fieldparentptr of a bitfield
|
|
4
|
110
|
September 4, 2025
|
|
What does "-|" mean in zig?
|
|
3
|
340
|
September 4, 2025
|
|
`@fieldParentPtr()` is innocent; what is dangerous is modifying a local copy of a structure
|
|
5
|
366
|
September 3, 2025
|
|
Understanding the StaticStringMap implementation
|
|
4
|
350
|
September 2, 2025
|
|
Writing memory from different threads
|
|
3
|
129
|
September 1, 2025
|
|
Semantics of undefined and default field values
|
|
4
|
116
|
September 1, 2025
|
|
Status of packed unions?
|
|
9
|
271
|
September 1, 2025
|
|
Format tricks
|
|
7
|
348
|
August 31, 2025
|
|
Making my anytype interface more flexible
|
|
3
|
137
|
August 30, 2025
|
|
Why can't values of a struct containing function fields be run-time mutable?
|
|
24
|
427
|
August 30, 2025
|
|
Again... the error type
|
|
9
|
286
|
August 29, 2025
|
|
Comptime-known values passed to runtime function paramters, do they optimize?
|
|
11
|
487
|
August 28, 2025
|
|
Where are the @builtins defined?
|
|
2
|
176
|
August 28, 2025
|
|
Result location
|
|
4
|
177
|
August 28, 2025
|
|
PSA: `lhs == error.Typo` is not a compilation error
|
|
8
|
219
|
August 28, 2025
|
|
Trusting the optimization
|
|
10
|
408
|
August 27, 2025
|
|
Function Call Devirtualization
|
|
4
|
520
|
August 26, 2025
|
|
Io.Reader tracking line and column
|
|
3
|
279
|
August 24, 2025
|