|
Comptime Linting Using @typeInfo
|
|
13
|
190
|
October 27, 2025
|
|
Can you walk a filesystem in comptime and create a structure of multiple @embedFile?
|
|
7
|
1039
|
October 24, 2025
|
|
Exporting Generic Implementations from different files
|
|
2
|
161
|
October 20, 2025
|
|
Comptime performance limits
|
|
6
|
368
|
October 17, 2025
|
|
How to write file at comptime?
|
|
3
|
273
|
October 15, 2025
|
|
Xml unmarshalling using std.meta.fieldNames
|
|
1
|
76
|
October 15, 2025
|
|
Attach Methods to a union created with @Type
|
|
6
|
164
|
October 9, 2025
|
|
Function that accepts array of any length - is it a thing?
|
|
39
|
884
|
October 9, 2025
|
|
Why are c_int and similar builtin types?
|
|
6
|
290
|
September 22, 2025
|
|
Setting a field that may not exist based on comptime condition
|
|
2
|
98
|
September 11, 2025
|
|
Function pointers with array return type of comptime known size
|
|
10
|
163
|
September 7, 2025
|
|
Comptime-known values passed to runtime function paramters, do they optimize?
|
|
11
|
435
|
August 28, 2025
|
|
Zig comptime for C projects using CMake
|
|
4
|
370
|
August 24, 2025
|
|
Type id comptime generation
|
|
6
|
178
|
August 9, 2025
|
|
Is there a way to spread/destructure a variable number of enum elements into switch prongs?
|
|
2
|
104
|
August 1, 2025
|
|
Pre-comptime collection of "distributed enumeration"?
|
|
3
|
194
|
July 29, 2025
|
|
Why can't I loop through struct fields with runtime loop?
|
|
6
|
505
|
July 25, 2025
|
|
Converting a string to a bare enum
|
|
5
|
236
|
July 18, 2025
|
|
Working with strings in array... "unable to resolve comptime value"
|
|
4
|
867
|
July 11, 2025
|
|
Comptime function call counting
|
|
1
|
116
|
July 7, 2025
|
|
Generic function call or generic function wrapper
|
|
5
|
102
|
July 5, 2025
|
|
Comptime commandline builder
|
|
5
|
132
|
July 3, 2025
|
|
Comptime var behavior within defer
|
|
12
|
270
|
June 18, 2025
|
|
A Nanopass framework for Zig
|
|
3
|
198
|
June 12, 2025
|
|
Is there a way to improve LSP for comptime types?
|
|
4
|
249
|
June 12, 2025
|
|
Difference between comptime T: type and T: type in function parameters?
|
|
4
|
175
|
May 23, 2025
|
|
Implementing a Struct of Arrays (C++26 compared to Zig)
|
|
4
|
265
|
May 6, 2025
|
|
Comptime system calls
|
|
6
|
240
|
April 29, 2025
|
|
How do I view the results of comptime expansion?
|
|
8
|
177
|
April 25, 2025
|
|
Proposal : builtin @assert() One assert to rule them all
|
|
17
|
698
|
April 22, 2025
|