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

C backend does not generate function pointer conversion backend-c The C backend (CBE) outputs C source code. bug Observed behavior contradicts documented or intended behavior miscompilation The compiler reports success but produces semantically incorrect code.
#22427 opened Jan 5, 2025 by ruihe774 0.15.0
Stack overflow when referencing global pointer to std.StaticBitSet(1_000_000_000) bug Observed behavior contradicts documented or intended behavior
#22426 opened Jan 5, 2025 by robinheydon
Sema: missing RLS coercions with @splat enhancement Solving this issue will likely involve adding new logic or components to the codebase. frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#22421 opened Jan 5, 2025 by jacobly0
Sema: crash splatting an OPV bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#22420 opened Jan 5, 2025 by jacobly0
Sema: missed simplifications of OPVs frontend Tokenization, parsing, AstGen, Sema, and Liveness. optimization
#22419 opened Jan 5, 2025 by jacobly0
Sema: crash printing a slice with an undefined pointer bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#22418 opened Jan 5, 2025 by jacobly0
design flaw: eval branch quota of generic function instances violates order indepdent analysis bug Observed behavior contradicts documented or intended behavior
#22410 opened Jan 5, 2025 by mlugg 0.15.0
"auxiliary compilation"
#22407 opened Jan 4, 2025 by Snektron
build-lib with emit-h is crashing for particular input file bug Observed behavior contradicts documented or intended behavior
#22405 opened Jan 4, 2025 by arkadiuszwojcik
Suggest .{} syntax when accidentally using {} error message This issue points out an error message that is unhelpful and should be improved.
#22402 opened Jan 3, 2025 by vegerot
Misleading error message when keyword used as identifier error message This issue points out an error message that is unhelpful and should be improved.
#22401 opened Jan 3, 2025 by danielchasehooper 0.15.0
panic trace from inline fn with function call in argument position points caret at argument, not outer function call bug Observed behavior contradicts documented or intended behavior
#22399 opened Jan 3, 2025 by rohlem
impossible outOfBounds and startGreaterThanEnd safety checks emitted for slicing many-pointers bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#22398 opened Jan 3, 2025 by xdBronch 0.14.0
Internal compiler error assigning tagged union bug Observed behavior contradicts documented or intended behavior
#22393 opened Jan 2, 2025 by sjb3d
Parser error when tabs are inside of comment or string bug Observed behavior contradicts documented or intended behavior
#22388 opened Jan 2, 2025 by rxvoid
zig build test-cases fails when --libc is passed bug Observed behavior contradicts documented or intended behavior
#22383 opened Jan 1, 2025 by sin-ack
NO_COLOR handling is wrong bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#22380 opened Jan 1, 2025 by mrjbq7 0.15.0
Std.debug.print crashes with max_depth overflow on vectors bug Observed behavior contradicts documented or intended behavior standard library This issue involves writing Zig code for the standard library.
#22376 opened Jan 1, 2025 by christopherliu830 0.14.0
By-length slicing with sentinel in first slice doesn't do a by-length slice bug Observed behavior contradicts documented or intended behavior
#22371 opened Dec 31, 2024 by dweiller
C Backend Miscompiles With static void const Incomplete Type backend-c The C backend (CBE) outputs C source code. bug Observed behavior contradicts documented or intended behavior miscompilation The compiler reports success but produces semantically incorrect code.
#22364 opened Dec 30, 2024 by Bud-ro 0.15.0
OutOfMemory and segfault when using anytype for argument in bug Observed behavior contradicts documented or intended behavior
#22363 opened Dec 30, 2024 by leonskidev
Document zig std in langref.html
#22359 opened Dec 30, 2024 by ExeVirus
compiler crash when taking address of comptime value bug Observed behavior contradicts documented or intended behavior
#22356 opened Dec 30, 2024 by xxxbxxx
ProTip! Adding no:label will show everything without a label.