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.zig
Age
Commit message (
Expand
)
Author
2025-02-25
move libubsan to `lib/` and integrate it into `-fubsan-rt`
David Rubin
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-01-25
link: Set machine and float ABI when invoking ld.lld and lld-link.
Alex Rønne Petersen
2025-01-15
wasm linker: fix crashes when parsing compiler_rt
Andrew Kelley
2025-01-15
fix compilation when enabling llvm
Andrew Kelley
2025-01-15
compiler: add type safety for export indices
Andrew Kelley
2025-01-15
rework error handling in the backends
Andrew Kelley
2025-01-15
elf linker: conform to explicit error sets
Andrew Kelley
2025-01-15
macho linker conforms to explicit error sets, again
Andrew Kelley
2025-01-15
remove "FIXME" from codebase
Andrew Kelley
2025-01-15
macho linker: conform to explicit error sets
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-05
Added support for thin lto
Travis Lange
2025-01-05
link: new incremental line number update API
mlugg
2024-12-31
link/Elf.zig: set stack size and build-id for dynamic libraries.
Jan200101
2024-11-24
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
Alex Rønne Petersen
2024-11-22
link: use target to determine risc-v eflag validity
David Rubin
2024-11-03
Merge pull request #21599 from alexrp/thumb-porting
Alex Rønne Petersen
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-11-02
std.Target: Add muslabin32 and muslabi64 tags to Abi.
Alex Rønne Petersen
2024-10-30
link.File.Wasm: parse inputs in compilation pipeline
Andrew Kelley
2024-10-26
link/Elf.zig: ensure capacity before appending linker args.
Xavier Bouchoux
2024-10-23
mutex protect comp.arena in --verbose-link
Andrew Kelley
2024-10-23
glibc sometimes makes archives be ld scripts
Andrew Kelley
2024-10-23
link.Elf: unstable sort for section headers
Andrew Kelley
2024-10-23
link.Elf: remove ZigObject from files
Andrew Kelley
2024-10-23
unify parsing codepaths between relocatable and non
Andrew Kelley
2024-10-23
branch fixes
Andrew Kelley
2024-10-23
move linker input file parsing to the compilation pipeline
Andrew Kelley
2024-10-23
link.Elf: untangle parseObject and parseArchive
Andrew Kelley
2024-10-23
link.Elf: refactor output mode checking
Andrew Kelley
2024-10-23
link.Elf: fix double free of header in parseDso
Andrew Kelley
2024-10-23
rework linker inputs
Andrew Kelley
2024-10-23
introduce a CLI flag to enable .so scripts; default off
Andrew Kelley
2024-10-23
move ld script processing to the frontend
Andrew Kelley
2024-10-23
move link.Elf.LdScript to link.LdScript
Andrew Kelley
2024-10-23
link.Elf.LdScript: eliminate dependency on Elf.File
Andrew Kelley
2024-10-16
std.Target: Remove isBpfFreestanding().
Alex Rønne Petersen
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-11
work around C backend bug
Andrew Kelley
2024-10-11
link.Elf.sortShdrs: tease out data dependencies
Andrew Kelley
2024-10-11
link.Elf: fix merge sections namespacing
Andrew Kelley
2024-10-11
link.Elf: group section indexes
Andrew Kelley
2024-10-11
link.Elf: fix phdr_gnu_stack_index not included in sortPhdrs
Andrew Kelley
2024-10-10
link: fix false positive crtbegin/crtend detection
Andrew Kelley
2024-10-09
elf: clean up how we create un-allocated sections
Jakub Konka
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: move setting section size back to Elf.growSection
Jakub Konka
[next]