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
2024-10-11
link: consolidate diagnostics
Andrew Kelley
2024-10-10
link: fix false positive crtbegin/crtend detection
Andrew Kelley
2024-10-09
macho: report special symbols if undefined
Jakub Konka
2024-10-08
link.Elf: avoid converting rpath data in flush()
Andrew Kelley
2024-10-03
link.MachO: Add exhaustive handling for all Apple target triples.
Alex Rønne Petersen
2024-09-28
macho: increase pre-allocated vmsize for __TEXT_ZIG segment
Jakub Konka
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-29
compiler: avoid field/decl name conflicts
mlugg
2024-08-27
Dwarf: implement .eh_frame
Jacob Young
2024-08-25
macho: remove deprecated `Module` usages
David Rubin
2024-08-25
comp: rename `module` to `zcu`
David Rubin
2024-08-23
link: Rename InvalidCpuArch error to InvalidMachineType.
Alex Rønne Petersen
2024-08-22
macho: emit local symbols for thunks
Jakub Konka
2024-08-19
replace Compilation.Emit with std.Build.Cache.Path
Robin Voetter
2024-08-17
macho: update codegen and linker to distributed jump table approach
Jakub Konka
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-08-10
MachO/ZigObject: handle ref to an extern in getDeclVAddr
Jakub Konka
2024-07-27
macho: fix typo in boundary symbol tag: $stop -> $end
Jakub Konka
2024-07-23
Merge pull request #20725 from ziglang/fuzz
Andrew Kelley
2024-07-23
macho: use pread syscall when loading tapi file
Jakub Konka
2024-07-22
fix macho linker integration with libfuzzer
Andrew Kelley
2024-07-22
add libfuzzer to linking
Andrew Kelley
2024-07-22
macho: fix 32bit compilation issues
Jakub Konka
2024-07-22
macho: cache string len
Jakub Konka
2024-07-22
add more tracy hooks
Jakub Konka
2024-07-22
macho: run more things in parallel
Jakub Konka
2024-07-22
macho: remove stale code
Jakub Konka
2024-07-22
macho: parse input files in parallel
Jakub Konka
2024-07-22
macho: redo input file parsing in prep for multithreading
Jakub Konka
2024-07-20
dev: fix llvm backend checks
Jacob Young
2024-07-19
move non-libc stuff out of std.c
Andrew Kelley
2024-07-18
macho: fix emitting data-in-code entries
Jakub Konka
2024-07-18
macho: reinstate duplicate definition checking
Jakub Konka
2024-07-18
macho: fix off-by-one when populating strtab
Jakub Konka
2024-07-18
macho: fix 32bit compilation issues
Jakub Konka
2024-07-18
macho: fix unresolved symbols error reporting
Jakub Konka
2024-07-18
macho: update non-incremental section sizes for ZigObject sections
Jakub Konka
2024-07-18
macho: write non-incremental atoms in ZigObject
Jakub Konka
2024-07-18
macho: move relocs re-resolution logic to ZigObject
Jakub Konka
2024-07-18
macho: re-enable relocatable mode
Jakub Konka
2024-07-18
macho: bring back parts of r mode
Jakub Konka
2024-07-18
macho: link hello world in zig compiled with llvm
Jakub Konka
2024-07-18
macho: bring back parts of ar
Jakub Konka
2024-07-18
macho: fix compile errors
Jakub Konka
2024-07-18
macho: update ZigObject to use new ownership model
Jakub Konka
2024-07-18
macho: migrate UnwindInfo
Jakub Konka
2024-07-18
macho: migrate synthetic sections
Jakub Konka
2024-07-18
macho: migrate the MachO driver
Jakub Konka
2024-07-18
macho: migrate some of MachO driver
Jakub Konka
[prev]
[next]