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-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
2024-10-03
link.MachO: Add exhaustive handling for all Apple target triples.
Alex Rønne Petersen
2024-09-28
macho: increase pre-allocated vmsize for __TEXT_ZIG segment
Jakub Konka
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-29
compiler: avoid field/decl name conflicts
mlugg
2024-08-27
Dwarf: implement .eh_frame
Jacob Young
2024-08-25
macho: remove deprecated `Module` usages
David Rubin
2024-08-25
comp: rename `module` to `zcu`
David Rubin
2024-08-23
link: Rename InvalidCpuArch error to InvalidMachineType.
Alex Rønne Petersen
2024-08-22
macho: emit local symbols for thunks
Jakub Konka
2024-08-19
replace Compilation.Emit with std.Build.Cache.Path
Robin Voetter
2024-08-17
macho: update codegen and linker to distributed jump table approach
Jakub Konka
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-08-10
MachO/ZigObject: handle ref to an extern in getDeclVAddr
Jakub Konka
2024-07-27
macho: fix typo in boundary symbol tag: $stop -> $end
Jakub Konka
2024-07-23
Merge pull request #20725 from ziglang/fuzz
Andrew Kelley
2024-07-23
macho: use pread syscall when loading tapi file
Jakub Konka
2024-07-22
fix macho linker integration with libfuzzer
Andrew Kelley
2024-07-22
add libfuzzer to linking
Andrew Kelley
2024-07-22
macho: fix 32bit compilation issues
Jakub Konka
2024-07-22
macho: cache string len
Jakub Konka
2024-07-22
add more tracy hooks
Jakub Konka
2024-07-22
macho: run more things in parallel
Jakub Konka
2024-07-22
macho: remove stale code
Jakub Konka
[next]