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
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
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
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
/
src
Age
Commit message (
Expand
)
Author
2025-05-10
compiler: Define __FreeBSD_version when targeting FreeBSD libc.
Alex Rønne Petersen
2025-05-10
libcxxabi: Pass -fPIC via module options instead of CFLAGS.
Alex Rønne Petersen
2025-05-10
compiler: Move vendored library support to `libs` subdirectory.
Alex Rønne Petersen
2025-05-10
Introduce common `bzero` libc implementation. (#23812)
David
2025-05-09
glibc: Fix stub libraries containing unwanted symbols.
Alex Rønne Petersen
2025-05-09
Compilation: don't warn about failure to delete missing C depfile
mlugg
2025-05-07
translate-c: fix callconv attribute in macro
xdBronch
2025-05-05
compiler: Set libc++ ABI version to 2 for Emscripten.
Alex Rønne Petersen
2025-05-05
Merge pull request #23727 from tjog/add-libfuzz-standalone-test
Alex Rønne Petersen
2025-05-04
fix system library lookup when cross-compiling to windows-msvc
Xavier Bouchoux
2025-05-04
Merge pull request #23752 from alexrp/static-native-glibc
Alex Rønne Petersen
2025-05-03
Merge pull request #23263 from mlugg/comptime-field-ptr
Matthew Lugg
2025-05-03
compiler: fix comptime memory store bugs
mlugg
2025-05-03
link+macho+fuzz: use correct input type
tjog
2025-05-03
std.Target: Add Cpu.Arch.or1k and basic target info.
Alex Rønne Petersen
2025-05-03
compiler: Link libunwind when linking glibc statically.
Alex Rønne Petersen
2025-05-03
compiler: Allow linking native glibc statically.
Alex Rønne Petersen
2025-05-03
compiler: Rename misleading libcNeedsLibUnwind() function.
Alex Rønne Petersen
2025-05-02
inline assembly: implement gcc's "%=" syntax
samy007
2025-05-01
wasm-c-abi: llvm fix struct handling + reorganize
Pavel Verigo
2025-04-30
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann
2025-04-30
posix: remove empty_sigset
Pat Tullmann
2025-04-30
Merge pull request #23654 from alichraghi/continue
Robin Voetter
2025-04-28
Merge pull request #23708 from ziglang/memmove-followups
Andrew Kelley
2025-04-28
Sema: fix a few indexing bugs
mlugg
2025-04-28
sema: do checked cast when resolving aggregate size
dweiller
2025-04-28
wasi-libc: Fix paths to psignal.c and strsignal.c.
Alex Rønne Petersen
2025-04-28
Compilation: don't build `compiler_rt` for `amdgcn` and `ubsan_rt` for ptx
Ali Cheraghi
2025-04-28
spirv: allow `offset_and_cast` for vectors when possible
Ali Cheraghi
2025-04-27
C backend: less branching
Andrew Kelley
2025-04-27
make `@memcpy` and `@memmove` share panic handlers
Andrew Kelley
2025-04-28
Merge pull request #23698 from alexrp/goff-xcoff-stubs
Alex Rønne Petersen
2025-04-28
Sema: fix memcpy with C pointers
xdBronch
2025-04-28
cbe: aggregate assignment does not need a second cast
mlugg
2025-04-28
Merge pull request #23663 from alexrp/emit-asm-only
Alex Rønne Petersen
2025-04-28
cbe: assignment is not initialization
Jacob Young
2025-04-28
Sema: fix alignment of runtime field pointer of underaligned tuple
mlugg
2025-04-28
Sema: fix pointers to comptime fields of comptime-known aggregate pointers
mlugg
2025-04-27
Sema: Fix some ptr alignment checks to handle a potential ISA tag bit.
Alex Rønne Petersen
2025-04-28
std.Target: Remove Os.Tag.elfiamcu.
Alex Rønne Petersen
2025-04-27
Merge pull request #22605 from dweiller/memmove
Andrew Kelley
2025-04-27
compiler: Fix `-m<os>-version-min=...` ordering
Kevin Primm
2025-04-27
compiler: Reject using LLVM for csky and xtensa.
Alex Rønne Petersen
2025-04-27
compiler: Error if the user targets arc with -femit-bin.
Alex Rønne Petersen
2025-04-27
link.Elf: Skip invoking LLD for `zig build-obj` for unsupported targets.
Alex Rønne Petersen
2025-04-27
std.Build.Cache: fix several bugs
mlugg
2025-04-27
llvm: Fix data layout string for s390x-zos.
Alex Rønne Petersen
2025-04-27
link: Stub out GOFF/XCOFF linker code based on LLVM.
Alex Rønne Petersen
2025-04-26
compiler: Allow configuring UBSan mode at the module level.
Alex Rønne Petersen
2025-04-26
std.Target: Remove Abi.gnuilp32.
Alex Rønne Petersen
[next]