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
Age
Commit message (
Expand
)
Author
2025-03-31
Elf: fix incrementally reallocating the last atom in a section
Jacob Young
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-02-22
zig build fmt
Andrew Kelley
2025-02-11
link.Elf: implement non-alloc `{SET,SUB}_ULEB128`
David Rubin
2025-02-07
x86_64: fix backend assertion failures
Jacob Young
2025-01-16
x86_64: implement clz and not
Jacob Young
2025-01-16
x86_64: demolish the old
Jacob Young
2025-01-15
link.Elf: fix error reporting for failed hot swap
Andrew Kelley
2025-01-15
fix merge conflicts with updating line numbers
Andrew Kelley
2025-01-15
wasm linker: fix crashes when parsing compiler_rt
Andrew Kelley
2025-01-15
switch to ArrayListUnmanaged for machine code
Andrew Kelley
2025-01-15
rewrite wasm/Emit.zig
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
wasm linker: aggressive DODification
Andrew Kelley
2025-01-05
Dwarf: implement new incremental line number update API
Jacob Young
2025-01-05
link: new incremental line number update API
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-20
lldb: add pretty printer for intern pool indices
Jacob Young
2024-12-14
Elf.Atom: fix truncated dyn abs relocs
Jacob Young
2024-11-24
dwarf: fix stepping through an inline loop containing one statement
Jacob Young
2024-11-22
link: use target to determine risc-v eflag validity
David Rubin
2024-11-16
link: fix memory bugs
Jacob Young
2024-11-16
link: fix failing incremental test cases
Jacob Young
2024-10-29
link/Elf: ensure we always sort all relocations by r_offset in -r mode
Jakub Konka
2024-10-25
Merge pull request #21710 from alexrp/function-alignment
Alex Rønne Petersen
2024-10-23
link.Elf.ZigObject.updateFunc: reduce data dependencies
Andrew Kelley
2024-10-23
use unstable sort in relocatable writeSyntheticSections
Andrew Kelley
2024-10-23
glibc sometimes makes archives be ld scripts
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
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
rework linker inputs
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-20
link: Use defaultFunctionAlignment() when function alignment is unspecified.
Alex Rønne Petersen
2024-10-12
fix 32-bit build
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-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.ZigObject: make resetShdrIndexes non generic
Andrew Kelley
2024-10-10
link: fix false positive crtbegin/crtend detection
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
[next]