index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
getAppDataDir
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
juice
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
std.Io.Threaded-groups-2
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
Age
Commit message (
Expand
)
Author
2025-06-06
CI: skip llvm backend tests in the script for testing x86 backend
Andrew Kelley
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-06
AstGen: fix name strategy bugs
mlugg
2025-06-05
std.fs.Dir.Iterator: Address a couple of alignment TODOs.
Alex Rønne Petersen
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-04
valgrind: Add riscv64-linux support.
Alex Rønne Petersen
2025-06-04
std.Build.Step.Compile: clarify step name
Andrew Kelley
2025-06-04
Merge pull request #24025 from alexrp/glibc-deduplication
Alex Rønne Petersen
2025-06-03
Merge pull request #24013 from alexrp/test-matrix
Andrew Kelley
2025-06-02
std.Build: Demote errors for exceeding max_rss to warnings.
Alex Rønne Petersen
2025-06-02
windows: Delete obsolete environment variable kernel32 wrappers and bindings
Ryan Liptak
2025-06-01
std: remove old panic handlers after zig1.wasm update
mlugg
2025-06-01
compiler: combine `@intCast` safety checks
mlugg
2025-06-01
Legalize: implement scalarization of overflow intrinsics
Jacob Young
2025-06-01
Legalize: implement scalarization of `@shuffle`
Jacob Young
2025-06-01
Legalize: implement scalarization of `@select`
Jacob Young
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-30
mingw: Remove libscrnsav(e,w) support.
Alex Rønne Petersen
2025-05-30
compiler: Use new merged header paths for glibc and NetBSD libc.
Alex Rønne Petersen
2025-05-29
std.c: Expand the definition of NetBSD's pthread_rwlock_t for more targets.
Alex Rønne Petersen
2025-05-29
std.c: Fix return type for NetBSD's __sigfillset14().
Alex Rønne Petersen
2025-05-29
std.posix.test: Fix reserved_signo() for NetBSD.
Alex Rønne Petersen
2025-05-29
std.c: Fix sigrtmin()/sigrtmax() for FreeBSD and NetBSD.
Alex Rønne Petersen
2025-05-28
x86_64: implement integer `@reduce(.Max)`
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Min)`
Jacob Young
2025-05-28
x86_64: implement optimized float `@reduce(.Mul)`
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Add)`
Jacob Young
2025-05-28
x86_64: rewrite bitwise `@reduce`
Jacob Young
2025-05-28
debug: disable fp-based frame unwinding when fp is omitted
Jacob Young
2025-05-27
compiler: tlv pointers are not comptime-known
mlugg
2025-05-25
Merge pull request #23986 from mlugg/incremental-stuff
Matthew Lugg
2025-05-25
Merge pull request #23815 from alichraghi/master
Robin Voetter
2025-05-25
compiler: introduce incremental debug server
mlugg
2025-05-24
std.zig.LibCDirs: fix wasi-libc support
KNnut
2025-05-24
std.log: fix example
Felix Rabe
2025-05-22
std.Build: resolved generated paths are cwd-relative
mlugg
2025-05-22
Add EVFILT_USER and friends for OpenBSD
Evan Silberman
2025-05-21
target: auto-generated spirv features
Ali Cheraghi
2025-05-21
Merge pull request #23946 from mlugg/build-step-run-cwd
Matthew Lugg
2025-05-21
spirv: error when execution mode is set more than once
Ali Cheraghi
2025-05-21
spirv: write error value in an storage buffer
Ali Cheraghi
2025-05-21
std.zig.target: Remove thumb-freebsd-eabihf.
Alex Rønne Petersen
2025-05-21
std.Build.Step.Run: inherit build runner cwd
mlugg
2025-05-21
libc: implement common `abs` for various integer sizes (#23893)
David
2025-05-20
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen
2025-05-20
Merge pull request #23923 from alexrp/compiler-rt-symbols
Alex Rønne Petersen
2025-05-20
Merge pull request #23913 from alexrp/netbsd-libc
Alex Rønne Petersen
2025-05-20
Merge pull request #23836 from mlugg/incr-fixes
Matthew Lugg
2025-05-19
std.leb128: Disable two tests on x86-linux-musl with dynamic linkage.
Alex Rønne Petersen
2025-05-18
Merge pull request #23834 from jacobly0/x86_64-rewrite
Andrew Kelley
[next]