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
2024-07-13
InternPool: add and use a mutate mutex for each list
Jacob Young
2024-07-10
Zcu: cache fully qualified name on Decl
Jacob Young
2024-07-07
Zcu: pass `PerThread` to intern pool string functions
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-07-04
Zcu: store `LazySrcLoc` in error messages
mlugg
2024-07-04
Zcu: key compile errors on `AnalUnit` where appropriate
mlugg
2024-07-04
Zcu: rework exports
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-20
Merge pull request #20299 from mlugg/the-great-decl-split
Matthew Lugg
2024-06-15
Zcu: rework source locations
mlugg
2024-06-13
ZigObject: enforce min function alignement on riscv
David Rubin
2024-06-13
riscv: get basic libc interop
David Rubin
2024-05-11
riscv: implement slices
David Rubin
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-25
fix: object size error in archive
zhylmzr
2024-04-21
Merge pull request #19714 from ziglang/elf-merge-strings
Jakub Konka
2024-04-20
link/elf: create .comment section for build-lib and no-llvm
Jakub Konka
2024-04-20
link/elf: keep track of sh_entsize per MergeSubsection
Jakub Konka
2024-04-20
link/elf: fix parsing SHF_STRINGS section
Jakub Konka
2024-04-20
link/elf: actually commit merge sections
Jakub Konka
2024-04-20
link/elf: skip empty merge sections when resolving
Jakub Konka
2024-04-20
link/elf: implement string merging
Jakub Konka
2024-04-20
link/elf: move relocs indexes into Atom extras
Jakub Konka
2024-04-20
link/elf: move fde record indexes into Atom extras
Jakub Konka
2024-04-20
link/elf: port macho symbol extras handling
Jakub Konka
2024-04-20
link/elf: introduce Atom extras for out-of-band storage
Jakub Konka
2024-04-20
Elf: fix missing dynrelocs on haiku
Jacob Young
2024-04-08
link/elf: handle symbols to begin/end of .eh_frame section
Jakub Konka
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
2024-04-08
link/elf: propagate Haiku requirement of always passing -shared for images
Jakub Konka
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-26
compiler: eliminate most usages of TypedValue
mlugg
2024-03-26
Zcu.Decl: remove `ty` field
mlugg
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-12
elf+aarch64: fix off-by-one in converging on groups interleaved with thunks
Jakub Konka
2024-03-12
elf+aarch64: actually write out thunks, and add a proper link test
Jakub Konka
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-03-09
elf+aarch64: handle PREL64 reloc
Jakub Konka
2024-03-09
elf+aarch64: fix 32bit build
Jakub Konka
2024-03-08
elf+aarch64: implement basic thunk support
Jakub Konka
2024-03-08
elf+aarch64: handle PREL32 reloc
Jakub Konka
2024-03-08
elf+aarch64: handle TLS GD model
Jakub Konka
2024-03-08
elf+aarch64: handle gottp and .tls_common
Jakub Konka
2024-03-08
elf+aarch64: fix incorrectly emitted TLSDESC relocs
Jakub Konka
2024-03-08
elf+aarch64: relax TLSDESC for executables
Jakub Konka
2024-03-08
elf+aarch64: handle TLSDESC non-relaxed
Jakub Konka
2024-03-08
link: refactor common aarch64 helpers
Jakub Konka
2024-03-08
elf+aarch64: resolve TLS LE model
Jakub Konka
[prev]
[next]