-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Insights: ziglang/zig
Overview
Could not load contribution data
Please try again later
11 Pull requests merged by 8 people
-
std.Progress: support progress bar escape codes
#24564 merged
Jul 26, 2025 -
std: rework zstd for new I/O API
#24559 merged
Jul 26, 2025 -
Add support for passing null, string literals, enum lists and more to
b.dependency()
#23340 merged
Jul 26, 2025 -
init: replace '--strip' with '--minimal'
#24555 merged
Jul 25, 2025 -
Make memory_grow () faster in stage1/wasm2c.c
#24570 merged
Jul 25, 2025 -
zig std: fix sources.tar generation
#24577 merged
Jul 25, 2025 -
Autodoc: fix sources.tar generation
#24576 merged
Jul 25, 2025 -
Small fixes for SerenityOS
#24561 merged
Jul 24, 2025 -
stage2-wasm: implement try_ptr + is_(non_)err_ptr
#24557 merged
Jul 24, 2025 -
std.Io.poll: update to new I/O API
#24550 merged
Jul 24, 2025
7 Pull requests opened by 5 people
-
std.process.Child: fix double path normalization in spawnWindows
#24562 opened
Jul 24, 2025 -
detect when switch on error shadows it's own switch case capture
#24574 opened
Jul 24, 2025 -
build system: print captured stdout/err on Run step failure
#24580 opened
Jul 25, 2025 -
Sema: exclude sentinel from source array length in pointer cast to slice
#24581 opened
Jul 25, 2025 -
aarch64: more progress
#24585 opened
Jul 26, 2025 -
x86_64: fix some bugs
#24587 opened
Jul 26, 2025 -
build system: replace fuzzing UI with build UI, add time report
#24588 opened
Jul 26, 2025
6 Issues closed by 5 people
-
Hello world does not compile on WSL2 on ReFS filesystem
#24586 closed
Jul 26, 2025 -
x86_64 self-hosted panic when calling extern fn passed as parameter
#24582 closed
Jul 26, 2025 -
-Wincompatible-pointer-types warnings in zig2.c when building from source [MacOs]
#24533 closed
Jul 26, 2025 -
Generated docs fail to render
#24565 closed
Jul 25, 2025 -
Proposal: Allow custom skip function in `Reader`
#22183 closed
Jul 25, 2025 -
Excess struct padding in untagged unions
#24572 closed
Jul 24, 2025
16 Issues opened by 14 people
-
Provide relavant hyperlinks from langref to std.
#24584 opened
Jul 26, 2025 -
Docs for std.Io.Writer.writeAll incorrect
#24583 opened
Jul 26, 2025 -
glibc 2.42 support
#24579 opened
Jul 25, 2025 -
Instance of manually-constructed @Type has wrongly-typed field
#24578 opened
Jul 25, 2025 -
zig objcopy: support --remove-section
#24573 opened
Jul 24, 2025 -
zig run test and linking std run fail
#24571 opened
Jul 24, 2025 -
sentinel-terminated slice has wrong length after @alignCast / coercion from array pointer
#24569 opened
Jul 24, 2025 -
zig build fails on ppc64le / CPU = power8 Fedora Core 42
#24568 opened
Jul 24, 2025 -
[zig c++] Failure to compile libjxl
#24566 opened
Jul 24, 2025 -
fail to resolve decl literal when calling orelse default
#24563 opened
Jul 24, 2025 -
libzigc for freestanding targets
#24560 opened
Jul 23, 2025 -
compiler_rt missing `__gnu_thumb1_case_shi`
#24558 opened
Jul 23, 2025 -
System Libraries Passed Before Application Objects in Linker Args
#24556 opened
Jul 23, 2025 -
spirv compiler codegen fails
#24554 opened
Jul 23, 2025 -
hello world crashes the compiler
#24553 opened
Jul 23, 2025 -
build.zig using addSystemCommand with .setStdIn() and .captureStdOut() fails
#24552 opened
Jul 23, 2025
29 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Create Parallax Propeller backend
#7202 commented on
Jul 23, 2025 • 0 new comments -
Support SerenityOS libc for cross compilation
#23879 commented on
Jul 23, 2025 • 0 new comments -
Proposal: remove per-module targets
#22285 commented on
Jul 23, 2025 • 0 new comments -
`zig fund` / `zig build fund` to help open source
#24502 commented on
Jul 23, 2025 • 0 new comments -
resurrect emit-h
#9698 commented on
Jul 24, 2025 • 0 new comments -
juicy main
#24510 commented on
Jul 25, 2025 • 0 new comments -
Tracking issue for the LLVM 21 upgrade
#23176 commented on
Jul 25, 2025 • 0 new comments -
Inline assembler with jmp + "m" will emit wrong code
#3609 commented on
Jul 25, 2025 • 0 new comments -
Wasm inline assembly miscompilation.
#13165 commented on
Jul 25, 2025 • 0 new comments -
Inline asm memory operands not properly referenced
#10367 commented on
Jul 25, 2025 • 0 new comments -
some aarch64 C ABI tests are failing
#14908 commented on
Jul 25, 2025 • 0 new comments -
macos: specifying static initializer routines in Zig explicitly
#13319 commented on
Jul 25, 2025 • 0 new comments -
Compiler generates wrong code for assigning struct fields
#16621 commented on
Jul 25, 2025 • 0 new comments -
C ABI bug with squeezing any >16 byte struct after the third following a non-struct parameter
#17898 commented on
Jul 25, 2025 • 0 new comments -
Compiler discards const stack variable declarations and generates segfaulting code
#19011 commented on
Jul 25, 2025 • 0 new comments -
Soft AEGIS-256 crashes on Raspberry Pi 4B with optimization
#18338 commented on
Jul 25, 2025 • 0 new comments -
Miscompilation with struct result from orelse
#19909 commented on
Jul 25, 2025 • 0 new comments -
`const` value changes unexpectedly
#19927 commented on
Jul 25, 2025 • 0 new comments -
runtime @unionInit of underaligned union type corrupts stack
#21343 commented on
Jul 25, 2025 • 0 new comments -
@cVaArg() segfaults when it needs to retrieve a u128 from the stack (target = x86_64-Linux)
#20417 commented on
Jul 25, 2025 • 0 new comments -
Inline assembly integer formatter implicitly converts unsigned integer to signed, then sign-extends to power of 2
#21431 commented on
Jul 25, 2025 • 0 new comments -
Stack corruption when calling C code with structs passed by value
#21783 commented on
Jul 25, 2025 • 0 new comments -
Proposal: todo
#24328 commented on
Jul 25, 2025 • 0 new comments -
`@deprecated()` builtin
#22822 commented on
Jul 26, 2025 • 0 new comments -
Panic while building bun without LLVM: "access of union field 'func' while field 'extern' is active"
#24259 commented on
Jul 26, 2025 • 0 new comments -
obscure segfault on switch statement + modulus with self hosted backend
#24541 commented on
Jul 26, 2025 • 0 new comments -
std.Build: Deprecate `Step.Compile` APIs that mutate the root module
#22587 commented on
Jul 26, 2025 • 0 new comments -
Fix: std.json: Writing inf values returns InvalidJSON error
#23258 commented on
Jul 24, 2025 • 0 new comments -
add std.atomic.Op for feature detection
#24548 commented on
Jul 25, 2025 • 0 new comments