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

Proposal: remove per-module targets breaking Implementing this issue could cause existing code to no longer compile or have different behavior. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. zig build system std.Build, the build runner, `zig build` subcommand, package management
#22285 opened Dec 21, 2024 by mlugg 0.15.0
let std.Build.add{Test,Executable} take a root module and target/optimize options enhancement Solving this issue will likely involve adding new logic or components to the codebase. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. zig build system std.Build, the build runner, `zig build` subcommand, package management
#22284 opened Dec 21, 2024 by dweiller 0.15.0
Make std.BitStack.pop return an optional breaking Implementing this issue could cause existing code to no longer compile or have different behavior. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. standard library This issue involves writing Zig code for the standard library.
#22282 opened Dec 21, 2024 by adurmk1 0.15.0
Move Allocator patterns from std.heap to std.alloc breaking Implementing this issue could cause existing code to no longer compile or have different behavior. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. standard library This issue involves writing Zig code for the standard library.
#22272 opened Dec 19, 2024 by GrayHatter Loading…
remove redundant cpu/os/abi/object_format declarations from @import("builtin") breaking Implementing this issue could cause existing code to no longer compile or have different behavior. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#22267 opened Dec 19, 2024 by mlugg 0.15.0
Move callconv, align, addrspace, and linksection annotation before function parameter list breaking Implementing this issue could cause existing code to no longer compile or have different behavior. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#22263 opened Dec 17, 2024 by mlugg 0.15.0
zig fmt: format switch according to whether it has a trailing comma proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. zig fmt
#22258 opened Dec 17, 2024 by wooster0 0.15.0
Proposal: allow switch on packed struct accepted This proposal is planned. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#22214 opened Dec 12, 2024 by mlugg 0.15.0
Proposal: remove Peer Type Resolution from the language breaking Implementing this issue could cause existing code to no longer compile or have different behavior. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#22182 opened Dec 7, 2024 by mlugg 0.15.0
compiler: Implement @disableIntrinsics() builtin function. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#22154 opened Dec 5, 2024 by alexrp Loading…
2
2
Proposal: @loopHint(hint: LoopHint) void builtin function proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#22151 opened Dec 5, 2024 by dweiller 0.15.0
allow comptime unreachable prong for errors not in error set accepted This proposal is planned. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#22138 opened Dec 4, 2024 by andrewrk 0.15.0
ArrayList: embrace the word "reserve" proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. release notes This PR should be mentioned in the release notes. standard library This issue involves writing Zig code for the standard library.
#22137 opened Dec 4, 2024 by andrewrk Loading…
Proposal: @disableIntrinsics() builtin function proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#22110 opened Nov 30, 2024 by alexrp unplanned
automatically test for out of memory conditions when std.testing.allocator is used breaking Implementing this issue could cause existing code to no longer compile or have different behavior. enhancement Solving this issue will likely involve adding new logic or components to the codebase. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#22086 opened Nov 27, 2024 by andrewrk 0.15.0
null pointers not safety-checked across ABI boundary proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#22005 opened Nov 17, 2024 by nektro unplanned
ability to do conditional compilation on zig version including when builtin functions change proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#21957 opened Nov 10, 2024 by andrewrk 0.15.0
Allow @bitCast to pass through lvalues proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#21935 opened Nov 8, 2024 by silversquirl 0.15.0
std.zip+std.tar Extract to memory enhancement Solving this issue will likely involve adding new logic or components to the codebase. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. standard library This issue involves writing Zig code for the standard library.
#21922 opened Nov 5, 2024 by darltrash 0.16.0
Proposal: Ability to Mark Entire Directories as a Dependency Recursively proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. zig build system std.Build, the build runner, `zig build` subcommand, package management
#21912 opened Nov 4, 2024 by edqx 0.16.0
Consider if @src() in an inline function should refer to the caller's location proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#21906 opened Nov 4, 2024 by matklad
destructuring via new useall keyword proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#21879 opened Nov 1, 2024 by andrewrk 0.14.0
enum-backed address spaces proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#21870 opened Oct 31, 2024 by andrewrk 0.14.0
Proposal: Add never_intrinsify to std.builtin.CallModifier proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#21833 opened Oct 27, 2024 by alexrp unplanned
Proposal: add http_disable_compression enhancement Solving this issue will likely involve adding new logic or components to the codebase. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. standard library This issue involves writing Zig code for the standard library.
#21812 opened Oct 26, 2024 by NicoElbers 0.16.0
ProTip! Adding no:label will show everything without a label.