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

zig libc crashes with out of memory error on loongarch64 bug Observed behavior contradicts documented or intended behavior
#21468 opened Sep 20, 2024 by yxd-ym
@bitCast of packed struct containing pointer test regression with LLVM 19 backend-llvm The LLVM backend outputs an LLVM IR Module. bug Observed behavior contradicts documented or intended behavior regression It worked in a previous version of Zig, but stopped working.
#21463 opened Sep 20, 2024 by alexrp 0.14.0
autodoc: don't delete search text upon loading autodoc The web application for interactive documentation and generation of its assets. bug Observed behavior contradicts documented or intended behavior
#21458 opened Sep 20, 2024 by Ivan-Velickovic 0.14.0
LLVM 19 regression: http.test.test.Server.Request.respondStreaming non-chunked, unknown content-length' failed: error: ConnectionResetByPeer backend-llvm The LLVM backend outputs an LLVM IR Module. bug Observed behavior contradicts documented or intended behavior os-windows regression It worked in a previous version of Zig, but stopped working. standard library This issue involves writing Zig code for the standard library.
#21457 opened Sep 20, 2024 by andrewrk 0.14.0
[Windows] cannot build zig with zig error: type 'usize' cannot represent integer value '7500000000' bug Observed behavior contradicts documented or intended behavior zig build system std.Build, the build runner, `zig build` subcommand, package management
#21452 opened Sep 19, 2024 by nm-remarkable 0.15.0
UEFI.pool_allocator.resize() Unreachable Code when length and capacity match on an ArrayList bug Observed behavior contradicts documented or intended behavior os-uefi standard library This issue involves writing Zig code for the standard library.
#21446 opened Sep 18, 2024 by dje4321 0.14.0
Tracking issue: Building linux kernel zig cc Zig as a drop-in C compiler feature
#21443 opened Sep 18, 2024 by vesim987
1 of 5 tasks
unplanned
C backend: pointer to array of non-simple value does not get emitted properly backend-c The C backend (CBE) outputs C source code. bug Observed behavior contradicts documented or intended behavior
#21439 opened Sep 18, 2024 by torque 0.14.0
Circular dependency of struct definition is not detected, and crashes the compiler bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#21436 opened Sep 17, 2024 by Pokryton 0.14.0
Build hangs when using single thread on Windows and Linux bug Observed behavior contradicts documented or intended behavior
#21434 opened Sep 17, 2024 by akarpovskii
Add a PriorityQueueUnmanaged type to the standard library proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. standard library This issue involves writing Zig code for the standard library.
#21432 opened Sep 16, 2024 by saltzm 0.16.0
Inline assembly integer formatter implicitly converts unsigned integer to signed, then sign-extends to power of 2 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.
#21431 opened Sep 16, 2024 by Validark 0.14.0
error: unsupported linker arg: -x bug Observed behavior contradicts documented or intended behavior
#21429 opened Sep 15, 2024 by cinemast
error message for destructuring an error union should mention using try error message This issue points out an error message that is unhelpful and should be improved.
#21417 opened Sep 15, 2024 by paperdave 0.15.0
Link warning does not fail the build and is not shown on subsequent builds bug Observed behavior contradicts documented or intended behavior
#21416 opened Sep 14, 2024 by pfgithub
Proposal: A definition of naked functions based on comptime evaluation proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#21415 opened Sep 14, 2024 by alexrp 0.15.0
Fuzz tests are not discovered by test runner when re-running with same --seed argument enhancement Solving this issue will likely involve adding new logic or components to the codebase. fuzzing
#21410 opened Sep 14, 2024 by AdamGoertz 0.14.0
ProTip! Exclude everything labeled bug with -label:bug.