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
4 days
link: update to new file system APIs
Andrew Kelley
4 days
update all stat() to stat(io)
Andrew Kelley
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-10-10
MachO: emit absolute path in N_OSO stabs
mlugg
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-28
link.MachO: update to not use GenericWriter
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-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
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-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-22
macho: redo input file parsing in prep for multithreading
Jakub Konka
2024-07-18
macho: move unwind info records ownership to Objects
Jakub Konka
2024-04-25
fix: object size error in archive
zhylmzr
2024-03-16
macos: archive size fix
zhylmzr
2024-02-13
macho: scrap reader for preads when parsing archives
Jakub Konka
2024-02-07
macho: fix 32bit builds
Jakub Konka
2024-02-07
macho: fix writing SYMDEF symtab size
Jakub Konka
2024-02-07
macho: emit an archive
Jakub Konka
2024-02-07
macho: populate output archive symtab
Jakub Konka
2024-02-07
macho: move static lib emitting logic to relocatable.zig
Jakub Konka
2024-02-07
macho: refactor markExports, markImportsExports and claimUnresolved
Jakub Konka
2024-02-07
macho: move static lib flushing logic into Archive
Jakub Konka
2024-02-06
macho: store open file descriptors in a global array
Jakub Konka
2024-01-28
macho: do not allocate input files in full
Jakub Konka
2024-01-24
macho: parse archives
Jakub Konka
2024-01-24
macho: create scaffolding for parsing different input objects
Jakub Konka
2024-01-24
macho: copy over new implementation sources from zld
Jakub Konka
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
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
[next]