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
/
link
/
MachO
/
dyld_info
/
bind.zig
Age
Commit message (
Expand
)
Author
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-28
update more to avoid GenericWriter
Andrew Kelley
2025-08-28
link.MachO: update to not use GenericWriter
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
MachO: revert unfinished changes
Andrew Kelley
2025-07-07
MachO: update to new std.io APIs
Andrew Kelley
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-07-22
macho: run more things in parallel
Jakub Konka
2024-07-18
macho: fix compile errors
Jakub Konka
2024-07-18
macho: handle ZigObject when calculating dyld relocs
Jakub Konka
2024-07-18
macho: revamp how we compute dyld relocs
Jakub Konka
2024-06-23
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw
2024-02-21
MachO: fix `calcLoadCommandsSize` computation
Jacob Young
2024-01-24
macho: fix 32bit compilation issues
Jakub Konka
2024-01-24
macho: actually lower TLS variables
Jakub Konka
2024-01-24
macho: write to file
Jakub Konka
2024-01-24
macho: copy over new implementation sources from zld
Jakub Konka
2023-08-29
macho: merge Zld state with MachO state
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-19
macho: fix 32bit build
Jakub Konka
2023-01-19
macho+zld: add improved dyld opcodes emitters
Jakub Konka