Skip to content

Issues: ziglang/zig

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Casting bool to pointer type results in invalid zig bug Observed behavior contradicts documented or intended behavior translate-c C to Zig source translation feature (@cImport)
#22964 opened Feb 21, 2025 by Yeaseen
Thread.spawn() crashes an Android bug Observed behavior contradicts documented or intended behavior os-android
#22963 opened Feb 21, 2025 by tsokano
ftruncate has unreachable error values that can be reached bug Observed behavior contradicts documented or intended behavior contributor friendly This issue is limited in scope and/or knowledge of Zig internals. standard library This issue involves writing Zig code for the standard library.
#22960 opened Feb 20, 2025 by Daimanta unplanned
Export from an imported file does not generate symbols in DLL (Windows). bug Observed behavior contradicts documented or intended behavior
#22959 opened Feb 20, 2025 by JimTwn
clock_gettime segfaults on windows bug Observed behavior contradicts documented or intended behavior
#22958 opened Feb 20, 2025 by KoT3isGood
Possible Bug: Incomplete Function Analysis with refAllDecls bug Observed behavior contradicts documented or intended behavior
#22953 opened Feb 20, 2025 by kython28
Invalid Debug Info For Self-Hosted Backend on Linux x86_64 bug Observed behavior contradicts documented or intended behavior
#22949 opened Feb 20, 2025 by jcalabro
ZON unexpected field error underscors wrong code error message This issue points out an error message that is unhelpful and should be improved.
#22942 opened Feb 19, 2025 by AndrewKraevskii
LLDB pretty printers crash with OverflowError bug Observed behavior contradicts documented or intended behavior
#22936 opened Feb 18, 2025 by joelreymont
no error source location when importing non existent source file in zig build project error message This issue points out an error message that is unhelpful and should be improved.
#22930 opened Feb 18, 2025 by Techatrix
Translate-C works with some pointer arithmetic syntax, but not semantically equivalent one bug Observed behavior contradicts documented or intended behavior translate-c C to Zig source translation feature (@cImport)
#22925 opened Feb 17, 2025 by drfuchs
Translate-C doesn't understand that pointers can point to "one past the last element" of an array bug Observed behavior contradicts documented or intended behavior translate-c C to Zig source translation feature (@cImport)
#22924 opened Feb 17, 2025 by drfuchs
Translate-C doesn't understand that bool is a one-bit unsigned integer bug Observed behavior contradicts documented or intended behavior translate-c C to Zig source translation feature (@cImport)
#22923 opened Feb 17, 2025 by drfuchs
Using @TypeOf(x) as return type causes nothing to be emitted bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness. regression It worked in a previous version of Zig, but stopped working.
#22921 opened Feb 17, 2025 by Validark 0.14.0
zon: canSerializeType provides no information as to what it cannot serialize error message This issue points out an error message that is unhelpful and should be improved.
#22919 opened Feb 17, 2025 by NicoElbers
std.posix.getenv() is slower than musl getenv() even when linking libc contributor friendly This issue is limited in scope and/or knowledge of Zig internals. optimization standard library This issue involves writing Zig code for the standard library.
#22917 opened Feb 17, 2025 by linusg 0.16.0
x86_64: TODO airAggregateInit implement packed structs with large fields arch-x86_64 64-bit x86 backend-self-hosted bug Observed behavior contradicts documented or intended behavior
#22915 opened Feb 16, 2025 by nektro
Sema: emits incorrect safety check for integer vector division bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness. miscompilation The compiler reports success but produces semantically incorrect code.
#22914 opened Feb 16, 2025 by jacobly0 0.15.0
@compileError has no notes or reference trace when triggered through decl access error message This issue points out an error message that is unhelpful and should be improved. frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#22912 opened Feb 16, 2025 by nektro 0.15.0
std.fs.wasi.preopensAlloc requires an arena, but it claims to want a gpa bug Observed behavior contradicts documented or intended behavior os-wasi standard library This issue involves writing Zig code for the standard library.
#22911 opened Feb 16, 2025 by squeek502
x86_64: implement safety checked instructions arch-x86_64 64-bit x86 backend-self-hosted enhancement Solving this issue will likely involve adding new logic or components to the codebase.
#22908 opened Feb 16, 2025 by jacobly0 0.15.0
Surprising aliasing despite explicit copy backend-llvm The LLVM backend outputs an LLVM IR Module. bug Observed behavior contradicts documented or intended behavior miscompilation The compiler reports success but produces semantically incorrect code.
#22906 opened Feb 16, 2025 by jamii 0.14.0
Regression in std.enums.directEnumArray when using a tagged union with multiple zero-bit fields as the Data type bug Observed behavior contradicts documented or intended behavior regression It worked in a previous version of Zig, but stopped working.
#22904 opened Feb 16, 2025 by knutwalker 0.14.0
fuzzing infinite mode enhancement Solving this issue will likely involve adding new logic or components to the codebase. fuzzing
#22901 opened Feb 15, 2025 by andrewrk 0.15.0
ProTip! Adding no:label will show everything without a label.