Async has not been implemented in the self-hosted compiler yet
|
|
2
|
128
|
February 4, 2025
|
Casting a pointer to a pointer of its parent struct
|
|
3
|
56
|
February 3, 2025
|
Zig VS Code Extension
|
|
1
|
110
|
February 2, 2025
|
Output zig1 executable faster using object files and multi-threaded
|
|
2
|
196
|
January 29, 2025
|
Common sub-expression elimination (CSE) in Zig
|
|
7
|
157
|
January 29, 2025
|
Help with ReleaseFast on Windows x86_64 when passing bool to external c uint32_t
|
|
13
|
171
|
January 29, 2025
|
Compiling appends directory content to file
|
|
11
|
151
|
January 25, 2025
|
How does 'zig fmt' work?
|
|
3
|
216
|
January 24, 2025
|
Creating Cross Platform Plugin System
|
|
4
|
183
|
January 24, 2025
|
Can someone explain why zig is moving away from llvm but in simple way?
|
|
10
|
6242
|
January 23, 2025
|
How does zig validate code models for specific arches?
|
|
1
|
101
|
January 22, 2025
|
Problem with language detection and -std flag
|
|
5
|
107
|
January 22, 2025
|
Why does the tag on my union(enum) take 16 bytes?
|
|
1
|
154
|
January 17, 2025
|
Calling AVX2 code from zig
|
|
7
|
217
|
January 17, 2025
|
Zig compile error: GenericPoison (access of inactive union field)
|
|
4
|
103
|
January 16, 2025
|
Going from Zig to C
|
|
4
|
368
|
January 13, 2025
|
Raw binary generation
|
|
0
|
86
|
January 11, 2025
|
Exported symbols removed unexpectedly in release mode
|
|
2
|
68
|
January 7, 2025
|
Dwarf Debug in zig 13
|
|
2
|
137
|
December 26, 2024
|
When hacking on the compiler, when will `zig build` not work for building the compiler?
|
|
1
|
115
|
December 24, 2024
|
How to resolve 'Host compiler must support std::atomic` when trying to bootstrap zig?
|
|
1
|
137
|
December 21, 2024
|
About @branchHint performance
|
|
2
|
104
|
December 20, 2024
|
Is the order of enums guaranteed?
|
|
4
|
155
|
December 15, 2024
|
This C app crashes when it's compiled with zig
|
|
2
|
108
|
December 13, 2024
|
An Even Further Clarification on volatile
|
|
12
|
286
|
December 11, 2024
|
Static build and linux musl
|
|
7
|
193
|
November 28, 2024
|
Using exported variables in inline asm
|
|
5
|
171
|
November 21, 2024
|
Windows GNU/MingW and MSVC binary C ABI compatibility guarantees
|
|
2
|
210
|
November 17, 2024
|
New to Zig. Having issues understanding the compiler warnings. (Error handling and function returns)
|
|
12
|
237
|
November 17, 2024
|
Zig-to-Zig Dynamic Libraries/Modules
|
|
35
|
851
|
November 16, 2024
|