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-11-06
llvm: add extra clobbers to valgrind requests
David Rubin
2025-11-06
llvm: clobber `rdx` instead of `edx` for x86-64 valgrind request
David Rubin
2025-11-04
x86_64: implement split vector stores
Jacob Young
2025-11-04
codegen: fix tuple padding
Jacob Young
2025-11-04
Fixing SPIR-V header generator magic + Adding Zig compiler version to SPIR-V ...
kbz_8
2025-11-01
cbe: fix more MIPS register names in inline assembly
Bingwu Zhang
2025-10-30
Merge pull request #25558 from jacobly0/elfv2-load-obj
Jacob Young
2025-10-30
aarch64: fix macho external references
Jacob Young
2025-10-30
aarch64: implement optional comparisons
Jacob Young
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-29
x86_64: add `lret` encoding
Jacob Young
2025-10-29
x86_64: continue hacking around unimplemented linker logic
Jacob Young
2025-10-29
x86_64: fix encoding for out with an immediate port
Jacob Young
2025-10-29
Elf: fix alignment of merge subsections
Jacob Young
2025-10-29
Elf2: start implementing dynamic linking
Jacob Young
2025-10-29
Elf2: simplify archive loading
Jacob Young
2025-10-29
Elf2: load archives
Jacob Young
2025-10-29
Elf2: load relocations from input objects
Jacob Young
2025-10-29
Elf2: start implementing input object loading
Jacob Young
2025-10-29
Merge pull request #25592 from ziglang/init-std.Io
Andrew Kelley
2025-10-29
remove all IBM AIX and z/OS support
Alex Rønne Petersen
2025-10-29
link: move the windows kernel bug workaround to Io implementation
Andrew Kelley
2025-10-29
wasm linking: handle unreachable call_indirect
Andrew Kelley
2025-10-29
compiler: upgrade unit tests to new API
Andrew Kelley
2025-10-29
std: move DNS record enum to a better namespace
Andrew Kelley
2025-10-29
compiler: update for introduction of std.Io
Andrew Kelley
2025-10-29
coff linker: don't check the time
Andrew Kelley
2025-10-29
progress towards compiler building again
Andrew Kelley
2025-10-29
std.zig.system: upgrade to std.Io.Reader
Andrew Kelley
2025-10-29
Elf2: set ELFOSABI_OPENBSD for openbsd
Alex Rønne Petersen
2025-10-29
Elf2: set ELFOSABI_FREEBSD for ps4
Alex Rønne Petersen
2025-10-29
Zcu: use shortest reference trace
Matthew Lugg
2025-10-28
spirv: fix airWorkGroupSize to use workgroup_size builtin
Cooksey99
2025-10-28
Merge pull request #25691 from GasInfinity-Forks/x86_16-gcc
Alex Rønne Petersen
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-10-27
feat: init x86_16 arch via CBE
GasInfinity
2025-10-26
Compilation: define __illumos__ for C/C++ when targeting illumos
Alex Rønne Petersen
2025-10-26
Merge pull request #25700 from alexrp/solaris-illumos-stuff
Alex Rønne Petersen
2025-10-25
compiler: avoid using self-hosted backend on x86_64-solaris/illumos
Alex Rønne Petersen
2025-10-25
llvm: remove some workarounds in loadTruncate()
Alex Rønne Petersen
2025-10-23
Merge pull request #25640 from alexrp/std-target-more-arches
Alex Rønne Petersen
2025-10-23
std.builtin: move AddressSpace.Context to std.Target.AddressSpaceContext
Alex Rønne Petersen
2025-10-23
std.builtin: add CallingConvention.sh_interrupt
Alex Rønne Petersen
2025-10-23
std.builtin: add CallingConvention.microblaze_interrupt
Alex Rønne Petersen
2025-10-23
std.builtin: add CallingConvention.msp430_interrupt
Alex Rønne Petersen
2025-10-23
std.builtin: add CallingConvention.x86_64_x32
Alex Rønne Petersen
2025-10-23
std.Target: add tags and info for alpha, hppa, microblaze, sh
Alex Rønne Petersen
2025-10-23
std.Target: add arceb and xtensaeb Cpu.Arch tags
Alex Rønne Petersen
2025-10-23
Zcu: simplify atomicPtrAlignment()
Alex Rønne Petersen
2025-10-23
spir-v: Fix .storage_buffer pointer indexing
jonascloud
[next]