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
/
Elf
/
Atom.zig
Age
Commit message (
Expand
)
Author
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
link.Elf: update to not use GenericWriter
Andrew Kelley
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-09
eliminate all uses of std.io.Writer.count except for CBE
Andrew Kelley
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: update all instances of std.fmt.Formatter
Andrew Kelley
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-02-11
link.Elf: implement non-alloc `{SET,SUB}_ULEB128`
David Rubin
2025-01-16
x86_64: implement clz and not
Jacob Young
2025-01-16
x86_64: demolish the old
Jacob Young
2025-01-15
wasm linker: fix crashes when parsing compiler_rt
Andrew Kelley
2024-12-14
Elf.Atom: fix truncated dyn abs relocs
Jacob Young
2024-10-23
link.Elf: untangle parseObject and parseArchive
Andrew Kelley
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley
2024-10-11
link: consolidate diagnostics
Andrew Kelley
2024-10-09
Merge pull request #21629 from ziglang/elf-incr
Andrew Kelley
2024-10-09
link.Elf.Object.initAtoms: reduce state access and indirection
Andrew Kelley
2024-10-09
elf: change how we manage debug atoms in Dwarf linker
Jakub Konka
2024-10-09
elf: do not create atoms for section symbols that do not require it
Jakub Konka
2024-10-09
elf: add some extra logging for created dynamic relocs
Jakub Konka
2024-09-04
dwarf: make Section.off a function
Jakub Konka
2024-09-04
elf: split Atom.allocate into Atom-independent parts
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-26
elf: make Atom.allocate and related ZigObject-independent
Jakub Konka
2024-08-25
elf: simplify output section symbol tracking
Jakub Konka
2024-08-25
elf: streamline sections container
Jakub Konka
2024-08-21
elf: emit .rela.debug* sections for relocatable if required
Jakub Konka
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-15
elf: fix GOT32 reloc resolution logic
Jakub Konka
2024-08-15
riscv: do not emit GOT relocations for special linker symbols
Jakub Konka
2024-08-14
elf: re-use old atom slot for a trampoline to that atom
Jakub Konka
2024-08-13
elf: only apply zig jump table indirection to function calls (PLT32)
Jakub Konka
2024-08-13
elf: pretty print alingment when pretty printing atoms
Jakub Konka
2024-08-13
elf: make zig jump table indirection implicit via Symbol.address
Jakub Konka
2024-08-13
x86_64: emit call rel32 for near calls with linker reloc
Jakub Konka
2024-08-13
elf: rename OffsetTable to JumpTable
Jakub Konka
2024-08-13
elf: nuke ZigGotSection from existence
Jakub Konka
2024-08-13
elf: relax R_X86_64_32 into jump table indirection if zig_offset_table set
Jakub Konka
2024-08-13
elf: indirect via offset table in the linker away from backend
Jakub Konka
2024-08-07
elf: fix compile errors
Jakub Konka
2024-08-07
elf: always create symbol extra
Jakub Konka
2024-07-31
riscv: fix `.got` symbol loading
David Rubin
2024-07-30
elf: do not store merge section output section name in strings buffer
Jakub Konka
[next]