Miscompilation - Slice Direct Assignment Causes Undefined Value 0.13
|
|
4
|
33
|
September 16, 2024
|
How are Optional Slices Optimized?
|
|
9
|
122
|
September 16, 2024
|
Performance Hit Relating to GPA and DOD
|
|
14
|
185
|
September 15, 2024
|
Creating opaque extern struct for C structs
|
|
2
|
128
|
September 11, 2024
|
How zig decides which bundled libc include dirs to include for `@cImport`
|
|
1
|
72
|
September 7, 2024
|
Testing asm volatile generates "incorrect" code
|
|
8
|
116
|
September 6, 2024
|
An overview of zig caching
|
|
1
|
107
|
September 6, 2024
|
An Even Further Clarification on volatile
|
|
8
|
83
|
September 4, 2024
|
General protocol for reporting compiler segmentation faults
|
|
5
|
99
|
September 2, 2024
|
Inconsistent C translated type among msvc and gnu abi?
|
|
1
|
60
|
August 31, 2024
|
Trouble understanding error from the fuzzer
|
|
11
|
203
|
August 28, 2024
|
Error when running `zig build` and `zig fetch`
|
|
27
|
264
|
August 25, 2024
|
Zig, Libc and SysCalls
|
|
6
|
202
|
August 21, 2024
|
Further clarification on volatile
|
|
12
|
285
|
August 20, 2024
|
Why are there both std.math.F and @F?
|
|
6
|
205
|
August 19, 2024
|
How to enable cross compiling for the 1750A CPU located on a Spacecraft?
|
|
3
|
93
|
August 15, 2024
|
How to get the header files from a C library packaged with build.zig module?
|
|
1
|
83
|
August 14, 2024
|
Known issues of compile errors that don't reference user source code?
|
|
4
|
101
|
August 14, 2024
|
Kernel DWARF debug info does not work
|
|
9
|
299
|
August 13, 2024
|
Tinier binaries?
|
|
2
|
135
|
August 11, 2024
|
How to fix the lost zig/o/xxx files
|
|
1
|
54
|
August 8, 2024
|
Why can't @import take a string literal at compile-time?
|
|
8
|
462
|
August 4, 2024
|
Does the compiler know if a union field is never used?
|
|
3
|
112
|
August 4, 2024
|
Unable to cast pointer to opaque
|
|
2
|
59
|
August 3, 2024
|
Why doesn't Zig optimize this, whereas the C compiler does?
|
|
13
|
369
|
July 30, 2024
|
Compiler crashes with `thread 50391 panic: incorrect alignment` message
|
|
3
|
81
|
July 25, 2024
|
Brainstorming ideas for how to test incremental compilation
|
|
20
|
690
|
July 21, 2024
|
Dealing with getting the same compiler errors over and over again
|
|
11
|
252
|
July 19, 2024
|
Hash-based Bisect Debugging
|
|
1
|
84
|
July 19, 2024
|
Use of @compileError: help locating fault code when compiler panic
|
|
1
|
92
|
July 16, 2024
|