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
/
target.zig
Age
Commit message (
Expand
)
Author
2025-10-29
remove all IBM AIX and z/OS support
Alex Rønne Petersen
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-25
compiler: avoid using self-hosted backend on x86_64-solaris/illumos
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.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
spir-v: Fix .storage_buffer pointer indexing
jonascloud
2025-10-18
std.Target: move Cpu.supportsAddressSpace() up to here
Alex Rønne Petersen
2025-10-10
Coff: implement threadlocal variables
Jacob Young
2025-10-06
drop support for powerpc64 ELF v1
Alex Rønne Petersen
2025-10-02
Coff2: create a new linker from scratch
Jacob Young
2025-09-30
update to new std.debug changes
mlugg
2025-09-27
target: x86_64 backend can build compiler rt with coff
Jacob Young
2025-09-24
target: check for backend support for the new linker
Jacob Young
2025-09-22
Merge pull request #25324 from alexrp/freebsd
Alex Rønne Petersen
2025-09-22
compiler: don't use self-hosted backend on any BSD yet
alexrp
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-08-18
Compilation: fix compiler_rt and ubsan_rt strategy logic
mlugg
2025-08-04
Merge pull request #24629 from alexrp/android-requires-libc
Alex Rønne Petersen
2025-07-30
std.Target: pull Os.requiresLibC() up to Target
Alex Rønne Petersen
2025-07-30
compiler: disable self-hosted x86_64 backend on OpenBSD
Alex Rønne Petersen
2025-07-26
aarch64: implement some safety checks
Jacob Young
2025-07-26
aarch64: implement stack probing
Jacob Young
2025-07-24
target: Add libc link flags for serenity
Linus Groh
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-14
compiler: raise the bar for backend contributions
Andrew Kelley
2025-07-07
zig fmt
Andrew Kelley
2025-07-07
llvm: Use emulated TLS when appropriate for the target
Alex Rønne Petersen
2025-07-06
compiler: Disable self-hosted x86_64 backend on NetBSD
Alex Rønne Petersen
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-12
x86_64: remove linker references from codegen
Jacob Young
2025-06-12
spirv: make the backend compile again
mlugg
2025-06-12
wasm: get self-hosted compiling, and supporting `separate_thread`
mlugg
2025-06-12
compiler: rework backend pipeline to separate codegen and link
mlugg
2025-06-12
compiler: slightly untangle LLVM from the linkers
mlugg
2025-06-06
Compilation: enable the x86_64 backend by default for debug builds
Jacob Young
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-05
Merge pull request #24068 from alexrp/android-pic-pie
Alex Rønne Petersen
2025-06-04
valgrind: Add riscv64-linux support.
Alex Rønne Petersen
2025-06-04
zig cc: Pass -f(no-)(PIC,PIE) to Clang for *-(windows,uefi)-(gnu,cygnus).
Alex Rønne Petersen
2025-06-04
compiler: Rework PIE option logic.
Alex Rønne Petersen
2025-06-01
Legalize: replace `safety_checked_instructions`
mlugg
2025-05-31
Sema: remove `all_vector_instructions` logic
Jacob Young
2025-05-21
spirv: super basic composite int support
Ali Cheraghi
2025-05-21
spirv: write error value in an storage buffer
Ali Cheraghi
[next]