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
Group-Canceled
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
groupAwait
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-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
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
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
2025-04-26
Merge pull request #23572 from alexrp/zig-cc-static-dynamic
Alex Rønne Petersen
2025-04-26
compiler: add @memmove builtin
dweiller
2025-04-22
compiler: allow emitting tests to an object file
mlugg
2025-04-22
Merge pull request #23617 from mlugg/incr-fixes
Matthew Lugg
2025-04-21
revive nvptx linkage
Ali Cheraghi
2025-04-21
Module: ignore `xnack` and `sramecc` features on some gpu models
Ali Cheraghi
2025-04-20
compiler: integrate `@compileLog` with incremental compilation
mlugg
2025-04-20
incremental: correctly handle dead exporters
mlugg
2025-04-14
zig cc: Respect Clang's -static and -dynamic flags.
Alex Rønne Petersen
2025-04-14
compiler: MinGW-w64 import libs should not count towards any_dyn_libs.
Alex Rønne Petersen
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-04-13
link: Improve handling of --build-id when using LLD.
Alex Rønne Petersen
2025-04-12
src/libunwind.zig: Fix symbol visibility macro define
Luis Cáceres
2025-04-12
Merge pull request #23529 from alexrp/2879-groundwork
Alex Rønne Petersen
2025-04-11
Merge pull request #22516 from Jan200101/PR/build_id_option
Andrew Kelley
2025-04-11
Merge pull request #23061 from pavelverigo/stage2-wasm-misc
Andrew Kelley
[prev]
[next]