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

Change std.io.bit_writer.BitWriter.flushBits() to return the number of unused filled bits bug Observed behavior contradicts documented or intended behavior
#22166 opened Dec 6, 2024 by f35f22fan
Unable to link RISC-V linux-gnu and linux-musl executables using zig cc and CMake enhancement Solving this issue will likely involve adding new logic or components to the codebase. linking
#22165 opened Dec 6, 2024 by fwsGonzo 0.14.0
Libc not available when build c project targets "aarch64-linux-android" bug Observed behavior contradicts documented or intended behavior
#22163 opened Dec 6, 2024 by isJDongYa
ReleaseSafe executables for aarch64-linux only prints out first step of backtrace bug Observed behavior contradicts documented or intended behavior
#22161 opened Dec 6, 2024 by leroycep
The error message for TAB in comments is very unclear and misleading error message This issue points out an error message that is unhelpful and should be improved.
#22160 opened Dec 5, 2024 by zigo101 unplanned
Missing mach_timebase_info_data export in std.c 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.
#22159 opened Dec 5, 2024 by Trevor-Strong
std.Thread.Mutex is not inter-process 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.
#22153 opened Dec 5, 2024 by ProkopRandacek
std.Thread.Mutex can't be put into shared memory in a nice way 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.
#22152 opened Dec 5, 2024 by ProkopRandacek
translate-c Fails to Translate Anonymous Enum Usage bug Observed behavior contradicts documented or intended behavior translate-c C to Zig source translation feature (@cImport)
#22148 opened Dec 5, 2024 by Yeaseen 0.15.0
std.os.arg is undefined when using _start() instead of main() as Zig "entry point" on Linux bug Observed behavior contradicts documented or intended behavior
#22144 opened Dec 4, 2024 by rxvoid
&arr make a copy of the array bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#22140 opened Dec 4, 2024 by wangzaixiang 0.14.0
translate-c Misinterprets Address of Compound Literal for Struct as Immutable bug Observed behavior contradicts documented or intended behavior translate-c C to Zig source translation feature (@cImport)
#22139 opened Dec 4, 2024 by Yeaseen 0.15.0
allow comptime unreachable prong for errors not in error set accepted This proposal is planned. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#22138 opened Dec 4, 2024 by andrewrk 0.15.0
translate-c Runtime Divergence while comparing String Literals and Compound Literals bug Observed behavior contradicts documented or intended behavior translate-c C to Zig source translation feature (@cImport)
#22136 opened Dec 3, 2024 by Yeaseen 0.15.0
"parameter type declared here" should additionally be provided for unions enhancement Solving this issue will likely involve adding new logic or components to the codebase. error message This issue points out an error message that is unhelpful and should be improved. frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#22128 opened Dec 2, 2024 by andrewrk 0.15.0
Unable to use conditional variables when linking C++ library bgfx in Zig project bug Observed behavior contradicts documented or intended behavior
#22127 opened Dec 2, 2024 by JJ-IsShort
Ptr align test has different behavior with build mode ReleaseSafe bug Observed behavior contradicts documented or intended behavior
#22126 opened Dec 2, 2024 by alanvoss
std.c: getrandom() with android bionic bug Observed behavior contradicts documented or intended behavior
#22123 opened Dec 2, 2024 by Iced-Sun
Segfault when using invalid directory with zig test --zig-lib-dir bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#22122 opened Dec 2, 2024 by kj4tmp 0.14.0
FileNotFound when compiling Zig with relative --zig-lib-dir bug Observed behavior contradicts documented or intended behavior
#22119 opened Dec 2, 2024 by MatthiasPortzel
Race condition when addRunArtifact is used along with addInstallArtifact but the run step does not depend on the install step bug Observed behavior contradicts documented or intended behavior zig build system std.Build, the build runner, `zig build` subcommand, package management
#22117 opened Dec 1, 2024 by pfgithub
Bootstrapping from bootstrap.c, issues compiling zig2.c with tcc and slimcc bug Observed behavior contradicts documented or intended behavior
#22114 opened Dec 1, 2024 by fuhsnn 0.14.0
ProTip! Exclude everything labeled bug with -label:bug.