Skip to content

No labels!

There aren’t any labels for this repository quite yet.

accepted
accepted
This proposal is planned.
arch-aarch64
arch-aarch64
64-bit ARM
arch-arm
arch-arm
32-bit ARM
arch-msp430
arch-msp430
arch-powerpc
arch-powerpc
arch-riscv
arch-riscv
RISCV-32 and RISCV-64
arch-sparc
arch-sparc
32-bit and 64-bit SPARC
arch-spirv
arch-spirv
SPIR-V architecture
autodoc
autodoc
The web application for interactive documentation and generation of its assets.
backend-c
backend-c
The C backend (CBE) outputs C source code.
backend-llvm
backend-llvm
The LLVM backend outputs an LLVM IR Module.
backend-self-hosted
backend-self-hosted
bounty
bounty
https://ziglang.org/news/announcing-donor-bounties/
breaking
breaking
Implementing this issue could cause existing code to no longer compile or have different behavior.
bug
bug
Observed behavior contradicts documented or intended behavior
contributor friendly
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
downstream
downstream
An issue with a third party project that uses Zig.
emit-h
emit-h
This issue is related to generating .h files for C interop
enhancement
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
error message
error message
This issue points out an error message that is unhelpful and should be improved.
frontend
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
miscompilation
miscompilation
The compiler reports success but produces semantically incorrect code.
optimization
optimization