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-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
2025-04-11
Value: ensure that extern structs have their layout resolved in ptrField
kcbanner
2025-04-11
Introduce libzigc for libc function implementations in Zig.
Alex Rønne Petersen
2025-04-11
x86_64: pass exact integer bit sizes to compiler-rt routines
Jacob Young
2025-04-11
compiler: Move int size/alignment functions to std.Target and std.zig.target.
Alex Rønne Petersen
2025-04-11
std.Target: Rename charSignedness() to cCharSignedness().
Alex Rønne Petersen
2025-04-11
Merge pull request #23355 from jacobly0/x86_64-rewrite
Jacob Young
2025-04-11
compiler: Add hexagon-linux-musl support.
Alex Rønne Petersen
2025-04-11
tsan: Rename lib/tsan to lib/libtsan.
Alex Rønne Petersen
2025-04-10
Compilation: Pass `-m<os>-version-min=...` to Clang for all applicable Darwin...
Alex Rønne Petersen
2025-04-10
x86_64: fix `error_set_has_value` of inferred error sets
Jacob Young
2025-04-10
AstGen: redistribute inline asm limits
Jacob Young
2025-04-10
x86_64: add avx512 registers
Jacob Young
2025-04-10
x86_64: support rip-relative addressing to labels in inline asm
Jacob Young
2025-04-10
x86_64: remove broken const value tracking
Jacob Young
2025-04-09
x86_64: fix switch on big ints
Jacob Young
2025-04-09
x86_64: rewrite scalar `@mulWithOverflow`
Jacob Young
2025-04-09
x86_64: rewrite scalar `@subWithOverflow`
Jacob Young
[prev]
[next]