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
/
Archive.zig
Age
Commit message (
Expand
)
Author
2023-08-30
macho: remove obsolete error.FailedToResolveRelocationTarget
Jakub Konka
2023-08-29
macho: merge Zld state with MachO state
Jakub Konka
2023-08-29
macho: simplify input file parsing for both drivers
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2022-10-22
macho: revert changes to file descriptors mgmt
Jakub Konka
2022-10-22
macho: upstream rewritten traditional linker, zld
Jakub Konka
2022-09-07
macho+wasm: unify and clean up closing file handles
Jakub Konka
2022-08-03
macho: sync with zld
Jakub Konka
2022-07-25
macho: fix memory leak and refactor Target usage
Jakub Konka
2022-04-15
stage2 macho: workaround stage2 bugs
Veikka Tuominen
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-13
macho: redo relocation handling and lazy bind globals
Jakub Konka
2021-08-11
macho: move parsing logic for Object, Archive and Dylib into MachO
Jakub Konka
2021-08-10
macho: fix parsing target string when linking against tbds
Jakub Konka
2021-08-01
macho: cleanup extracting objects from archives
Jakub Konka
2021-08-01
macho: don't allocate Dylib on the heap
Jakub Konka
2021-08-01
macho: don't allocate Archives on the heap
Jakub Konka
2021-08-01
macho: don't allocate Objects on the heap
Jakub Konka
2021-08-01
macho: don't store allocator in Archive
Jakub Konka
2021-08-01
macho: don't store allocator in Object
Jakub Konka
2021-07-15
zld: add Symbol.Stab and move nlist creation logic there
Jakub Konka
2021-06-29
Add fat/universal archive support to zig ld
Tom Maenan Read Cutting
2021-06-24
zld: naively parse all dylib deps in stubs
Jakub Konka
2021-06-24
zld: introduce Stub.zig which represents parsed stub file
Jakub Konka
2021-06-24
zld: parse lib stubs as tbds on the linker line
Jakub Konka
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-06-03
zld: fix the linker for 32bit comp targets
Jakub Konka
2021-05-22
zld: permit system static libs
Jakub Konka
2021-05-06
zld: sort tlv offsets by source address
Jakub Konka
2021-04-24
zld: add temp debug info fix by setting mtime=0
Jakub Konka
2021-04-13
zld: save locals per TU
Jakub Konka
2021-04-13
zld: fix parsing debug info
Jakub Konka
2021-04-13
zld: add prelim support for locals
Jakub Konka
2021-04-13
zld: refactor object and archive parsing
Jakub Konka
2021-04-13
zld: redo symbol resolution in objects
Jakub Konka
2021-03-25
zld: parse archive's table of contents
Jakub Konka
2021-03-19
zld: fix parsing archive/object name from header
Jakub Konka
2021-03-17
zld: fix GOT loads and indirection on x86_64
Jakub Konka
2021-03-17
zld: add/fix more issues
Jakub Konka
2021-03-17
zld: start bringing x64 up to speed
Jakub Konka
2021-03-17
macho: start upstreaming zld
Jakub Konka