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

lack of AVX/2 not detected correctly when generating the build executable bug Observed behavior contradicts documented or intended behavior
#23385 opened Mar 27, 2025 by essess
E.NXIO should not be an unexpected error (6) for std.posix.send bug Observed behavior contradicts documented or intended behavior contributor friendly This issue is limited in scope and/or knowledge of Zig internals. standard library This issue involves writing Zig code for the standard library.
#23383 opened Mar 27, 2025 by kj4tmp 0.14.1
Using pkg-config to link against static libraries does not correctly call pkg-config bug Observed behavior contradicts documented or intended behavior zig build system std.Build, the build runner, `zig build` subcommand, package management
#23382 opened Mar 27, 2025 by AnthonyZhOon
mmap retval incorrectly interpreted arch-x86 32-bit x86 bug Observed behavior contradicts documented or intended behavior os-linux standard library This issue involves writing Zig code for the standard library.
#23377 opened Mar 26, 2025 by essess 0.14.1
support f128 arguments in riscv self-hosted backend arch-riscv 32-bit and 64-bit RISC-V backend-self-hosted bug Observed behavior contradicts documented or intended behavior
#23375 opened Mar 26, 2025 by rootbeer 0.16.0
Proposal: support object-only artifacts with b.addTest() proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#23374 opened Mar 26, 2025 by DonIsaac 0.15.0
std.process.Child is not useable for Linux libraries not linking libc even when an env_map is provided. bug Observed behavior contradicts documented or intended behavior standard library This issue involves writing Zig code for the standard library.
#23372 opened Mar 26, 2025 by jsirois 0.15.0
Proposal: restricted function types enhancement Solving this issue will likely involve adding new logic or components to the codebase. optimization proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#23367 opened Mar 26, 2025 by jacobly0 0.15.0
std.Build.Step.Run should normalize cached environment variables on Windows bug Observed behavior contradicts documented or intended behavior contributor friendly This issue is limited in scope and/or knowledge of Zig internals. os-windows zig build system std.Build, the build runner, `zig build` subcommand, package management
#23366 opened Mar 26, 2025 by alexrp 0.16.0
Inconsistent "dependency loop" error depending on analysis order bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#23362 opened Mar 25, 2025 by mlugg 0.15.0
std.Build.Step.Fmt does not react to changes with --watch bug Observed behavior contradicts documented or intended behavior contributor friendly This issue is limited in scope and/or knowledge of Zig internals. zig build system std.Build, the build runner, `zig build` subcommand, package management
#23359 opened Mar 25, 2025 by alexrp 0.15.0
wasm-ld: ....o: undefined symbol: ldexp in Release modes, but works in Debug bug Observed behavior contradicts documented or intended behavior compiler-rt contributor friendly This issue is limited in scope and/or knowledge of Zig internals.
#23358 opened Mar 25, 2025 by barathrm 0.15.0
std.MultiArrayList field count limit bug Observed behavior contradicts documented or intended behavior contributor friendly This issue is limited in scope and/or knowledge of Zig internals. standard library This issue involves writing Zig code for the standard library.
#23352 opened Mar 25, 2025 by sjb3d 0.14.1
std.http.WebSocket connection closes immediately bug Observed behavior contradicts documented or intended behavior standard library This issue involves writing Zig code for the standard library.
#23349 opened Mar 24, 2025 by clebert
build: panic when linking against libfrida-core bug Observed behavior contradicts documented or intended behavior
#23348 opened Mar 24, 2025 by pvande
error: memory usage peaked at 8761503744 bytes, exceeding the declared upper bound of 7800000000 bug Observed behavior contradicts documented or intended behavior
#23347 opened Mar 24, 2025 by vt-alt
Crash in InternPool.LoadedStructType.RuntimeOrderIterator bug Observed behavior contradicts documented or intended behavior
#23344 opened Mar 24, 2025 by DonIsaac
std.zon writes invalid negative zero bug Observed behavior contradicts documented or intended behavior standard library This issue involves writing Zig code for the standard library.
#23343 opened Mar 24, 2025 by alichraghi 0.14.1
Incorrect error location when the location line is followed by whitespace bug Observed behavior contradicts documented or intended behavior
#23342 opened Mar 24, 2025 by perillo
translate-c: should include documentation comments in the output where possible enhancement Solving this issue will likely involve adding new logic or components to the codebase. translate-c C to Zig source translation feature (@cImport)
#23337 opened Mar 24, 2025 by Paladynee
What's the deal with = in environment variable names? standard library This issue involves writing Zig code for the standard library.
#23331 opened Mar 23, 2025 by squeek502
translate-c: incorrect type for pointers to cv-qualified values bug Observed behavior contradicts documented or intended behavior translate-c C to Zig source translation feature (@cImport)
#23329 opened Mar 23, 2025 by theofabilous
including system include directory on native compatible target enhancement Solving this issue will likely involve adding new logic or components to the codebase.
#23325 opened Mar 22, 2025 by Jan200101
Why not provide the API for the current thread name ? enhancement Solving this issue will likely involve adding new logic or components to the codebase. standard library This issue involves writing Zig code for the standard library.
#23322 opened Mar 22, 2025 by forchid
x86_64: some operations are not implemented arch-x86_64 64-bit x86 backend-self-hosted enhancement Solving this issue will likely involve adding new logic or components to the codebase.
#23320 opened Mar 22, 2025 by RetroDev256 0.15.0
ProTip! Exclude everything labeled bug with -label:bug.