Dwarf Debug in zig 13
|
|
1
|
56
|
December 25, 2024
|
When hacking on the compiler, when will `zig build` not work for building the compiler?
|
|
1
|
100
|
December 24, 2024
|
How to resolve 'Host compiler must support std::atomic` when trying to bootstrap zig?
|
|
1
|
108
|
December 21, 2024
|
About @branchHint performance
|
|
2
|
97
|
December 20, 2024
|
Is the order of enums guaranteed?
|
|
4
|
148
|
December 15, 2024
|
This C app crashes when it's compiled with zig
|
|
2
|
98
|
December 13, 2024
|
An Even Further Clarification on volatile
|
|
12
|
261
|
December 11, 2024
|
Static build and linux musl
|
|
7
|
156
|
November 28, 2024
|
Using exported variables in inline asm
|
|
5
|
148
|
November 21, 2024
|
Windows GNU/MingW and MSVC binary C ABI compatibility guarantees
|
|
2
|
135
|
November 17, 2024
|
New to Zig. Having issues understanding the compiler warnings. (Error handling and function returns)
|
|
12
|
160
|
November 17, 2024
|
Zig-to-Zig Dynamic Libraries/Modules
|
|
35
|
601
|
November 16, 2024
|
Building self-hosted from the original C++ implementation
|
|
20
|
1207
|
November 13, 2024
|
Is there a way to import directly to the file without adding a constant?
|
|
9
|
207
|
November 12, 2024
|
How to properly make a static library and docs
|
|
11
|
154
|
November 10, 2024
|
Blog: Understanding How Zig and C Interact
|
|
6
|
295
|
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
|
173
|
November 5, 2024
|
Transitive failure
|
|
6
|
101
|
October 29, 2024
|
Why is symbol name `memcmp` special to `zig build-lib` and how to make it not special?
|
|
6
|
712
|
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
|
144
|
October 3, 2024
|
Zig has wrong size of `usize` for my machine
|
|
7
|
317
|
September 26, 2024
|
Source code rewrite transformations
|
|
5
|
129
|
September 24, 2024
|
Result Location Semantics (RLS) - Slice Direct Assignment Causes Undefined Value
|
|
20
|
405
|
September 21, 2024
|
Wrong sizes of extern/packed structs?
|
|
12
|
231
|
September 19, 2024
|
Why compiler did not detect leak
|
|
4
|
154
|
September 18, 2024
|
How are Optional Slices Optimized?
|
|
9
|
235
|
September 16, 2024
|
Performance Hit Relating to GPA and DOD
|
|
14
|
219
|
September 15, 2024
|