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
/
lib
/
std
/
pie.zig
Age
Commit message (
Expand
)
Author
2025-11-14
std.pie: add missing clobbers on alpha and sparc
Alex Rønne Petersen
2025-11-10
std.pie: add kvx support
Alex Rønne Petersen
2025-10-23
std.pie: add sh support
Alex Rønne Petersen
2025-10-23
std.pie: add microblaze support
Alex Rønne Petersen
2025-10-23
std.pie: add alpha support
Alex Rønne Petersen
2025-10-23
std.Target: add arceb and xtensaeb Cpu.Arch tags
Alex Rønne Petersen
2025-10-18
std.pie: add or1k support
Alex Rønne Petersen
2025-10-18
std.pie: fix getDynamicSymbol() for mipsn32
Alex Rønne Petersen
2025-10-18
std: make all MIPS inline asm safe for MIPS I
Alex Rønne Petersen
2025-09-22
std.pie: fix register constraint in getDynamicSymbol() for s390x (#25327)
Alex Rønne Petersen
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-16
zig fmt
Andrew Kelley
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-05-18
start: Don't artificially limit some posixCallMainAndExit() logic to Linux.
Alex Rønne Petersen