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.zig
Age
Commit message (
Expand
)
Author
2023-03-03
codegen: move gen logic for typed values, consts and decl ref to common codegen
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-02-01
link: fix pointer invalidation issues in Elf, MachO and Coff
Jakub Konka
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-01-31
link: make Coff atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make Elf atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make MachO atoms fully owned by the linker
Jakub Konka
2023-01-26
coff: migrate to new non-allocateDeclIndexes API
Jakub Konka
2023-01-26
elf: migrate to new non-allocateDeclIndexes API
Jakub Konka
2023-01-26
macho: completely remove allocateDeclIndexes in favor of linker tracking
Jakub Konka
2023-01-25
self-hosted: rename codegen Result.appended to Result.ok
Jakub Konka
2023-01-25
self-hosted: remove unused `externally_managed` prong for Decls code
Jakub Konka
2023-01-20
macho: disable some log messages
Jakub Konka
2023-01-20
macho: use ArrayHashMap for tracking of dyld runtime metadata
Jakub Konka
2023-01-20
macho: revert ordering tweak of lazy bind pointers and add logging
Jakub Konka
2023-01-20
macho: require an exclusive lock to the Cache.Manifest
Jakub Konka
2023-01-19
macho: fix ordering issue with lazy bind pointers
Jakub Konka
2023-01-19
macho+zld: add improved dyld opcodes emitters
Jakub Konka
2022-12-28
link: fix memory leaks
Jacob Young
2022-12-27
Merge pull request #14086 from ziglang/issue-14082
Jakub Konka
2022-12-27
macho+zld: fix 32bit build
Jakub Konka
2022-12-27
macho+zld: align to 8 and pad out strtab
Jakub Konka
2022-12-27
macho+zld: align to 8 and pad out dysymtab
Jakub Konka
2022-12-27
macho+zld: align to 8 and pad out dyld info sections
Jakub Konka
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-12-23
macho+zld: properly deinit code signature object
Jakub Konka
2022-12-23
macho+zld: write code signature padding before commiting LCs
Jakub Konka
2022-12-16
macho: calculate UUID excluding stabs and part of contributing strtab
Jakub Konka
2022-12-16
macho: store LC headers to often updated LINKEDIT sections
Jakub Konka
2022-12-16
macho: do not assume exe or dylib when flushing module
Jakub Konka
2022-12-16
macho: generalize parallel hasher; impl parallel MD5-like hash
Jakub Konka
2022-12-16
macho: dedup LC emitting logic
Jakub Konka
2022-12-09
macho: add helper for getting ptr to DebugSymbols
Jakub Konka
2022-12-09
dwarf: track source files via *const Module.File pointers
Jakub Konka
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-12-05
dwarf: reuse getDbgInfoAtom helper in all of Dwarf.zig
Jakub Konka
2022-12-04
dsym: refactor API - do not store ptr to MachO
Jakub Konka
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-09
macho: create dSYM bundle directly in the emit dir
Jakub Konka
2022-10-31
link/MachO: Avoid depending on host PATH_MAX
Cody Tapscott
2022-10-24
link: add an explicit error set for flush() and flushModule()
Andrew Kelley
2022-10-22
link.MachO: multi-thread first round of sha256 hashing
Andrew Kelley
2022-10-22
macho: fix incorrectly erroring out with multiple sym definition
Jakub Konka
2022-10-22
macho: remove unused nlist flags
Jakub Konka
2022-10-22
macho: upstream rewritten traditional linker, zld
Jakub Konka
2022-10-19
link/MachO: avoid depending on host PATH_MAX
Andrew Kelley
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-09-18
macho: cleanup how we collect dyld data in incremental linker
Jakub Konka
[next]