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
/
LinkerDefined.zig
Age
Commit message (
Expand
)
Author
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-07-07
compiler: update all instances of std.fmt.Formatter
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2024-10-11
link.Elf: group section indexes
Andrew Kelley
2024-09-25
elf: do not re-create synthetic sections if already created
Jakub Konka
2024-09-23
elf: always override existing __start/__stop symbols
Jakub Konka
2024-09-23
elf: only allocate __dso_handle symbol if not found in any object
Jakub Konka
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-25
elf: streamline sections container
Jakub Konka
2024-08-07
elf: start-stop resolution has to come after init output sections
Jakub Konka
2024-08-07
elf: fix symbol resolution for Objects
Jakub Konka
2024-08-07
elf: move getStartStopBasename into Object
Jakub Konka
2024-08-07
elf: fix compile errors
Jakub Konka
2024-08-07
elf: redo symbol mgmt and ownership in ZigObject
Jakub Konka
2024-08-07
elf: move symbol ownership to LinkerDefined
Jakub Konka
2024-07-30
elf: include LinkerDefined in symbol resolution
Jakub Konka
2024-07-30
elf: move entry tracking into LinkerDefined
Jakub Konka
2024-07-30
elf: move initializing and allocating linker-defined symbols into LinkerDefined
Jakub Konka
2024-07-30
elf: move merge subsections ownership into merge sections
Jakub Konka
2024-07-30
elf: move ownership of atoms into objects
Jakub Konka
2024-04-20
link/elf: port macho symbol extras handling
Jakub Konka
2024-01-01
linker: fix some allocator references
Andrew Kelley
2023-11-15
elf: we were writing too many symbols in the symtab
Jakub Konka
2023-11-07
elf: actually track output symtab index of symbols
Jakub Konka
2023-11-04
elf: redo strings management in the linker
Jakub Konka
2023-09-12
elf: report undefined symbols in objects
Jakub Konka
2023-09-11
elf: add prelim impl of Object parsing
Jakub Konka
2023-09-10
elf: write linker-defined symbols to symtab
Jakub Konka
2023-09-10
elf: create required linker-defined symbols
Jakub Konka
2023-09-06
elf: make everything upside down - track by Symbol.Index rather than Atom.Index
Jakub Konka
2023-09-05
elf: start porting abstraction of input file
Jakub Konka