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
/
DebugSymbols.zig
Age
Commit message (
Expand
)
Author
2022-09-18
macho: rewrite how we allocate space in incremental context
Jakub Konka
2022-09-09
macho: use globals free list like in COFF linker
Jakub Konka
2022-09-07
macho+wasm: unify and clean up closing file handles
Jakub Konka
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-12
macho: update __DWARF sections before and after writing out __LINKEDIT
Jakub Konka
2022-08-03
macho: do not preempt segment headers; do it when commiting to file
Jakub Konka
2022-08-03
macho: fix linking in incremental context
Jakub Konka
2022-08-03
macho: sync with zld
Jakub Konka
2022-07-22
macho: do not GC local symbols unless reference dead symbols
Jakub Konka
2022-07-22
macho: rework symbol handling for incremental stage2 builds
Jakub Konka
2022-07-22
macho: rework symbol handling to match zld/ELF
Jakub Konka
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-04-15
stage2 macho: workaround stage2 bugs
Veikka Tuominen
2022-04-13
macho,x64: resolve debug info relocs for RIP-based addressing
Jakub Konka
2022-03-27
dwarf: track type relocation state in Dwarf module
Jakub Konka
2022-03-19
Sema: implement zirSwitchCaptureElse for error sets
Veikka Tuominen
2022-03-08
dwarf: move all dwarf into standalone module
Jakub Konka
2022-03-05
macho: fix incorrect line and pc advancement
Jakub Konka
2022-03-05
macho: remove anon_struct_type which is now redundant
Jakub Konka
2022-03-05
macho: migrate to named struct for slices
Jakub Konka
2022-03-05
macho: handle optional non-ptr types in DWARF
Jakub Konka
2022-02-16
macho: handle binary updates in dSYM companion file
Jakub Konka
2022-02-14
macho: re-enable creating dSYM bundle
Jakub Konka
2022-01-25
stage2: add naive impl of pointer type in ELF
Jakub Konka
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2021-12-15
macho: put `LC_*` consts in a typed enum(u32) LC
Jakub Konka
2021-12-10
macho: move all helpers from commands.zig into std.macho
Jakub Konka
2021-12-10
macho: move helper functions to libstd
Jakub Konka
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-04
Replace ArrayList.init/ensureTotalCapacity pairs with initCapacity
Ryan Liptak
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-13
Merge remote-tracking branch 'origin/master' into zld-incr
Jakub Konka
2021-09-01
stage2: update for new usingnamespace semantics
Andrew Kelley
2021-09-01
stage2: first pass at implementing usingnamespace
Andrew Kelley
2021-08-31
macho: fix allocating sections within segment when parsing objects
Jakub Konka
2021-07-15
zld: remove StringTable abstraction
Jakub Konka
2021-07-15
zld: abstract away string table with fewer allocs
Jakub Konka
2021-07-15
zld: clean up logic for creating mach header
Jakub Konka
2021-06-24
zld+macho: populate segname from SegmentCommand when adding section
Jakub Konka
2021-06-24
zld+stage2: refactor creating segments and sections
Jakub Konka
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-16
MachO/DebugSymbols: fix debug line offset
Andrew Kelley
2021-05-16
linker: update MachO DebugSymbols to use the new line/column Decl API
Andrew Kelley
2021-05-16
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-16
macho: fix DWARF in dSYM and sym naming more consistent
Jakub Konka
2021-05-13
link/MachO: fixes to debug symbols
Andrew Kelley
2021-04-28
stage2: semaDecl properly analyzes the decl block
Andrew Kelley
[prev]
[next]