Is the order of enums guaranteed?
|
|
3
|
47
|
December 14, 2024
|
This C app crashes when it's compiled with zig
|
|
2
|
75
|
December 13, 2024
|
An Even Further Clarification on volatile
|
|
12
|
253
|
December 11, 2024
|
Static build and linux musl
|
|
7
|
153
|
November 28, 2024
|
Using exported variables in inline asm
|
|
5
|
147
|
November 21, 2024
|
Windows GNU/MingW and MSVC binary C ABI compatibility guarantees
|
|
2
|
114
|
November 17, 2024
|
New to Zig. Having issues understanding the compiler warnings. (Error handling and function returns)
|
|
12
|
149
|
November 17, 2024
|
Zig-to-Zig Dynamic Libraries/Modules
|
|
35
|
551
|
November 16, 2024
|
Building self-hosted from the original C++ implementation
|
|
20
|
1187
|
November 13, 2024
|
Is there a way to import directly to the file without adding a constant?
|
|
9
|
205
|
November 12, 2024
|
How to properly make a static library and docs
|
|
11
|
142
|
November 10, 2024
|
Blog: Understanding How Zig and C Interact
|
|
6
|
276
|
November 7, 2024
|
Can somone explane @Type and how it works
|
|
7
|
91
|
November 6, 2024
|
How to build x11/wayland programs when linking with musl
|
|
6
|
161
|
November 5, 2024
|
Transitive failure
|
|
6
|
97
|
October 29, 2024
|
Why is symbol name `memcmp` special to `zig build-lib` and how to make it not special?
|
|
6
|
696
|
October 29, 2024
|
Draft status, no updates in 30+ days
|
|
4
|
188
|
October 19, 2024
|
Forcing semantic analysis of a single .zig file
|
|
3
|
95
|
October 14, 2024
|
Are there GPL concerns with glibc cross-compilation?
|
|
1
|
143
|
October 3, 2024
|
Zig has wrong size of `usize` for my machine
|
|
7
|
303
|
September 26, 2024
|
Source code rewrite transformations
|
|
5
|
129
|
September 24, 2024
|
Result Location Semantics (RLS) - Slice Direct Assignment Causes Undefined Value
|
|
20
|
404
|
September 21, 2024
|
Wrong sizes of extern/packed structs?
|
|
12
|
227
|
September 19, 2024
|
Why compiler did not detect leak
|
|
4
|
152
|
September 18, 2024
|
How are Optional Slices Optimized?
|
|
9
|
226
|
September 16, 2024
|
Performance Hit Relating to GPA and DOD
|
|
14
|
219
|
September 15, 2024
|
Creating opaque extern struct for C structs
|
|
2
|
141
|
September 11, 2024
|
How zig decides which bundled libc include dirs to include for `@cImport`
|
|
1
|
75
|
September 7, 2024
|
Testing asm volatile generates "incorrect" code
|
|
8
|
131
|
September 6, 2024
|
An overview of zig caching
|
|
1
|
138
|
September 6, 2024
|