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
/
ZigObject.zig
Age
Commit message (
Expand
)
Author
2025-09-17
Elf: implement `linksection`
Jacob Young
2025-09-04
link.Elf: truncate st_other to u3 before converting to std.elf.STV
Alex Rønne Petersen
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-15
Dwarf: implement comptime-known extern values
Jacob Young
2025-08-12
Sema: Improve comptime arithmetic undef handling
Justus Klausecker
2025-08-11
linker: delete plan9 support
Andrew Kelley
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
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: update all instances of std.fmt.Formatter
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-12
codegen: make threadlocal logic consistent
Jacob Young
2025-06-12
x86_64: remove linker references from codegen
Jacob Young
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-12
compiler: rework backend pipeline to separate codegen and link
mlugg
2025-06-12
link: divorce LLD from the self-hosted linkers
mlugg
2025-06-12
compiler: slightly untangle LLVM from the linkers
mlugg
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-06
Compilation: enable the x86_64 backend by default for debug builds
Jacob Young
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-03-31
Elf: fix incrementally reallocating the last atom in a section
Jacob Young
2025-02-07
x86_64: fix backend assertion failures
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
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-11-24
dwarf: fix stepping through an inline loop containing one statement
Jacob Young
2024-11-16
link: fix failing incremental test cases
Jacob Young
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-20
link: Use defaultFunctionAlignment() when function alignment is unspecified.
Alex Rønne Petersen
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
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
elf: clean up how we create un-allocated sections
Jakub Konka
[next]