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
/
zld.zig
Age
Commit message (
Expand
)
Author
2024-01-24
macho: copy over new implementation sources from zld
Jakub Konka
2024-01-09
Add support for `--(no-)undefined-version`
dhash
2024-01-01
link: accept the update arena in flush
Andrew Kelley
2024-01-01
move force_undefined_symbols into Compilation
Andrew Kelley
2024-01-01
compiler: push entry symbol name resolution into the linker
Andrew Kelley
2024-01-01
linker: rename intermediary_basname to zcu_object_sub_path
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
compiler: update many references to bin_file.options
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
linker: update target references
Andrew Kelley
2024-01-01
linker: update output_mode references
Andrew Kelley
2024-01-01
move a large chunk of linker logic away from "options"
Andrew Kelley
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-04
elf: redo strings management in the linker
Jakub Konka
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-30
macho: implement enough of extern handling to pass comptime export tests
Jakub Konka
2023-10-10
revert compiler_rt: no need to put it in a static library
Andrew Kelley
2023-10-10
compiler_rt: no need to put it in a static library
Andrew Kelley
2023-09-25
kubkon review changes: 2
Michael Dusan
2023-09-25
kubkon review changes: 1
Michael Dusan
2023-09-25
macos: better SDK version detection
Michael Dusan
2023-09-25
macos: discontinue redundant search/link for libc
Michael Dusan
2023-09-25
macho: add verbose args for -platform_version
Michael Dusan
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-08-31
macho: report missing libSystem/libc system libraries to the user
Jakub Konka
2023-08-30
macho: report basic __eh_frame problems as errors
Jakub Konka
2023-08-30
macho: improve error reporting for re-exports mismatch
Jakub Konka
2023-08-30
macho: refactor resolving and parsing dependent dylibs
Jakub Konka
2023-08-29
macho: simplify handling and reporting parsing errors
Jakub Konka
2023-08-29
macho: handle mismatched and missing platform errors
Jakub Konka
2023-08-29
link: remove unused darwin_sdk_version field
Jakub Konka
2023-08-29
macho: parse platform info from each object file into Platform struct
Jakub Konka
2023-08-29
macho: make MachO.requiresCodeSignature accept link.Options
Jakub Konka
2023-08-29
macho: remove MachO.requiresThunks as it is obsolete
Jakub Konka
2023-08-29
macho: create an explicit error set for parse functions
Jakub Konka
2023-08-29
macho: convert log.err when CPU arch is mismatched into actual errors
Jakub Konka
2023-08-29
macho: report symbol collision as compiler error
Jakub Konka
2023-08-29
macho: fix 32bit compilation issues
Jakub Konka
2023-08-29
macho: fix overalignment of stubs on aarch64
Jakub Konka
2023-08-29
macho: fix compilation issues
Jakub Konka
2023-08-29
macho: merge Zld state with MachO state
Jakub Konka
2023-08-29
macho: save indexes to all sections of interest
Jakub Konka
2023-08-29
macho: unify resolving globals
Jakub Konka
2023-08-29
macho: unify segment handling
Jakub Konka
2023-08-29
macho: unify writeLinkeditSegmentData func
Jakub Konka
2023-08-29
macho: unify creating atoms
Jakub Konka
2023-08-29
macho: unify allocating special symbols
Jakub Konka
2023-08-29
macho: unify writeSegmentHeaders func
Jakub Konka
2023-08-29
macho: move initSection into MachO from Zld
Jakub Konka
[next]