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

ReleaseSmall runtime error incorrectly returned. bug Observed behavior contradicts documented or intended behavior
#20701 opened Jul 21, 2024 by gcoakes
Build.zig can't produce LLVM bytecode without outputting the full binary bug Observed behavior contradicts documented or intended behavior
#20699 opened Jul 20, 2024 by gwenzek
comptime prefix being treated as comptime block causing inconsistent treatment of unreachable code formulation bug Observed behavior contradicts documented or intended behavior error message This issue points out an error message that is unhelpful and should be improved. frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#20698 opened Jul 20, 2024 by InKryption 0.14.0
incremental compilation fails on hello world test case, crash in updateZirRefs bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness. incremental compilation Problem occurs only when reusing compiler state.
#20697 opened Jul 20, 2024 by andrewrk 0.14.0
duplicate symbol definition: _malloc_printf bug Observed behavior contradicts documented or intended behavior
#20694 opened Jul 20, 2024 by serjflint
RFC/Proposal: Turning Zig target triples into quadruples proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#20690 opened Jul 20, 2024 by alexrp 0.15.0
Crosscompile CGO using zig 0.12 or newer bug Observed behavior contradicts documented or intended behavior
#20689 opened Jul 20, 2024 by ostcar
Proposal: pass default value to std.mem.Allocator.create etc 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. standard library This issue involves writing Zig code for the standard library.
#20683 opened Jul 19, 2024 by mlugg 0.15.0
Watch.zig: Extract File System Watching into Standard Library 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.
#20682 opened Jul 19, 2024 by jayrod246 unplanned
llvm: @Vector(4, u80) parameters trigger an assertion on aarch64 with optimizations disabled arch-aarch64 64-bit ARM backend-llvm The LLVM backend outputs an LLVM IR Module. upstream An issue with a third party project that Zig uses.
#20680 opened Jul 19, 2024 by jacobly0 0.15.0
memory leak on std.Thread.detach() on aarch64 arch-aarch64 64-bit ARM bug Observed behavior contradicts documented or intended behavior standard library This issue involves writing Zig code for the standard library.
#20677 opened Jul 19, 2024 by cfal 0.14.0
Add STARTUPINFO-like options to std.process.Child.spawn? 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.
#20676 opened Jul 18, 2024 by sensiblearts
Unable to use callconv(.Interrupt) for riscv targets arch-riscv RISCV-32 and RISCV-64 enhancement Solving this issue will likely involve adding new logic or components to the codebase. frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#20671 opened Jul 18, 2024 by akiroz 0.15.0
file system watching on linux fails to avoid placing marks from different mounts into the same fanotify descriptor bug Observed behavior contradicts documented or intended behavior contributor friendly This issue is limited in scope and/or knowledge of Zig internals. os-linux zig build system std.Build, the build runner, `zig build` subcommand, package management
#20670 opened Jul 18, 2024 by andrewrk 0.14.0
Comptime error return trace error message This issue points out an error message that is unhelpful and should be improved.
#20666 opened Jul 17, 2024 by Lzard 0.15.0
Compiling Zig compiler to wasm32-wasi target bug Observed behavior contradicts documented or intended behavior
#20665 opened Jul 17, 2024 by eliot-akira 0.16.0
Remove usingnamespace 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.
#20663 opened Jul 17, 2024 by mlugg 0.15.0
std.posix.recvmsg() missing 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.
#20660 opened Jul 17, 2024 by ssmid 1.0.0
some projects use .s extension for preprocessed assembly source files, incompatible with zig's extension-based detection use case Describes a real use case that is difficult or impossible, but does not propose a solution. zig build system std.Build, the build runner, `zig build` subcommand, package management
#20655 opened Jul 16, 2024 by GalaxyShard 0.15.0
additional tooling for ABI compatibility verification 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.
#20654 opened Jul 16, 2024 by andrewrk 0.15.0
InternPool unreachable when coercing extern function (// use getExternFunc() instead) bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#20651 opened Jul 16, 2024 by unisgn 0.14.0
translate-c build step lacks a way to link system libraries enhancement Solving this issue will likely involve adding new logic or components to the codebase. translate-c C to Zig source translation feature (@cImport) zig build system std.Build, the build runner, `zig build` subcommand, package management
#20649 opened Jul 16, 2024 by andrewrk 0.14.0
translate-c build step causing crash in build system bug Observed behavior contradicts documented or intended behavior contributor friendly This issue is limited in scope and/or knowledge of Zig internals. frontend Tokenization, parsing, AstGen, Sema, and Liveness. regression It worked in a previous version of Zig, but stopped working.
#20648 opened Jul 16, 2024 by andrewrk 0.14.0
introduce @branchWeight builtin proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#20642 opened Jul 15, 2024 by andrewrk 0.14.0
ProTip! Adding no:label will show everything without a label.