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

shared_lib_unwind test fails with LLVM 19 on x86_64-macos arch-x86_64 64-bit x86 backend-llvm The LLVM backend outputs an LLVM IR Module. bug Observed behavior contradicts documented or intended behavior os-macos regression It worked in a previous version of Zig, but stopped working.
#21337 opened Sep 7, 2024 by alexrp unplanned
Enable tail call optimization on MIPS32 arch-mips 32-bit and 64-bit MIPS backend-llvm The LLVM backend outputs an LLVM IR Module. bug Observed behavior contradicts documented or intended behavior upstream An issue with a third party project that Zig uses.
#21332 opened Sep 7, 2024 by InBetweenNames unplanned
Remove s390x-linux-gnu assembler workarounds with LLVM 20 arch-s390x 64-bit IBM z/Architecture backend-llvm The LLVM backend outputs an LLVM IR Module. bug Observed behavior contradicts documented or intended behavior upstream An issue with a third party project that Zig uses.
#21329 opened Sep 7, 2024 by alexrp 0.15.0
Generic types can bypass eval branch quota, segfaulting compiler bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#21324 opened Sep 6, 2024 by MikeInnes 1.0.0
try @errorCast(foo) doesnt work if it has no result type enhancement Solving this issue will likely involve adding new logic or components to the codebase. frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#21319 opened Sep 6, 2024 by xdBronch 0.15.0
Zig fetch: Unable to discover remote git server capabilities bug Observed behavior contradicts documented or intended behavior
#21316 opened Sep 5, 2024 by kassane
Can't build a working program for MIPS32 mips-linux-musl target triple with zig cc arch-mips 32-bit and 64-bit MIPS backend-llvm The LLVM backend outputs an LLVM IR Module. bug Observed behavior contradicts documented or intended behavior upstream An issue with a third party project that Zig uses.
#21315 opened Sep 5, 2024 by InBetweenNames unplanned
dir.statFile on windows named pipe sometimes produces unexpectedStatus bug Observed behavior contradicts documented or intended behavior
#21312 opened Sep 5, 2024 by aconverse
dependsOnSystemLibrary no iterate *std.Build.Module from *Step.Compile bug Observed behavior contradicts documented or intended behavior
#21308 opened Sep 4, 2024 by kassane
Shared state of case block produces unexpected usage of runtime safety mechanism bug Observed behavior contradicts documented or intended behavior
#21303 opened Sep 4, 2024 by amp-59
@ptrCast provides no safety guarantee for casts to [*]T from?[]T at runtime bug Observed behavior contradicts documented or intended behavior
#21302 opened Sep 4, 2024 by amp-59
Bitrotted compiler tests bug Observed behavior contradicts documented or intended behavior
#21288 opened Sep 2, 2024 by linusg 0.14.0
sentinel safety check with floats is different at runtime vs compile time bug Observed behavior contradicts documented or intended behavior
#21282 opened Sep 2, 2024 by paperdave 0.15.0
LLVM crash when using argument of naked function bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#21279 opened Sep 1, 2024 by filasieno unplanned
Is the absence of shortened IPv4 address support in net.Address.parseIp4 intentional? docs standard library This issue involves writing Zig code for the standard library.
#21275 opened Sep 1, 2024 by kaandesu 0.15.0
proposal: typed captures proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#21267 opened Aug 31, 2024 by mitchellh 0.14.0
Compiler crash bit-shifting undefined at comptime bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#21266 opened Aug 31, 2024 by Validark 0.14.0
std.Build.Step.ConfigHeader: #cmakedefine X @X@ causes false error when X isn't specified bug Observed behavior contradicts documented or intended behavior zig build system std.Build, the build runner, `zig build` subcommand, package management
#21265 opened Aug 31, 2024 by Lzard 0.16.0
Size saving opportunity in glibc include directories enhancement Solving this issue will likely involve adding new logic or components to the codebase.
#21258 opened Aug 30, 2024 by alexrp unplanned
Compiler segfault while messing around with unions with noreturn field bug Observed behavior contradicts documented or intended behavior
#21250 opened Aug 30, 2024 by acc1729
Packed struct has unexpected RMW/Multiple writes on arm. bug Observed behavior contradicts documented or intended behavior
#21249 opened Aug 30, 2024 by taylorh140
Incorrect behavior on C function that returns struct which contains array of one or two doubles arch-aarch64 64-bit ARM arch-riscv 32-bit and 64-bit RISC-V arch-wasm 32-bit and 64-bit WebAssembly arch-x86_64 64-bit x86 bug Observed behavior contradicts documented or intended behavior miscompilation The compiler reports success but produces semantically incorrect code.
#21245 opened Aug 29, 2024 by tatjam 0.14.0
ProTip! Exclude everything labeled bug with -label:bug.