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
/
DwarfInfo.zig
Age
Commit message (
Expand
)
Author
2024-05-24
link/macho: fix perf bug in DWARF parsing
Jakub Konka
2024-01-28
macho: do not allocate input files in full
Jakub Konka
2024-01-24
macho: fix 32bit compilation issues
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
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-08-30
macho: remove error.UnhandledDwFormValue from link.File
Jakub Konka
2023-08-29
macho: merge Zld state with MachO state
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-03-21
macho+zld: return null rather than error on invalid AbbrevKind
Jakub Konka
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-08
macho: fix 32bit build
Jakub Konka
2022-11-08
macho: fix handling of DW_FORM_block* forms
Jakub Konka
2022-11-08
macho: fix parsing len of DW_FORM_string
Jakub Konka
2022-10-23
macho: handle majority of DW_FORM_ values for DWARF4 in the linker
Jakub Konka
2022-10-22
macho: fix 32bit build
Jakub Konka
2022-10-22
macho: upstream rewritten traditional linker, zld
Jakub Konka