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
Label
Projects
Milestones
Assignee
Sort
Issues list
[Proposal] Allow
@export to export any value, not just a declaration
#14911
opened Mar 14, 2023 by
mlugg
C ABI tests fail with LTO off
bug
Observed behavior contracts documented or intended behavior
miscompilation
The compiler reports success but produces semantically incorrect code.
io_uring unit tests hard code a port to listen on, which is very naughty
bug
Observed behavior contracts 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.
C pointer to array Observed behavior contracts documented or intended behavior
[*c][4]f32 causes compiler error when assigning to it using cPointer.*[0] = …
bug
struct field load through underaligned pointer has incorrect alignment
backend-llvm
bug
Observed behavior contracts documented or intended behavior
miscompilation
The compiler reports success but produces semantically incorrect code.
regression
It worked in a previous version of Zig, but stopped working.
stage2
This issue affects the self-hosted compiler.
std.fmt.parseFloat parses "0x" as 0.0 instead of returning error
bug
Observed behavior contracts documented or intended behavior
standard library
This issue involves writing Zig code for the standard library.
std.net.getAddressList may return TemporaryNameServerFailure
bug
Observed behavior contracts documented or intended behavior
#14900
opened Mar 13, 2023 by
hawkbee
stage3 fails with "duplicate symbol: atexit" (windows, Visual Studio 17 2022 + cmake)
bug
Observed behavior contracts documented or intended behavior
#14892
opened Mar 12, 2023 by
gglosny
Segmentation fault when running Observed behavior contracts documented or intended behavior
zig cc -target thumb-linux-musleabi
bug
#14891
opened Mar 12, 2023 by
link2xt
Failure to use atomics with arm-linux-musleabi target
bug
Observed behavior contracts documented or intended behavior
#14889
opened Mar 12, 2023 by
link2xt
linkLibC causes linker script to be used instead of library
bug
Observed behavior contracts documented or intended behavior
#14888
opened Mar 11, 2023 by
RossComputerGuy
"zig cc" abort when compiling a certain C source file
bug
Observed behavior contracts documented or intended behavior
#14877
opened Mar 11, 2023 by
jvo203
Dependency loop detected when depending on custom Build step
bug
Observed behavior contracts documented or intended behavior
#14874
opened Mar 10, 2023 by
smokku
Code using GLX fails, but only on FreeBSD
bug
Observed behavior contracts documented or intended behavior
#14873
opened Mar 10, 2023 by
stefncb
port the remaining stage1 compile error test cases to have stage2 coverage
bug
Observed behavior contracts documented or intended behavior
stage2
This issue affects the self-hosted compiler.
Unreachable code when calling functions on EnumMap to empty struct at comptime
bug
Observed behavior contracts documented or intended behavior
Missing Observed behavior contracts documented or intended behavior
<sys/timex.h> on MacOS
bug
#14840
opened Mar 8, 2023 by
plajjan
zig cc can't accept -- in args
bug
#14837
opened Mar 8, 2023 by
locriacyber
wasm linker lowers undefined and 0 incorrectly with respect to the bss section
arch-wasm32
bug
Observed behavior contracts documented or intended behavior
linking
miscompilation
The compiler reports success but produces semantically incorrect code.
std.Uri fails to parse on empty authority section so breaks file:/// scheme parsing
bug
Observed behavior contracts documented or intended behavior
standard library
This issue involves writing Zig code for the standard library.
std.Build: changing the default step does silently omit executable installation
error message
This issue points out an error message that is unhelpful and should be improved.
zig build system
Language reference: Update WebAssembly example on how to export a function to the host
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
docs
regression
It worked in a previous version of Zig, but stopped working.
zig prereq races as of 0.11.0-dev.1782+b52be973d
bug
Observed behavior contracts documented or intended behavior
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.