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
/
Atom.zig
Age
Commit message (
Expand
)
Author
5 days
compiler: replace thread pool with `std.Io`
Matthew Lugg
2025-09-26
compiler: move self-hosted backends from src/arch to src/codegen
Alex Rønne Petersen
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-28
32-bit fixes
Andrew Kelley
2025-08-28
link.MachO: update to not use GenericWriter
Andrew Kelley
2025-08-11
aarch64: implement more assembler instructions
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
compiler: upgrade various std.io API usage
Andrew Kelley
2025-07-07
compiler: upgrade various std.io API usage
Andrew Kelley
2025-07-07
MachO: revert unfinished changes
Andrew Kelley
2025-07-07
MachO: update to new std.io APIs
Andrew Kelley
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-02-22
zig build fmt
Andrew Kelley
2025-01-16
x86_64: implement clz and not
Jacob Young
2025-01-15
wasm linker: fix crashes when parsing compiler_rt
Andrew Kelley
2025-01-15
macho linker: conform to explicit error sets
Andrew Kelley
2024-10-11
link: consolidate diagnostics
Andrew Kelley
2024-10-09
macho: report special symbols if undefined
Jakub Konka
2024-08-29
compiler: avoid field/decl name conflicts
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-17
macho: update codegen and linker to distributed jump table approach
Jakub Konka
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
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-22
macho: redo input file parsing in prep for multithreading
Jakub Konka
2024-07-20
dev: add missing x86_64 backend checks
Jacob Young
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: pretty print relocation types in logs and errors
Jakub Konka
2024-07-18
macho: emit relocs for non-zig-sections in ZigObject
Jakub Konka
2024-07-18
macho: re-enable relocatable mode
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 Atom and Symbol
Jakub Konka
2024-07-18
macho: revamp how we compute dyld relocs
Jakub Konka
2024-07-18
macho: move unwind info records ownership to Objects
Jakub Konka
2024-05-23
link/macho: print error message when hitting unexpected remainder error
Jakub Konka
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-20
link/elf: implement string merging
Jakub Konka
2024-03-08
link: refactor common aarch64 helpers
Jakub Konka
2024-02-26
macho: fix section to segment mapping
Jakub Konka
2024-02-21
link: introduce common set of aarch64 abstractions
Jakub Konka
2024-02-06
macho: store open file descriptors in a global array
Jakub Konka
2024-02-03
macho: refactor section/segment handle tracking logic
Jakub Konka
2024-02-03
macho: migrate thunks to use new relative addressing mechanism
Jakub Konka
[next]