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.zig
Age
Commit message (
Expand
)
Author
2025-09-08
fix linker code writing undefined memory to the output file
Andrew Kelley
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-28
link.MachO: code sig size grows when emitting it
Andrew Kelley
2025-08-28
32-bit fixes
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-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-21
std.fs.File: delete writeFileAll and friends
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
compiler: update 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
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-06-12
compiler: get most backends compiling again
mlugg
2025-06-12
link: divorce LLD from the self-hosted linkers
mlugg
2025-06-12
compiler: slightly untangle LLVM from the linkers
mlugg
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-03
link+macho+fuzz: use correct input type
tjog
2025-04-11
Introduce libzigc for libc function implementations in Zig.
Alex Rønne Petersen
2025-03-02
link: fixed bugs uncovered by changing the cache mode
Jacob Young
2025-03-02
link: make sure MachO closes the damn files
mlugg
2025-02-25
move libubsan to `lib/` and integrate it into `-fubsan-rt`
David Rubin
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
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-15
link.MachO: fix error reporting in flushModule
Andrew Kelley
2025-01-15
wasm linker: fix crashes when parsing compiler_rt
Andrew Kelley
2025-01-15
compiler: add type safety for export indices
Andrew Kelley
2025-01-15
elf linker: conform to explicit error sets
Andrew Kelley
2025-01-15
macho linker conforms to explicit error sets, again
Andrew Kelley
2025-01-15
macho linker: conform to explicit error sets
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-05
link: new incremental line number update API
mlugg
2024-12-03
std.Target: Remove Os.Tag.bridgeos.
Alex Rønne Petersen
2024-11-28
link.MachO: Don't try to get a semver value for bridgeos.
Alex Rønne Petersen
2024-10-23
link.MachO: fix missing input classification
Andrew Kelley
2024-10-23
fix MachO linking regression
Andrew Kelley
2024-10-23
rework linker inputs
Andrew Kelley
2024-10-23
link.MachO: remove buggy multi-threading
Andrew Kelley
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley
2024-10-11
link: consolidate diagnostics
Andrew Kelley
2024-10-10
link: fix false positive crtbegin/crtend detection
Andrew Kelley
2024-10-09
macho: report special symbols if undefined
Jakub Konka
2024-10-08
link.Elf: avoid converting rpath data in flush()
Andrew Kelley
[next]