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
/
ZigObject.zig
Age
Commit message (
Expand
)
Author
2024-08-10
macho: ensure we only ever put named symbols in the symtab
Jakub Konka
2024-07-30
elf: move ownership of atoms into objects
Jakub Konka
2024-07-22
macho: handle empty string in ZigObject.getString
Jakub Konka
2024-07-22
macho: cache string len
Jakub Konka
2024-07-22
macho: run more things in parallel
Jakub Konka
2024-07-18
macho: reinstate duplicate definition checking
Jakub Konka
2024-07-18
macho: fix 32bit compilation issues
Jakub Konka
2024-07-18
macho: use isec for working out getAtomData in ZigObject
Jakub Konka
2024-07-18
macho: extract testing logic for TLS into a helper
Jakub Konka
2024-07-18
macho: clean up atom+symbol creation logic in ZigObject
Jakub Konka
2024-07-18
macho: ensure we always name decls like LLVM to avoid confusion
Jakub Konka
2024-07-18
macho: do not randomly append non-incr atoms in ZigObject
Jakub Konka
2024-07-18
macho: re-enable writing out static archive with ZigObject
Jakub Konka
2024-07-18
macho: write non-incremental atoms in ZigObject
Jakub Konka
2024-07-18
macho: emit relocs for non-zig-sections in ZigObject
Jakub Konka
2024-07-18
macho: bring back relocatable mode for ZigObject
Jakub Konka
2024-07-18
macho: re-enable calculating num of relocs for ZigObject
Jakub Konka
2024-07-18
macho: adjust global creation in ZigObject to new model
Jakub Konka
2024-07-18
macho: move relocs re-resolution logic to ZigObject
Jakub Konka
2024-07-18
macho: fix symbol visibility merging logic
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: revamp how we compute dyld relocs
Jakub Konka
2024-07-13
InternPool: add and use a mutate mutex for each list
Jacob Young
2024-07-10
Zcu: cache fully qualified name on Decl
Jacob Young
2024-07-07
Zcu: pass `PerThread` to intern pool string functions
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-07-04
Zcu: store `LazySrcLoc` in error messages
mlugg
2024-07-04
Zcu: key compile errors on `AnalUnit` where appropriate
mlugg
2024-07-04
Zcu: rework exports
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-15
Zcu: rework source locations
mlugg
2024-05-23
link/macho: apply fixes to deduping logic
Jakub Konka
2024-05-23
link/macho: dedup literals in objects and internal object file
Jakub Konka
2024-04-22
link/macho: introduce Atom extras for out-of-band data
Jakub Konka
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
2024-03-26
compiler: eliminate most usages of TypedValue
mlugg
2024-03-26
Zcu.Decl: remove `ty` field
mlugg
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-08
macho: couple small fixes
Jakub Konka
2024-02-08
macho: in relocatable mode, macho emit __DWARF directly
Jakub Konka
2024-02-08
macho: move Dwarf handle to ZigObject from DebugSymbols
Jakub Konka
2024-02-07
macho: fix invalid ZigObject size calculation
Jakub Konka
2024-02-07
macho: emit an archive
Jakub Konka
2024-02-07
macho: populate output archive symtab
Jakub Konka
2024-02-07
macho: read-in committed ZigObject to memory from file
Jakub Konka
2024-02-07
link: report function failures in `FuncAnalysis`
Jacob Young
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
[prev]
[next]