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
2023-08-29
darwin: move inference of SDK version into the linker
Jakub Konka
2023-08-21
frontend: directly pass resolved frameworks container to the linker
Jakub Konka
2023-08-20
frontend: move framework path resolution from the linker to frontend
Jakub Konka
2023-08-20
macho: we no longer need to resolve framework dirs against sysroot
Jakub Konka
2023-08-16
macho: tie FDEs and unwind records to all symbol aliases
Jakub Konka
2023-08-03
zig libc: restore functionality on macOS
Andrew Kelley
2023-08-03
frontend: make SystemLib.path optional
Andrew Kelley
2023-08-03
MachO: put system_libs into libs not positionals
Andrew Kelley
2023-08-03
compiler: resolve library paths in the frontend
Andrew Kelley
2023-08-03
macho: set first and last atom indexes to 0 when marking section for pruning
Jakub Konka
2023-08-02
macho: track unwind/dwarf cfi records by symbol rather than atom
Jakub Konka
2023-07-26
Merge pull request #16553 from ziglang/issue-11896
Jakub Konka
2023-07-26
macho: create export trie root explicitly with Trie.init
Jakub Konka
2023-07-26
macho: fix matching target triples for TBDv3
Jakub Konka
2023-07-14
macho: fix __unwind_info sentinel entry not always being the upper bound (#16...
Casey Banner
2023-06-25
macho: add fixes to __eh_frame parsing emitted by Nix C++ compiler
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-21
macho: do not skip scanning relocs if the sym is non-extern
Jakub Konka
2023-06-21
Merge pull request #16097 from ziglang/macho-faster-uuid
Jakub Konka
2023-06-20
macho: fix 32bit compilation issues
Jakub Konka
2023-06-19
macho: exclude code signature padding from uuid calculation
Jakub Konka
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
macho: clean up hasher interface
Jakub Konka
2023-06-19
macho: calculate UUID chunk size based on available thread count
Jakub Konka
2023-06-19
macho: hash the entire file contents for UUID but calc in parallel
Jakub Konka
2023-06-19
macho: extract parallel hasher into a generic helper struct
Jakub Konka
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-30
zig ld: handle `--library :path/to/lib.so`
Motiejus Jakštys
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-11
fix incorrect use of mutable pointers to temporary values
Veikka Tuominen
2023-04-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-26
macho: invalidate GOT/stub relocs after segment shift in memory
Jakub Konka
2023-04-21
macho: skip GOT for TLVs; handle them separately when lowering
Jakub Konka
2023-04-21
macho: do not allocate atoms for stub entries
Jakub Konka
2023-04-21
macho: use generic TableSection for GOT mgmt
Jakub Konka
2023-04-13
macho: reference TLV thunks via GOT table
Jakub Konka
2023-04-13
macho: emit TLV pointers and variables
Jakub Konka
2023-04-13
macho: refactor common logic between synthetic tables
Jakub Konka
2023-04-13
macho: add machinery for emitting TLV refs
Jakub Konka
2023-04-13
macho: refactor relocation type in incremental linker
Jakub Konka
2023-04-05
macho: reapply relocation dirtying logic from coff linker
Jakub Konka
2023-04-04
macho+zld: refactor how we resolve dyld_stub_binder symbol
Jakub Konka
2023-04-03
macho+coff: remove alignment from Atom as it is unused
Jakub Konka
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-04-01
macho: do not assume entrypoint is defined
Jakub Konka
[prev]
[next]