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
directly output LLVM bitcode rather than using LLVM's IRBuilder API
backend-llvm
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
stage2
This issue affects the self-hosted compiler.
LLVM ERROR: Unable to expand fixed point multipiication.
bug
Observed behavior contracts documented or intended behavior
#13258
opened Oct 22, 2022 by
MasterQ32
stdlib: std.mem.zeroes fail to initialize sentinel slice
bug
Observed behavior contracts documented or intended behavior
standard library
This issue involves writing Zig code for the standard library.
stage2 can't cross compile mingw
bug
Observed behavior contracts documented or intended behavior
stage2
This issue affects the self-hosted compiler.
#13253
opened Oct 21, 2022 by
Vexu
zig cc fails with upx-test-build-with-zig
bug
Observed behavior contracts documented or intended behavior
zig cc
Zig as a drop-in C compiler feature
Proposal: a.foo() syntax requires foo's first argument be a pointer
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
Random.shuffle produces different orderings on 32 and 64 bit systems
bug
Observed behavior contracts documented or intended behavior
standard library
This issue involves writing Zig code for the standard library.
brew install --HEAD zig fails on macOS arm64 due to not finding libzstd
bug
Observed behavior contracts documented or intended behavior
"error: redefinition of label 'blk'" when translating C macro
bug
Observed behavior contracts documented or intended behavior
translate-c
C to Zig source translation feature (@cImport)
lld: link errors still allow Observed behavior contracts documented or intended behavior
stage2
This issue affects the self-hosted compiler.
zig test to succeed
bug
stdlib: problem with os.sigprocmask() wrapper when linking libc
bug
Observed behavior contracts documented or intended behavior
standard library
This issue involves writing Zig code for the standard library.
stage2 llvm: pointer access with excess alignment, causing segfault
bug
Observed behavior contracts documented or intended behavior
stage2
This issue affects the self-hosted compiler.
test-compare fails with stage3 on x86_64 linux
backend-self-hosted
bug
Observed behavior contracts documented or intended behavior
stage2
This issue affects the self-hosted compiler.
stage2: compiler crash when emitting debug info for COFF
bug
Observed behavior contracts documented or intended behavior
#13230
opened Oct 19, 2022 by
davidgm94
stage2: Runtime result of Observed behavior contracts documented or intended behavior
stage2
This issue affects the self-hosted compiler.
@bitCast(u16, @Vector(16, bool)) is incorrect
backend-llvm
bug
can't compile std.os.SIG.IGN on aarch64 Linux and Darwin
arch-aarch64
64-bit ARM
arch-sparc64
bug
Observed behavior contracts documented or intended behavior
standard library
This issue involves writing Zig code for the standard library.
[stage2][miscompilation] threadlocal variable pointer vs comptime
bug
Observed behavior contracts documented or intended behavior
miscompilation
The compiler reports success but produces semantically incorrect code.
stage2
This issue affects the self-hosted compiler.
C parameters passed in wrong order
bug
Observed behavior contracts documented or intended behavior
regression
It worked in a previous version of Zig, but stopped working.
stage2
This issue affects the self-hosted compiler.
>> gives incorrect result at comptime when x < 0 and shift > log2(x)
bug
stage2: commit ca1c18 cause lld throws undefined symbol error when building in debug mode on windows
bug
Observed behavior contracts documented or intended behavior
#13206
opened Oct 17, 2022 by
igaryhe
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.