-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
compiler memory leaks
bug
Observed behavior contradicts documented or intended behavior
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
malformed extern fn decl containing slice causes segfault rather than error message
bug
Observed behavior contradicts documented or intended behavior
#22977
opened Feb 22, 2025 by
paperdev-code
PageAllocator: sometimes incorrect alignment when remapping to an alignment and size greater than page size
bug
Observed behavior contradicts documented or intended behavior
#22975
opened Feb 22, 2025 by
NicoElbers
compiler assertion with x86_64 native backend
arch-x86_64
64-bit x86
backend-self-hosted
bug
Observed behavior contradicts documented or intended behavior
linking
Zig build system will silently link objects compiled with conflicting flags and makes it easy to do this accidentally
bug
Observed behavior contradicts documented or intended behavior
#22972
opened Feb 22, 2025 by
the-argus
Casting Observed behavior contradicts documented or intended behavior
translate-c
C to Zig source translation feature (@cImport)
bool
to pointer
type results in invalid zig
bug
#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
clock_gettime segfaults on windows
bug
Observed behavior contradicts documented or intended behavior
#22958
opened Feb 20, 2025 by
KoT3isGood
Build.zig incorrectly handles --build-file argument / build_root
#22956
opened Feb 20, 2025 by
matklad
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.
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.
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
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.
@compileError
has no notes or reference trace when triggered through decl access
error message
std.fs.wasi.preopensAlloc
requires an arena, but it claims to want a gpa
bug
#22911
opened Feb 16, 2025 by
squeek502
Previous Next
ProTip!
Adding no:label will show everything without a label.