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

make the main zig executable no longer depend on LLVM, LLD, and Clang libraries accepted This proposal is planned. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#16270 opened Jun 29, 2023 by andrewrk
8 of 26 tasks
0.15.0
compile errors for unused things accepted This proposal is planned. 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.
#335 opened Apr 19, 2017 by andrewrk
1 of 5 tasks
0.14.0
move @cImport to the build system accepted This proposal is planned. 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
#20630 opened Jul 14, 2024 by andrewrk
1 of 3 tasks
0.14.0
error for incorrectly indented code / misleading indentation accepted This proposal is planned. frontend Tokenization, parsing, AstGen, Sema, and Liveness. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#35 opened Dec 15, 2015 by andrewrk 0.14.0
Design flaw: Swapping struct fields yields unexpected value breaking Implementing this issue could cause existing code to no longer compile or have different behavior. use case Describes a real use case that is difficult or impossible, but does not propose a solution.
#12064 opened Jul 10, 2022 by bcrist 0.15.0
rename FloatMode.Optimized to FloatMode.Mathematical accepted This proposal is planned. 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.
#6634 opened Oct 10, 2020 by andrewrk 0.14.0
[Discussion] Distinct syntax for method calls, pros/cons proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#14009 opened Dec 20, 2022 by ghost 0.14.0
Proposal: A new formulation of anytype-based generics proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#9272 opened Jul 1, 2021 by agathazeren 0.14.0
remove realpath() from the standard library 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.
#19353 opened Mar 19, 2024 by andrewrk 0.14.0
Proposal: Version number should be specified on dependencies and not in packages 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
#19765 opened Apr 25, 2024 by judofyr 0.15.0
Proposal: Inline Parameters proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#7772 opened Jan 13, 2021 by SpexGuy 0.14.0
Improve packed semantics frontend Tokenization, parsing, AstGen, Sema, and Liveness. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#19660 opened Apr 15, 2024 by ikskuh 0.14.0
Proposal: usize definition should be refined proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#5185 opened Apr 27, 2020 by ikskuh 0.14.0
make @round, @trunc, @floor, and @ceil support integers; delete std.math.lossyCast 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.
#19575 opened Apr 7, 2024 by andrewrk 0.14.0
Proposal: Rename comptime_int and comptime_float to anyint and anyfloat 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.
#7492 opened Dec 18, 2020 by ghost 0.14.0
SIMD vector type syntax: [|N|]T proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#6771 opened Oct 22, 2020 by andrewrk 0.14.0
allow type coercion from integers to floats when the destination type can store all possible values of the integer without rounding 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.
#18614 opened Jan 19, 2024 by andrewrk 0.14.0
zig test needs a way to run tests for multiple files proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#10018 opened Oct 24, 2021 by Jarred-Sumner 0.16.0
Proposal to improve the ergonomics and precision of type inference in generic functions proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#9260 opened Jun 28, 2021 by ghost 0.14.0
Proposal: Better addition semantics proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#7416 opened Dec 12, 2020 by SpexGuy 0.14.0
add @reflectDecl and @reflectFn builtins 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.
#10706 opened Jan 27, 2022 by andrewrk 0.16.0
comptime string literal values proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#9056 opened Jun 9, 2021 by marler8997 0.14.0
remove @Type from the language, replacing it with individual type-creating builtins accepted This proposal is planned. 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.
#10710 opened Jan 28, 2022 by andrewrk 0.14.0
Remove absolute path support in Dir.open functions 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.
#7540 opened Dec 24, 2020 by marler8997 0.16.0
Type coercion with stricter const qualification allows attempted modification of a const value proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#7766 opened Jan 13, 2021 by ashn-dot-dev 0.14.0
ProTip! Exclude everything labeled bug with -label:bug.