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
/
thunks.zig
Age
Commit message (
Expand
)
Author
2024-08-29
compiler: avoid field/decl name conflicts
mlugg
2024-08-22
macho: emit local symbols for thunks
Jakub Konka
2024-07-22
macho: run more things in parallel
Jakub Konka
2024-07-18
macho: fix compile errors
Jakub Konka
2024-07-18
macho: migrate Relocation struct
Jakub Konka
2024-04-22
link/macho: introduce Atom extras for out-of-band data
Jakub Konka
2024-04-20
link/elf: implement string merging
Jakub Konka
2024-03-08
link: refactor common aarch64 helpers
Jakub Konka
2024-02-21
link: introduce common set of aarch64 abstractions
Jakub Konka
2024-02-03
macho: migrate thunks to use new relative addressing mechanism
Jakub Konka
2024-01-24
macho: sort sections; use Atom.Alignment for alignment; init segments
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
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
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: unify creating atoms
Jakub Konka
2023-08-29
macho: use TableSection for stub entries in zld driver
Jakub Konka
2023-08-29
macho: use TableSection for GOT entries in zld driver
Jakub Konka
2023-08-29
macho: unify Atom concept between drivers
Jakub Konka
2023-08-29
macho: unify Section concept across drivers
Jakub Konka
2023-08-29
macho: unify concept of SymbolWithLoc across drivers
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-04-21
macho: do not allocate atoms for stub entries
Jakub Konka
2023-03-22
macho+zld: refactor parsing of relocation target
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-20
zld: parse, synthesise and emit unwind records
Jakub Konka
2022-10-22
macho: some docs
Jakub Konka
2022-10-22
macho: refactor dead code stripping conditions
Jakub Konka
2022-10-22
macho: upstream rewritten traditional linker, zld
Jakub Konka