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
/
synthetic.zig
Age
Commit message (
Expand
)
Author
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-28
link.MachO: update to not use GenericWriter
Andrew Kelley
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-07
MachO: revert unfinished changes
Andrew Kelley
2025-07-07
MachO: update to new std.io APIs
Andrew Kelley
2025-02-22
link.MachO: Add support for the -x flag (discard local symbols).
Alex Rønne Petersen
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-29
compiler: avoid field/decl name conflicts
mlugg
2024-08-17
macho: update codegen and linker to distributed jump table approach
Jakub Konka
2024-07-22
macho: run more things in parallel
Jakub Konka
2024-07-18
macho: fix emitting data-in-code entries
Jakub Konka
2024-07-18
macho: link hello world in zig compiled with llvm
Jakub Konka
2024-07-18
macho: fix compile errors
Jakub Konka
2024-07-18
macho: migrate synthetic sections
Jakub Konka
2024-07-18
macho: revamp how we compute dyld relocs
Jakub Konka
2024-04-20
link/elf: implement string merging
Jakub Konka
2024-03-15
macho: fix a sad typo in calculating the address of a TLV pointer
Jakub Konka
2024-03-08
link: refactor common aarch64 helpers
Jakub Konka
2024-02-21
link: introduce common set of aarch64 abstractions
Jakub Konka
2024-01-24
macho: clean up logic for deciding if needs __stub_helper
Jakub Konka
2024-01-24
macho: add misc fixes targeting macos 11
Jakub Konka
2024-01-24
macho: reserve space for __got_zig rebase opcodes
Jakub Konka
2024-01-24
macho: again fix symbol index dereference in codegen wrt ZigObject
Jakub Konka
2024-01-24
macho: add __zig_got section implementation
Jakub Konka
2024-01-24
macho: split symbol.flags.got into needs_got and has_got
Jakub Konka
2024-01-24
macho: parse an input object file!
Jakub Konka
2024-01-24
macho: copy over new implementation sources from zld
Jakub Konka