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

std: BoundedArray is missing addManyAsSlice method bug Observed behavior contradicts documented or intended behavior
#19967 opened May 14, 2024 by sjb3d
LLVM Basic Block has no termintor error when calling @errorName with @as(error{}, undefined) bug Observed behavior contradicts documented or intended behavior
#19964 opened May 13, 2024 by Trevor-Strong
Cannot directly access method of pointer to struct from HashMap's iterator bug Observed behavior contradicts documented or intended behavior
#19963 opened May 13, 2024 by digitcrusher
BoundedArray segfaults for items larger than stack bug Observed behavior contradicts documented or intended behavior
#19954 opened May 12, 2024 by Nairou
readPackedIntBig reads from end of array bug Observed behavior contradicts documented or intended behavior standard library This issue involves writing Zig code for the standard library.
#19953 opened May 12, 2024 by apwadkar 0.13.0
Const pointer with large array size doesn't throw any compiler error bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#19952 opened May 12, 2024 by fmamud 0.13.0
C interop: expected type bool found c_int proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. translate-c C to Zig source translation feature (@cImport)
#19950 opened May 12, 2024 by Radvendii 1.0.0
Missing null terminator on various kernel32 signatures bug Observed behavior contradicts documented or intended behavior
#19949 opened May 12, 2024 by Pyrolistical
failed assertion in writeManifest consecutively using zig build run bug Observed behavior contradicts documented or intended behavior regression It worked in a previous version of Zig, but stopped working. zig build system
#19947 opened May 12, 2024 by xdBronch 0.13.0
standalone_test_cases.stack_iterator tests fail on Gentoo Linux x86_64 bug Observed behavior contradicts documented or intended behavior
#19944 opened May 11, 2024 by BratishkaErik
std.options.crypto_always_getrandom ignores overridden std.options.cryptoRandomSeed 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.
#19943 opened May 11, 2024 by Khitiara 0.13.0
Incorrect @wasmMemoryGrow codegen for wasm64 target bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#19942 opened May 11, 2024 by rdunnington 0.13.0
Inefficient code generation of @mod and @divFloor bug Observed behavior contradicts documented or intended behavior
#19935 opened May 10, 2024 by ListeriaM
DynamicBitSetUnmanaged: .setAll() incorrectly sets all bits, or .iterator incorrectly traverses bits outside the bit_length. bug Observed behavior contradicts documented or intended behavior standard library This issue involves writing Zig code for the standard library.
#19933 opened May 10, 2024 by ITR13 0.13.0
std.mem.eql not working with array of types bug Observed behavior contradicts documented or intended behavior standard library This issue involves writing Zig code for the standard library.
#19929 opened May 10, 2024 by tgirod 0.13.0
const value changes unexpectedly backend-llvm The LLVM backend outputs an LLVM IR Module. bug Observed behavior contradicts documented or intended behavior miscompilation The compiler reports success but produces semantically incorrect code.
#19927 opened May 10, 2024 by e0328eric 0.13.0
non callconv(.C) function pointers no longer allowed in extern contexts bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#19921 opened May 9, 2024 by xdBronch 0.13.0
Compiler segfault on mutually recursive structs bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#19920 opened May 9, 2024 by MrMugame 0.13.0
addrspace(.gs) does nothing backend-llvm The LLVM backend outputs an LLVM IR Module. bug Observed behavior contradicts documented or intended behavior
#19915 opened May 9, 2024 by Khitiara 0.13.0
ProTip! Adding no:label will show everything without a label.