Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ziglang/zig issues and pull requests
#21423 - compiler: always resolve field inits, remove unncecessary eager resolution
Pull Request -
State: closed - Opened by mlugg 2 months ago
#21422 - Sema: add missing coercion to `bool` for `condbr_inline`
Pull Request -
State: closed - Opened by mlugg 2 months ago
- 1 comment
#21421 - Sema: don't emit instruction when casting `@min`/`@max` result to OPV type
Pull Request -
State: closed - Opened by mlugg 2 months ago
#21420 - Sema: give `try` operand `error{}` result type in non-errorable functions
Pull Request -
State: closed - Opened by mlugg 2 months ago
#21419 - std.sort.PartitionPoint: Improve performance
Pull Request -
State: open - Opened by JonathanHallstrom 2 months ago
- 26 comments
#21418 - :memo: Comment (and docs) did not correspond to the actual code
Pull Request -
State: closed - Opened by JJ 2 months ago
- 4 comments
#21417 - error message for destructuring an error union should mention using `try`
Issue -
State: closed - Opened by paperdave 2 months ago
Labels: enhancement, frontend, error message
#21416 - Link warning does not fail the build and is not shown on subsequent builds
Issue -
State: open - Opened by pfgithub 2 months ago
- 1 comment
Labels: bug
#21415 - Proposal: A definition of naked functions based on `comptime` evaluation
Issue -
State: open - Opened by alexrp 2 months ago
- 10 comments
Labels: proposal
#21414 - regression: `return try` of `error{}!T` in function returning `T` triggers compile error: "expected 'T', found error set"
Issue -
State: closed - Opened by rohlem 2 months ago
Labels: bug
#21413 - doc,langref: mention diffs of Zig and C packed structs
Pull Request -
State: closed - Opened by pgy 2 months ago
- 5 comments
#21412 - Value: implement isUndefDeep
Pull Request -
State: closed - Opened by wrongnull 2 months ago
- 2 comments
#21411 - Remove the PowerPC soft float preprocessor workaround with LLVM 20
Issue -
State: open - Opened by alexrp 2 months ago
#21410 - Fuzz tests are not discovered by test runner when re-running with same `--seed` argument
Issue -
State: open - Opened by AdamGoertz 2 months ago
- 2 comments
Labels: enhancement, fuzzing
#21409 - `([*]E) + N` inconsistent with `([*]E)[N..]`: compile error "pointer arithmetic requires element type 'void' to have runtime bits"
Issue -
State: open - Opened by rohlem 2 months ago
Labels: bug
#21408 - passing `@min` or `@max` result `u0` as function argument leads to LLVM error: Bitwidth for integer type out of range
Issue -
State: closed - Opened by rohlem 2 months ago
Labels: bug, frontend
#21407 - CGO + ZIg CC Cross compile failed on Windows, but works well on Linux and MacOS
Issue -
State: closed - Opened by Peefy 2 months ago
- 1 comment
Labels: bug
#21406 - sane inferred error set name
Pull Request -
State: closed - Opened by DerryAlex 2 months ago
- 1 comment
#21405 - Invalid code compiles in comptime
Issue -
State: closed - Opened by PanSashko 2 months ago
- 1 comment
Labels: bug
#21404 - fix IB in fifoToOwnedArrayList
Pull Request -
State: closed - Opened by matklad 2 months ago
- 3 comments
#21403 - fix(fmt): proper comment indentation following else, orelse, and catch
Pull Request -
State: closed - Opened by WillLillis 2 months ago
- 1 comment
#21402 - Tier 1 support for s390x-linux
Issue -
State: open - Opened by nektro 2 months ago
- 1 comment
Labels: arch-s390x
#21401 - Zero-bit types allowed in too many extern positions
Issue -
State: open - Opened by wooster0 2 months ago
- 3 comments
Labels: bug, frontend
#21400 - Audit isPowerOfTwo in Sema and LLVM
Pull Request -
State: closed - Opened by wooster0 2 months ago
- 2 comments
#21399 - Inline slices
Issue -
State: closed - Opened by Jarred-Sumner 2 months ago
- 6 comments
Labels: proposal
#21398 - Faster AST Construction
Pull Request -
State: closed - Opened by RetroDev256 2 months ago
- 2 comments
#21396 - while(true) getting removed when building for release mode (?)
Issue -
State: closed - Opened by AlphaTechnolog 2 months ago
- 6 comments
Labels: bug
#21395 - Package.Fetch: add another non-standard Content-Type
Pull Request -
State: closed - Opened by mlugg 2 months ago
- 1 comment
#21394 - LLVM 19: Stop excluding some compiler-rt files when using the C backend.
Pull Request -
State: closed - Opened by alexrp 2 months ago
- 1 comment
#21393 - Sema: perform requested coercion when decl literal demoted to enum literal
Pull Request -
State: closed - Opened by mlugg 2 months ago
#21392 - Assigning an enum literal to a variable of type error{...} not working correctly
Issue -
State: closed - Opened by MPEngineers 2 months ago
Labels: bug
#21391 - std.http.WebSocket: Make 'upgrade: websocket' check case-insensitive
Pull Request -
State: closed - Opened by linusg 2 months ago
- 1 comment
#21390 - make decl literals work with single item pointers
Pull Request -
State: closed - Opened by xdBronch 2 months ago
- 7 comments
#21389 - Error colors in a dark terminal
Issue -
State: closed - Opened by skiz 2 months ago
- 3 comments
Labels: question
#21388 - Compiler changed my var to const when using an anonymous struct.
Issue -
State: closed - Opened by taylorh140 2 months ago
- 3 comments
Labels: question
#21387 - decl literals work through optionals but not pointers
Issue -
State: closed - Opened by xdBronch 2 months ago
- 8 comments
Labels: proposal, accepted
#21386 - std.Build: allow packages to expose arbitrary LazyPaths by name
Pull Request -
State: closed - Opened by mlugg 2 months ago
- 7 comments
Labels: zig build system, release notes
#21385 - AstGen: do not allow unlabeled `break` to exit a labeled switch
Pull Request -
State: closed - Opened by mlugg 2 months ago
#21384 - fix(multi_array_list): fix small typo
Pull Request -
State: closed - Opened by yamafaktory 2 months ago
- 2 comments
#21383 - Labeled switch documentation
Pull Request -
State: closed - Opened by LiterallyVoid 2 months ago
- 1 comment
#21382 - `start`: Rewrite arm code to work for thumb1 too.
Pull Request -
State: closed - Opened by alexrp 2 months ago
- 1 comment
#21381 - Faster Ast.zig
Pull Request -
State: closed - Opened by RetroDev256 2 months ago
- 1 comment
#21380 - Build: Add `option(LazyPath, ...)` support
Pull Request -
State: closed - Opened by InKryption 2 months ago
#21379 - thread: don't leak the thread in `spawnManager`
Pull Request -
State: closed - Opened by Rexicon226 3 months ago
#21378 - recent bootstrap regression: arm-linux-musleabihf: LLVM ERROR: Do not know how to promote this operator's result!
Issue -
State: closed - Opened by andrewrk 3 months ago
- 4 comments
Labels: arch-arm, backend-llvm, regression
#21377 - remove explicit ComplexTypeTag from switch
Pull Request -
State: closed - Opened by jjwatt 3 months ago
- 1 comment
#21376 - Linux Native build => LibCStdLibHeaderNotFound, explicit target works fine
Issue -
State: closed - Opened by JohanRimez 3 months ago
- 8 comments
Labels: bug
#21375 - langref docs for labeled switch/continue
Issue -
State: closed - Opened by andrewrk 3 months ago
Labels: enhancement, docs
#21375 - langref docs for labeled switch/continue
Issue -
State: open - Opened by andrewrk 3 months ago
Labels: enhancement, docs
#21374 - fix: error on non-exhaustive enums with zero width backing type
Pull Request -
State: open - Opened by WillLillis 3 months ago
- 2 comments
#21373 - std: Restore conventional `compareFn` behavior for `binarySearch`
Pull Request -
State: closed - Opened by jayschwa 3 months ago
- 1 comment
#21372 - Uncaught segfault in debug mode: Safety of enum fields in packed structs is circumvented by `@bitCast`
Issue -
State: open - Opened by kj4tmp 3 months ago
- 5 comments
Labels: bug
#21372 - Safety of enum fields in packed structs is circumvented by `@bitCast`
Issue -
State: open - Opened by kj4tmp 3 months ago
- 1 comment
Labels: bug
#21371 - std.zig.tokenizer: simplify line-based tokens
Pull Request -
State: closed - Opened by ianprime0509 3 months ago
#21371 - std.zig.tokenizer: simplify line-based tokens
Pull Request -
State: closed - Opened by ianprime0509 3 months ago
#21370 - rework fuzzing API to accept a function pointer parameter
Pull Request -
State: open - Opened by andrewrk 3 months ago
#21370 - rework fuzzing API to accept a function pointer parameter
Pull Request -
State: closed - Opened by andrewrk 3 months ago
#21369 - `std.ascii`: make `toLower` `toUpper` branchless
Pull Request -
State: closed - Opened by CrazyboyQCD 3 months ago
- 14 comments
#21368 - fix: disallow discard as errdefer capture
Pull Request -
State: open - Opened by WillLillis 3 months ago
#21368 - fix: disallow discard as errdefer capture
Pull Request -
State: closed - Opened by WillLillis 3 months ago
#21367 - Faster tokenizer
Pull Request -
State: closed - Opened by RetroDev256 3 months ago
- 8 comments
#21366 - std.zig.render: replace magic number `4` with `indent_delta`.
Pull Request -
State: closed - Opened by Des-Nerger 3 months ago
#21366 - std.zig.render: replace magic number `4` with `indent_delta`.
Pull Request -
State: closed - Opened by Des-Nerger 3 months ago
#21365 - Tests to remove old stage1 labeled issues
Pull Request -
State: open - Opened by RetroDev256 3 months ago
#21365 - Tests to remove old stage1 labeled issues
Pull Request -
State: open - Opened by RetroDev256 3 months ago
#21364 - add error for discarding if/while pointer capture
Pull Request -
State: closed - Opened by xdBronch 3 months ago
- 4 comments
#21363 - memory allocation after deinit results in strange behaviour
Issue -
State: closed - Opened by emar-kar 3 months ago
- 3 comments
Labels: bug
#21363 - memory allocation after deinit results in strange behaviour
Issue -
State: closed - Opened by emar-kar 3 months ago
- 3 comments
Labels: bug
#21362 - Sema: comptime field inits are not resolved
Issue -
State: closed - Opened by jacobly0 3 months ago
- 8 comments
Labels: frontend, backend-self-hosted, debug-info
#21361 - zig 0.13.0 does not build natively on i586 ppc64le
Issue -
State: open - Opened by vt-alt 3 months ago
- 1 comment
Labels: bug
#21360 - Autodoc: empty lines are being rendered after the each docstring line in the source code page
Issue -
State: closed - Opened by prajwalch 3 months ago
- 6 comments
Labels: bug, autodoc
#21360 - Autodoc: empty lines are being rendered after the each docstring line in the source code page
Issue -
State: closed - Opened by prajwalch 3 months ago
- 6 comments
Labels: bug, autodoc
#21359 - Add support for implicit linker scripts
Pull Request -
State: open - Opened by toivosnare 3 months ago
#21359 - Add support for implicit linker scripts
Pull Request -
State: open - Opened by toivosnare 3 months ago
#21358 - Autodoc: code block is rendered incorrectly
Issue -
State: closed - Opened by prajwalch 3 months ago
- 2 comments
Labels: bug, autodoc
#21358 - Autodoc: code block is rendered incorrectly
Issue -
State: closed - Opened by prajwalch 3 months ago
- 2 comments
Labels: bug, autodoc
#21357 - syntax quirks allow leaking values outside their scope, resulting in dangling pointers without pointers
Issue -
State: closed - Opened by Fri3dNstuff 3 months ago
- 1 comment
Labels: bug
#21357 - syntax quirks allow leaking values outside their scope, resulting in dangling pointers without pointers
Issue -
State: closed - Opened by Fri3dNstuff 3 months ago
- 1 comment
Labels: bug
#21356 - pointer modifier allowed on discarded `if`/`while` capture
Issue -
State: closed - Opened by xdBronch 3 months ago
Labels: bug, frontend
#21356 - pointer modifier allowed on discarded `if`/`while` capture
Issue -
State: closed - Opened by xdBronch 3 months ago
Labels: bug, frontend
#21355 - comp: `populateTestFunctions` shouldn't bubble up `AnalysisFail`
Pull Request -
State: closed - Opened by Rexicon226 3 months ago
#21355 - comp: `populateTestFunctions` shouldn't bubble up `AnalysisFail`
Pull Request -
State: closed - Opened by Rexicon226 3 months ago
#21354 - llvm: lower tagged union payload as byte array
Pull Request -
State: open - Opened by mlugg 3 months ago
- 2 comments
#21354 - llvm: lower tagged union payload as byte array
Pull Request -
State: open - Opened by mlugg 3 months ago
- 2 comments
#21353 - comptime call of extern function in automatically translated C code
Issue -
State: open - Opened by slattman3000 3 months ago
- 6 comments
Labels: bug, translate-c
#21353 - comptime call of extern function in automatically translated C code
Issue -
State: open - Opened by slattman3000 3 months ago
- 6 comments
Labels: bug, translate-c
#21352 - Segmentation fault in compiler
Issue -
State: closed - Opened by RetroDev256 3 months ago
- 2 comments
Labels: bug, frontend
#21352 - Segmentation fault in compiler
Issue -
State: closed - Opened by RetroDev256 3 months ago
- 2 comments
Labels: bug, frontend
#21351 - `zig build --help` should help with `build`, not build then help
Issue -
State: closed - Opened by mnemnion 3 months ago
- 8 comments
#21351 - `zig build --help` should help with `build`, not build then help
Issue -
State: closed - Opened by mnemnion 3 months ago
- 8 comments
#21350 - llvm backend fails to build multiple var args behavior tests on s390x-linux
Issue -
State: open - Opened by nektro 3 months ago
- 1 comment
Labels: bug, upstream, arch-s390x
#21350 - llvm backend fails to build multiple var args behavior tests on s390x-linux
Issue -
State: open - Opened by nektro 3 months ago
- 1 comment
Labels: bug, upstream, arch-s390x
#21349 - sema: make `@errorCast` into an IES resolve it
Pull Request -
State: open - Opened by Rexicon226 3 months ago
#21349 - sema: make `@errorCast` into an IES resolve it
Pull Request -
State: open - Opened by Rexicon226 3 months ago
#21348 - stdlib: base64 stream decoder
Pull Request -
State: open - Opened by Arwalk 3 months ago
#21348 - stdlib: base64 stream decoder
Pull Request -
State: open - Opened by Arwalk 3 months ago
#21347 - std.posix: Rewriting enums to seperate clock IDs for clock_gettime() and timerfd_create()
Pull Request -
State: open - Opened by chrboesch 3 months ago
- 8 comments
#21346 - Test names with spaces don't properly get wrapped in `@""` in type names
Issue -
State: closed - Opened by NicoElbers 3 months ago
- 3 comments
Labels: bug, frontend
#21346 - Test names with spaces don't properly get wrapped in `@""` in type names
Issue -
State: closed - Opened by NicoElbers 3 months ago
- 3 comments
Labels: bug, frontend
#21345 - Proposal: give functions with inferred error sets a more sane type name
Issue -
State: open - Opened by NicoElbers 3 months ago
- 2 comments
Labels: proposal