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

std.fmt.parseFloat fails to encode instruction using x86_64 backed on unsafe release modes bug Observed behavior contradicts documented or intended behavior
#22877 opened Feb 13, 2025 by sno2
copy of overlapping values produces wrong results bug Observed behavior contradicts documented or intended behavior
#22872 opened Feb 12, 2025 by Fri3dNstuff
MacOS CA Bundle regression after b3a11018ae1fe99190fb6fb7ae82a486c40f6f15 bug Observed behavior contradicts documented or intended behavior os-macos regression It worked in a previous version of Zig, but stopped working. standard library This issue involves writing Zig code for the standard library.
#22870 opened Feb 12, 2025 by jedisct1 0.14.0
Using @This() in opaque type hits unreachable 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.
#22869 opened Feb 12, 2025 by Jarred-Sumner 0.14.0
Compiler segfault analyzing array_init_ref when comptime-only argument is runtime-only bug Observed behavior contradicts documented or intended behavior
#22868 opened Feb 12, 2025 by Jarred-Sumner
@embedFile corrupts compiler memory bug Observed behavior contradicts documented or intended behavior
#22867 opened Feb 12, 2025 by RetroDev256
Zig crashes on LoongArch64 arch-loongarch 32-bit and 64-bit LoongArch bug Observed behavior contradicts documented or intended behavior regression It worked in a previous version of Zig, but stopped working.
#22859 opened Feb 11, 2025 by xtexx 0.14.0
zig build: Incorrect .\ prefix added to Linux shared library paths in ELF dynamic section bug Observed behavior contradicts documented or intended behavior contributor friendly This issue is limited in scope and/or knowledge of Zig internals. linking os-linux
#22847 opened Feb 10, 2025 by abnercoimbre 0.15.0
std.heap.PageAllocator: improve implementation on Windows using NtAllocateVirtualMemory contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. os-windows standard library This issue involves writing Zig code for the standard library.
#22846 opened Feb 10, 2025 by andrewrk 0.15.0
Reference-trace of inline functions incorrect error message This issue points out an error message that is unhelpful and should be improved.
#22845 opened Feb 10, 2025 by apvanzanten 0.15.0
[trivial] misleading error message in std/Build/Step.zig/failWithCacheError() bug Observed behavior contradicts documented or intended behavior zig build system std.Build, the build runner, `zig build` subcommand, package management
#22843 opened Feb 10, 2025 by floooh 0.15.0
endless recursion via function result type expression crashes the compiler (and recursion here does not use eval branch quota) bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#22842 opened Feb 10, 2025 by rohlem 0.15.0
[Macosx] zig build cause failed to rename compilation results AccessDenied bug Observed behavior contradicts documented or intended behavior
#22840 opened Feb 10, 2025 by KarryCharon
build results vary from ASLR bug Observed behavior contradicts documented or intended behavior
#22839 opened Feb 10, 2025 by bmwiedemann
zig build target aarch64-ios-simulator doesnt actually produce a simulator library arch-aarch64 64-bit ARM bug Observed behavior contradicts documented or intended behavior os-ios iPhoneOS
#22836 opened Feb 9, 2025 by 3ddelano 0.15.0
Get rid of "always_" prefixes from std.builtin.CallModifier field names breaking Implementing this issue could cause existing code to no longer compile or have different behavior. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#22825 opened Feb 9, 2025 by wooster0 0.15.0
Compiler segfault in InternPool.indexToKey during sema likely due to invalid index bug Observed behavior contradicts documented or intended behavior
#22824 opened Feb 9, 2025 by Jarred-Sumner
@deprecated() builtin accepted This proposal is planned. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#22822 opened Feb 9, 2025 by kristoff-it 0.15.0
Auto doc links on Windows are broken due to file path separator autodoc The web application for interactive documentation and generation of its assets. bug Observed behavior contradicts documented or intended behavior os-windows
#22811 opened Feb 8, 2025 by scottredig 0.14.0
UEFI keeps regressing due to lack of CI build coverage enhancement Solving this issue will likely involve adding new logic or components to the codebase. os-uefi
#22809 opened Feb 7, 2025 by linusg
implement a webassembly allocator that handles multi-threading contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. os-wasi standard library This issue involves writing Zig code for the standard library.
#22807 opened Feb 7, 2025 by chung-leong 0.15.0
Several allocators in std no longer compile bug Observed behavior contradicts documented or intended behavior contributor friendly This issue is limited in scope and/or knowledge of Zig internals. os-plan9 os-uefi regression It worked in a previous version of Zig, but stopped working. standard library This issue involves writing Zig code for the standard library.
#22806 opened Feb 7, 2025 by linusg 0.16.0
wasi_thread_start() writes into wrong stack when optimize = Debug arch-wasm 32-bit and 64-bit WebAssembly bug Observed behavior contradicts documented or intended behavior os-wasi standard library This issue involves writing Zig code for the standard library.
#22803 opened Feb 7, 2025 by chung-leong 0.15.0
zig build --watch crashes in bun on macos bug Observed behavior contradicts documented or intended behavior
#22800 opened Feb 7, 2025 by nektro
ProTip! Exclude everything labeled bug with -label:bug.