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
/
Dylib.zig
Age
Commit message (
Expand
)
Author
4 days
link: update to new file system APIs
Andrew Kelley
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-20
std.debug: split up Mach-O debug info handling
Matthew Lugg
2025-11-14
link.MachO.Dylib: allow maccatalyst output to link macos libraries in TBDs
Alex Rønne Petersen
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-29
std.Io: delete CountingReader
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-07
MachO: revert unfinished changes
Andrew Kelley
2025-07-07
MachO: update to new std.io APIs
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-08-23
link: Rename InvalidCpuArch error to InvalidMachineType.
Alex Rønne Petersen
2024-07-23
macho: use pread syscall when loading tapi file
Jakub Konka
2024-07-22
macho: cache string len
Jakub Konka
2024-07-22
macho: redo input file parsing in prep for multithreading
Jakub Konka
2024-07-18
macho: fix compile errors
Jakub Konka
2024-07-18
macho: migrate InternalObject and Dylib
Jakub Konka
2024-06-23
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-05-09
link/macho: add support for VisionOS
Jakub Konka
2024-03-13
macos: add tbd-v3 zippered support
Michael Dusan
2024-03-13
macho: log.debug dylib path
Michael Dusan
2024-02-05
macho: add <cpu_arch>-macosx to target strings as a fallback target
Jakub Konka
2024-01-30
macho: fix parsing versions from TBDs if parsed as floats
Jakub Konka
2024-01-30
macho: improve weak-ref symbols handling
Jakub Konka
2024-01-29
macho: re-enable dSYM but don't write anything to it yet
Jakub Konka
2024-01-28
macho: do not allocate input files in full
Jakub Konka
2024-01-24
macho: fix 32bit compilation issues
Jakub Konka
2024-01-24
macho: do not enforce platform check for now
Jakub Konka
2024-01-24
macho: resolve symbols and mark files live
Jakub Konka
2024-01-24
macho: parse tbds
Jakub Konka
2024-01-24
macho: parse dylibs
Jakub Konka
2024-01-24
macho: create scaffolding for parsing different input objects
Jakub Konka
2024-01-24
macho: parse an input object file!
Jakub Konka
2024-01-24
macho: get the ball rolling!
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-08-30
macho: refactor resolving and parsing dependent dylibs
Jakub Konka
2023-08-29
macho: handle mismatched and missing platform errors
Jakub Konka
2023-08-29
macho: parse platform info from each object file into Platform struct
Jakub Konka
2023-08-29
macho: create an explicit error set for parse functions
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-07-26
macho: fix matching target triples for TBDv3
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-07
macho: ensure local syms buffer is nlist_64 aligned when re-reading from file
Jakub Konka
[next]