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
Age
Commit message (
Expand
)
Author
2022-09-09
macho: use globals free list like in COFF linker
Jakub Konka
2022-09-07
macho+wasm: unify and clean up closing file handles
Jakub Konka
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-24
Merge pull request #12574 from Vexu/remove-bit-op-type-param
Andrew Kelley
2022-08-23
macho: fix compile errors in std.debug
Jakub Konka
2022-08-23
std.debug: implement support for DWARFv5
Andrew Kelley
2022-08-22
Dwarf: Added stroffsetsptr support (#12270)
Keith Chambers
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-12
macho: update __DWARF sections before and after writing out __LINKEDIT
Jakub Konka
2022-08-10
link.MachO: use accurate alignment attribute on pointers
Andrew Kelley
2022-08-10
Revert "macho: allow unaligned offsets in object files"
Andrew Kelley
2022-08-10
macho: allow unaligned offsets in object files
Jakub Konka
2022-08-03
macho: do not preempt segment headers; do it when commiting to file
Jakub Konka
2022-08-03
macho: fix linking in incremental context
Jakub Konka
2022-08-03
macho: cleanup output section selection logic
Jakub Konka
2022-08-03
macho: update how we insert output sections
Jakub Konka
2022-08-03
macho: sync with zld
Jakub Konka
2022-07-27
std.fmt: add more invalid format string errors
r00ster91
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-25
macho: fix memory leak and refactor Target usage
Jakub Konka
2022-07-22
macho: include __StaticInit input sections as GC roots
Jakub Konka
2022-07-22
macho: dead_strip defaults: off for debug, on for release
Jakub Konka
2022-07-22
macho: move GC code into dead_strip.zig module
Jakub Konka
2022-07-22
macho: sort subsection symbols by seniority
Jakub Konka
2022-07-22
macho: do not GC local symbols unless reference dead symbols
Jakub Konka
2022-07-22
macho: parse data-in-code when writing LINKEDIT segment
Jakub Konka
2022-07-22
macho: do not store stabs; generate on-the-fly instead
Jakub Konka
2022-07-22
macho: improve logs for dyld info
Jakub Konka
2022-07-22
macho: don't store GC roots globally
Jakub Konka
2022-07-22
macho: link atom starting section by orig section id
Jakub Konka
2022-07-22
macho: rework symbol handling for incremental stage2 builds
Jakub Konka
2022-07-22
macho: fix compilation issues on 32bit hosts
Jakub Konka
2022-07-22
macho: rework symbol handling to match zld/ELF
Jakub Konka
2022-07-22
macho: remove unused fields from Atom
Jakub Konka
2022-07-22
macho: split section into subsections if requested and/or possible
Jakub Konka
2022-07-22
macho: put parsing into an atom into a helper
Jakub Konka
2022-07-22
macho: read the entire file contents into memory at once
Jakub Konka
2022-07-01
macho: implement pruning of unused segments and sections
Jakub Konka
2022-06-28
macho: annotate weak imports when linking with weak lib/framework
Jakub Konka
2022-06-28
macho: discriminate between normal and weak dylibs
Jakub Konka
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-22
Return an error when macOS ABI is not {none, simulator, macabi}
Jakub Konka
2022-05-22
Set macOS/iPhoneOS/tvOS/watchOS ABI to none (unspecified) by default
Jakub Konka
2022-05-06
link/MachO: use const instead of var and limit scope of vars
Andrew Kelley
2022-05-06
Sema: solve a false positive "depends on itself"
Andrew Kelley
2022-04-21
dwarf: clean up allocations in std.dwarf module
Jakub Konka
2022-04-15
stage2 macho: workaround stage2 bugs
Veikka Tuominen
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-13
macho,x64: resolve debug info relocs for RIP-based addressing
Jakub Konka
2022-04-01
macho: set CS_LINKER_SIGNED flag in code signature generated by zld
Jakub Konka
[next]