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
2021-12-10
macho: move helper functions to libstd
Jakub Konka
2021-12-08
macho: handle non-extern UNSIGNED relocs on arm64
Jakub Konka
2021-12-08
macho: do not write null symbols into undef symbols section
Jakub Konka
2021-12-05
macho: don't prealloc sections when stage1
Jakub Konka
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
macho: move nlist_64 type/flags helpers to std.macho
Jakub Konka
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-29
macho: POINTER_TO_GOT signals a need for a GOT entry
Jakub Konka
2021-11-28
macho: fix parsing addend for non-extern SIGNED_X reloc
Jakub Konka
2021-11-23
zld: resolve frameworks in BFS order
Jakub Konka
2021-11-22
zld: parse ObjC ivars and eh_types in tapi v3 and v4
Jakub Konka
2021-11-13
macho: invalidate relocs after relinking relocatables
Jakub Konka
2021-11-04
Replace ArrayList.init/ensureTotalCapacity pairs with initCapacity
Ryan Liptak
2021-11-01
Fix ensureTotalCapacity calls that should be ensureUnusedCapacity calls
Ryan Liptak
2021-11-01
Update ensureTotalCapacity to ensureTotalCapacityPrecise where it makes sense
Ryan Liptak
2021-10-22
macho: dump linker's state as JSON
Jakub Konka
2021-10-13
macho: redo relocation handling and lazy bind globals
Jakub Konka
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-24
stage2 codegen: move bit definitions to src/arch
joachimschmidt557
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-21
macho: do not write temp and noname symbols to symtab
Jakub Konka
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-16
macho: implement object relinking in stage2
Jakub Konka
2021-09-14
macho: disable splitting sections into atoms in release
Jakub Konka
2021-09-13
Merge remote-tracking branch 'origin/master' into zld-incr
Jakub Konka
2021-09-13
macho: fix incremental compilation
Jakub Konka
2021-09-11
macho: enable tracy in more places within the linker
Jakub Konka
2021-09-10
macho: rename blocks to atoms in Object.zig
Jakub Konka
2021-09-09
macho: init process of renaming TextBlock to Atom
Jakub Konka
2021-09-09
macho: don't allocate atoms when parsing objects
Jakub Konka
2021-09-08
macho: use smaller padding until we have branch islands on arm64
Jakub Konka
2021-09-07
macho: store source section address of relocs in context
Jakub Konka
2021-09-07
macho: fix commands.zig tests
Jakub Konka
2021-09-06
macho: make sure that parsed bss atoms are zero-filled
Jakub Konka
2021-09-06
macho: fix noninclusion of data-in-code
Jakub Konka
2021-09-04
macho: unfortunately, LINKEDIT commands NEED to be in order
Jakub Konka
2021-09-03
macho: dyld info subsections need to follow in strict order
Jakub Konka
2021-09-03
std.hash_map: add StringIndexAdapter and StringIndexContext
FnControlOption
2021-09-03
macho: dirty export trie when adding globals
Jakub Konka
2021-09-02
macho: implement basic section movement and reallocation
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-09-01
macho: fix condition for checking available size for an atom
Jakub Konka
2021-09-01
macho: clean up allocating atom logic
Jakub Konka
2021-09-01
macho: do not reset section's size after allocating atom
Jakub Konka
2021-08-31
macho: fix allocating sections within segment when parsing objects
Jakub Konka
2021-08-31
std.hash_map: add getKey methods (#9607)
fn ⌃ ⌥
2021-08-30
macho: add first pass at allocating parsed atoms in objects
Jakub Konka
2021-08-27
macho: remove sorting sections and refactor atom parsing in objects
Jakub Konka
2021-08-26
macho: write all atoms in flush so that we can resolve relocs
Jakub Konka
[prev]
[next]