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
2022-09-08
[ld] add --print-* for diagnostics
Motiejus Jakštys
2022-08-29
link: add force_undefined_symbols to cache hash
Andrew Kelley
2022-08-25
add ability to pass force undefined symbols to the linker
Jakub Konka
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-08-19
stage2: implement stack protectors
Andrew Kelley
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-07-29
ELF: Scan for dylibs-as-objects when adding rpaths
Cody Tapscott
2022-07-11
stage2: cleanups to --compress-debug-sections
Andrew Kelley
2022-07-11
ELF: understand -Wl,--compress-debug-sections
Motiejus Jakštys
2022-07-04
stage2: ELF: improve error reporting when libc is missing
Andrew Kelley
2022-06-27
macho: implement -dead_strip_dylibs linker flag
Jakub Konka
2022-06-25
macho: implement -headerpad_max_install_names
Jakub Konka
2022-06-25
cache setting macho search strategy flags
Jakub Konka
2022-06-20
[MachO] add -pagezero_size
Motiejus Jakštys
2022-06-17
compiler_rt: use single cache for libcompiler_rt.a static lib
Jakub Konka
2022-06-17
compiler_rt: compile each unit separately for improved archiving
Jakub Konka
2022-06-09
linker: remove `-z noexecstack` option
Isaac Freund
2022-06-08
linker: Enable full RELRO by default
Isaac Freund
2022-06-07
Merge pull request #11794 from ziglang/elf-macho-alignment
Jakub Konka
2022-06-06
elf: refactor and enhance logging symtab
Jakub Konka
2022-06-05
elf+macho: use explicit alignment on decl is specified
Jakub Konka
2022-05-31
stage2: add support for -fbuild-id,-fno-build-id
Andrew Kelley
2022-05-19
[Elf] add -z nocopyreloc
Motiejus Jakštys
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-17
stage2: expose progress bar API to linker backends
Andrew Kelley
2022-04-14
Merge pull request #11434 from koachan/sparc64-codegen
Jakub Konka
2022-04-14
Merge pull request #11433 from ziglang/elf-fixes
Jakub Konka
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-14
linker: ELF: Add page sizes for ppc64le and sparcv9
Koakuma
2022-04-14
elf: check symtab section headers size when writing globals
Jakub Konka
2022-04-14
elf: support --strip option
Jakub Konka
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-04-04
Pull elf magic string out to re-used constant
Tom Read Cutting
2022-03-30
dwarf: pass DeclState around instead of storing a temp global in Dwarf
Jakub Konka
2022-03-29
link: half-hearted bug fix for decl_state field
Andrew Kelley
2022-03-27
dwarf: track type relocation state in Dwarf module
Jakub Konka
2022-03-27
dwarf: move DbgInfoTypeRelocsTable into Dwarf module
Jakub Konka
2022-03-27
dwarf: rename DebugInfoAtom into Atom; free all allocated memory
Jakub Konka
2022-03-27
dwarf: draft poc of deferred resolution of error sets debug info
Jakub Konka
2022-03-17
Revert "link.Elf: swap order of GOT and text program headers"
Andrew Kelley
2022-03-17
link.Elf: swap order of GOT and text program headers
Andrew Kelley
2022-03-08
dwarf: move all dwarf into standalone module
Jakub Konka
2022-03-05
elf: add debug info for non-ptr optionals
Jakub Konka
2022-03-01
codegen: lower field_ptr to memory across linking backends
Jakub Konka
2022-02-24
elf: use fully qualified decl names in the linker
Jakub Konka
2022-02-22
codegen: lower error_set and error_union
Jakub Konka
2022-02-16
link: avoid double close on openPath error
Andrew Kelley
2022-02-11
elf: store pointer relocations indexed by containing atom
Jakub Konka
[next]