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
/
test
/
link
/
macho.zig
Age
Commit message (
Expand
)
Author
2025-11-05
zig fmt: fix extra whitespace in StructInit with multiline strings
skewb1k
2025-10-11
test: disable test-link macho on FreeBSD
Alex Rønne Petersen
2025-07-26
Migrate from deprecated `Step.Compile` APIs
Carl Åstholm
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-12
test-link: correct expected object file name
mlugg
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-22
zig build fmt
Andrew Kelley
2025-02-22
link.MachO: Add support for the -x flag (discard local symbols).
Alex Rønne Petersen
2024-12-18
compiler: disallow `callconv` etc from depending on function parameters
mlugg
2024-10-09
test/link/macho: test reporting undefined special symbols
Jakub Konka
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2024-08-22
test/macho: simplify testing range extension thunks
Jakub Konka
2024-07-28
macho: test section$end$ boundary symbol handling
Jakub Konka
2024-07-18
macho: reinstate duplicate definition checking
Jakub Konka
2024-07-18
macho: ensure we always name decls like LLVM to avoid confusion
Jakub Konka
2024-07-18
macho: fix unresolved symbols error reporting
Jakub Konka
2024-07-18
macho: test TLS in Zig with x86_64 backend
Jakub Konka
2024-06-13
Change deprecated b.host to b.graph.host in tests and Zig's build.zig
Krzysztof Wolicki
2024-05-24
test/link/macho: add symbol stabs smoke test
Jakub Konka
2024-05-23
link/macho: fix 32bit build
Jakub Konka
2024-05-23
test/link/macho: test merge literals on x86_64
Jakub Konka
2024-05-23
test/link/macho: clean up merge literals tests on aarch64
Jakub Konka
2024-05-23
link/macho: test merging literals targeting ObjC
Jakub Konka
2024-05-23
link/macho: apply fixes to deduping logic
Jakub Konka
2024-05-22
test/link: actually run tests requiring symlinks on non-Win
Jakub Konka
2024-04-11
remove deprecated LazyPath.path union tag
Andrew Kelley
2024-03-15
macho: fix a sad typo in calculating the address of a TLV pointer
Jakub Konka
2024-03-12
test/link/macho: remove redundant 'macho-' prefix from case names
Jakub Konka
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-02-09
Merge pull request #18875 from ziglang/macho-zo-dwarf
Jakub Konka
2024-02-09
test.link.macho: fix for non-x86 and arm architectures
Tristan Ross
2024-02-09
macho: align memory size with file size when emitting relocatable
Jakub Konka
2024-02-08
test/link/macho: more self-hosted tests
Jakub Konka
2024-02-08
test/link/macho: -fstrip is no longer needed for self-hosted
Jakub Konka
2024-02-03
test/link/macho: test for signals only when running on the host
Jakub Konka
2024-02-03
test/link/macho: add some smoke tests for self-hosted MachO
Jakub Konka
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2024-01-30
macho: fix parsing versions from TBDs if parsed as floats
Jakub Konka
2024-01-30
macho: improve weak-ref symbols handling
Jakub Konka
2024-01-24
test/link/macho: ensure we do not run testStackSize on foreign host
Jakub Konka
2024-01-24
test/link/macho: migrate all tests to the new test matrix
Jakub Konka
2024-01-24
test/link/macho: upgrade tbdv3 test
Jakub Konka
2024-01-24
test/link/macho: upgrade unwind info tests
Jakub Konka
2024-01-24
test/link/macho: test stacksize option
Jakub Konka
2024-01-24
test/link/macho: upgrade search strategy test
Jakub Konka
2024-01-24
test/link/macho: test re-exports in zig
Jakub Konka
2024-01-24
test/link/macho: test pagezero size
Jakub Konka
2024-01-24
test/link/macho: revert testing objc msgsend stubs - no way of enabling in clang
Jakub Konka
2024-01-24
test/link/macho: test objc msgsend selector stubs
Jakub Konka
[next]