[go: up one dir, main page]

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

@typeName does not meet the 3rd rule of Struct Naming in the docs as it misses a dot after funcname bug Observed behavior contradicts documented or intended behavior
#21535 opened Sep 27, 2024 by LearnLoop365
@typeName gives a different value when struct{} is assigned to a variable whose type is specified bug Observed behavior contradicts documented or intended behavior
#21534 opened Sep 27, 2024 by LearnLoop365
implement the rest of the language features in the self-hosted x86 backend arch-x86_64 backend-self-hosted enhancement Solving this issue will likely involve adding new logic or components to the codebase.
#21530 opened Sep 27, 2024 by andrewrk
6 tasks
0.14.0
self-hosted x86 backend has formatted panics disabled arch-x86_64 backend-self-hosted enhancement Solving this issue will likely involve adding new logic or components to the codebase.
#21529 opened Sep 27, 2024 by andrewrk 0.14.0
proposal: remove type parameter from @select in favor of RLS proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#21523 opened Sep 26, 2024 by xdBronch 0.15.0
getauxv bloat in static exe bug Observed behavior contradicts documented or intended behavior
#21522 opened Sep 26, 2024 by michaelortmann
panic during transient DNS failure: linuxLookupName bug Observed behavior contradicts documented or intended behavior
#21521 opened Sep 26, 2024 by mocompute
self-hosted riscv backend missing features needed to enable more informative panic handlers arch-riscv RISCV-32 and RISCV-64 backend-self-hosted enhancement Solving this issue will likely involve adding new logic or components to the codebase.
#21519 opened Sep 26, 2024 by andrewrk 1.0.0
Compiler crashes converting aligned array to many-item pointer or slice bug Observed behavior contradicts documented or intended behavior
#21517 opened Sep 26, 2024 by kulkarniniraj
Compiler crash hits data.live_set.count() == 0 assert in Liveness.zig bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#21516 opened Sep 25, 2024 by eshom 0.14.0
Integer overflow in bitcast with zero sized array types bug Observed behavior contradicts documented or intended behavior
#21508 opened Sep 24, 2024 by tauoverpi
Switch Prongs Defined as Comptime-Known Arrays proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#21507 opened Sep 24, 2024 by mnemnion 0.15.0
std.os.windows.ReadFile unhandled LOCK_VIOLATION error bug Observed behavior contradicts documented or intended behavior os-windows standard library This issue involves writing Zig code for the standard library.
#21500 opened Sep 23, 2024 by marler8997 0.14.0
Segfault when assigning comptime fixed type function to comptime anytype function bug Observed behavior contradicts documented or intended behavior
#21497 opened Sep 23, 2024 by Veeloxfire
Static libraries include full paths bug Observed behavior contradicts documented or intended behavior
#21496 opened Sep 23, 2024 by peppergrayxyz
Zig's null pointer safety checks are less safe than C++ (-fsanitize=null) enhancement Solving this issue will likely involve adding new logic or components to the codebase.
#21495 opened Sep 23, 2024 by Jarred-Sumner
Windows socket read blocks if stream closed. bug Observed behavior contradicts documented or intended behavior
#21492 opened Sep 23, 2024 by karlseguin
linksection not applied in C backend with @export bug Observed behavior contradicts documented or intended behavior
#21490 opened Sep 22, 2024 by ikskuh
hard float ABI passed to arm32 android compilations, which require softfp ABI bug Observed behavior contradicts documented or intended behavior
#21488 opened Sep 22, 2024 by Beyley
Compilation failure on latest mater for target AVR25 (ATTiny13A MCU) bug Observed behavior contradicts documented or intended behavior
#21487 opened Sep 22, 2024 by seletskiy
Is possible to changed a function argument that was passed by value mid function by changing the original variable bug Observed behavior contradicts documented or intended behavior
#21485 opened Sep 21, 2024 by lassade
Compiler panic("TODO") when storing a copy of a StructField and reading, casting, and deref'ing its default_value bug Observed behavior contradicts documented or intended behavior
#21484 opened Sep 21, 2024 by michaelbartnett
Unable to evaluate pointer subtraction between struct fields in comptime bug Observed behavior contradicts documented or intended behavior
#21480 opened Sep 21, 2024 by rohlem
translate-c: forward declared variables override definition bug Observed behavior contradicts documented or intended behavior translate-c C to Zig source translation feature (@cImport)
#21477 opened Sep 21, 2024 by ypsvlq 0.15.0
ProTip! Exclude everything labeled bug with -label:bug.