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
Age
Commit message (
Expand
)
Author
2024-03-16
macos: archive size fix
zhylmzr
2024-03-15
macho: fix a sad typo in calculating the address of a TLV pointer
Jakub Konka
2024-03-14
coff: only store PDB basename
Elaine Gibson
2024-03-12
elf: re-use output buffer for emitting thunks
Jakub Konka
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-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-11
std.builtin: make container layout 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: set _GLOBAL_OFFSET_TABLE_ to .got section
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
2024-03-08
elf+aarch64: use correctly offset tp address
Jakub Konka
2024-03-08
elf+aarch64: implement .plt.got
Jakub Konka
2024-03-08
elf+aarch64: implement enough to link dynamically with gcc as the driver
Jakub Konka
2024-03-07
Merge pull request #19190 from mlugg/struct-equivalence
Andrew Kelley
2024-03-06
feat: add support for --enable-new-dtags and --disable-new-dtags
Dillen Meijboom
2024-03-06
InternPool: create specialized functions for loading namespace types
mlugg
2024-03-01
macho: correctly find N_GSYM symbols when parsing symbol stabs
Jakub Konka
2024-02-29
fix memory leaks
Luuk de Gram
2024-02-29
wasm: gc fixes and re-enable linker tests
Luuk de Gram
2024-02-29
wasm: integrate linker errors with `Compilation`
Luuk de Gram
2024-02-29
wasm: make symbol indexes a non-exhaustive enum
Luuk de Gram
2024-02-29
wasm: consolidate flushModule and linkWithZld
Luuk de Gram
2024-02-29
wasm: correctly generate relocations for type index
Luuk de Gram
2024-02-29
wasm: reimplement Zig errors in linker
Luuk de Gram
2024-02-29
wasm: ensure unique function indexes
Luuk de Gram
2024-02-29
wasm: reimplement `deleteDeclExport`
Luuk de Gram
2024-02-29
wasm: re-implement `updateExports`
Luuk de Gram
2024-02-29
wasm: update `freeDecl` and `finishDecl`
Luuk de Gram
2024-02-29
wasm: Move `createFunction` to `ZigObject`
Luuk de Gram
2024-02-29
wasm: Use `File.Index` for symbol locations
Luuk de Gram
2024-02-29
wasm: Add `File` abstraction
Luuk de Gram
2024-02-29
wasm: fix symbol resolution and atom processing
Luuk de Gram
2024-02-29
wasm: use `File` abstraction instead of object
Luuk de Gram
2024-02-29
wasm: store `File.Index` on the Atom
Luuk de Gram
2024-02-29
wasm: create linking objects in correct module
Luuk de Gram
2024-02-29
wasm: initialize a `ZigObject` when required
Luuk de Gram
2024-02-29
wasm: move incremental Dwarf info into ZigObject
Luuk de Gram
2024-02-29
wasm: move Zig module-linkage to ZigObject
Luuk de Gram
2024-02-28
use hash.addListOfBytes where applicable
Andrew Kelley
[next]