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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

simplify the panic handler function to be only one function; remove -fformatted-panics accepted This proposal is planned. breaking Implementing this issue could cause existing code to no longer compile or have different behavior. 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. 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.
#17969 opened Nov 11, 2023 by andrewrk 0.12.0
The llvm backend crashes when putting a vector of bool into a packed struct. backend-llvm The LLVM backend outputs an LLVM IR Module. bug Observed behavior contradicts documented or intended behavior
#17960 opened Nov 10, 2023 by IntegratedQuantum 0.13.0
volatile keyword does not take effect when the optimization level is release level. bug Observed behavior contradicts documented or intended behavior
#17957 opened Nov 10, 2023 by Guozhanxin
std.os.fsync, File.sync hit unreachable EINVAL for special files bug Observed behavior contradicts documented or intended behavior standard library This issue involves writing Zig code for the standard library.
#17950 opened Nov 10, 2023 by nissaofthesea 0.14.0
Unable to use local tarball dependencies on build.zig.zon on Windows bug Observed behavior contradicts documented or intended behavior
#17946 opened Nov 9, 2023 by marcs-feh
Package Manager's computed hash for a package differs depending on https vs. git+https bug Observed behavior contradicts documented or intended behavior
#17942 opened Nov 9, 2023 by TUSF
compilation failed with segment fault bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#17938 opened Nov 9, 2023 by tw4452852 0.13.0
zig cc -c -fPIE stopped working bug Observed behavior contradicts documented or intended behavior zig cc Zig as a drop-in C compiler feature
#17928 opened Nov 8, 2023 by markus-oberhumer 0.12.0
Catch duplicate field names in AstGen rather than semantic analysis 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. error message This issue points out an error message that is unhelpful and should be improved. frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#17916 opened Nov 7, 2023 by mlugg 0.13.0
Program coredump on exit when dlclose a dynamic loaded library which has atexit function calls bug Observed behavior contradicts documented or intended behavior
#17908 opened Nov 7, 2023 by Zzorz
Build fails when returning a tuple with a comptime field bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#17905 opened Nov 7, 2023 by InspectorBoat 0.13.0
when compiling for znver3, LLVM assertion: Value does not fit in the Fixup field arch-x86_64 backend-llvm The LLVM backend outputs an LLVM IR Module. bug Observed behavior contradicts documented or intended behavior os-windows upstream An issue with a third party project that Zig uses.
#17902 opened Nov 6, 2023 by andrewrk 0.13.0
Build fails when returning a variable containing an array of tuples at comptime bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#17899 opened Nov 6, 2023 by InspectorBoat 0.13.0
C ABI bug with squeezing any >16 byte struct after the third following a non-struct parameter backend-llvm The LLVM backend outputs an LLVM IR Module. bug Observed behavior contradicts documented or intended behavior
#17898 opened Nov 6, 2023 by InKryption 0.13.0
use case: ability to declare dependency on single file proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. use case Describes a real use case that is difficult or impossible, but does not propose a solution. zig build system
#17895 opened Nov 6, 2023 by Techatrix 0.13.0
zig cc -m32 fails on macOS systems with M1 processor bug Observed behavior contradicts documented or intended behavior
#17891 opened Nov 6, 2023 by CrepeGoat
zig cc fails to find "assert.h"'s __assert when using flag -Os bug Observed behavior contradicts documented or intended behavior
#17887 opened Nov 6, 2023 by CrepeGoat
Proposal: add .len field to vector values proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#17886 opened Nov 6, 2023 by mlugg 0.13.0
std.lerp test depends on t being a compile time constant bug Observed behavior contradicts documented or intended behavior standard library This issue involves writing Zig code for the standard library.
#17884 opened Nov 6, 2023 by kcbanner 0.13.0
Zig 0.11.0 regression around @bitCast() / @intCast() in non-debug mode on embedded Cortex-M4 bug Observed behavior contradicts documented or intended behavior
#17882 opened Nov 6, 2023 by marnix
Crash in InternPool when referencing a non-existant member of a struct bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#17878 opened Nov 5, 2023 by IntegratedQuantum 0.13.0
@alignOf causing erroneous dependency loop error when used in self-referential union bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#17874 opened Nov 5, 2023 by LordMZTE 0.14.0
Function not visible inside itself through generic struct with usingnamespace bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#17872 opened Nov 5, 2023 by LordMZTE 0.13.0
ProTip! Find all open issues with in progress development work with linked:pr.