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
Group-Canceled
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
groupAwait
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
2023-12-05
elf: re-instate basic error reporting for LD script parser
Jakub Konka
2023-12-05
elf: move basic parse error reporting to SharedObject
Jakub Konka
2023-12-05
elf: do not write ELF header if there were errors
Jakub Konka
2023-12-05
elf: report error at the point where it is happening
Jakub Konka
2023-12-03
Coff: minor fixes
Jacob Young
2023-11-29
Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)
David Rubin
2023-11-28
wasm-linker: support `--no-gc-sections`
Luuk de Gram
2023-11-28
wasm-linker: support gc for wasm backend code
Luuk de Gram
2023-11-28
wasm-linker: handle debug info during gc
Luuk de Gram
2023-11-28
wasm-linker: Only emit name of referenced symbols
Luuk de Gram
2023-11-28
wasm-linker: deduplicate aliased functions
Luuk de Gram
2023-11-28
wasm-linker: parse symbols into atoms lazily
Luuk de Gram
2023-11-28
wasm-linker: do not merge unreferenced symbols
Luuk de Gram
2023-11-28
wasm-linker: mark symbols and its references
Luuk de Gram
2023-11-28
wasm-link: ensure TLS global when resolved
Luuk de Gram
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-19
link: fix MachO boundary symbol resolution
mlugg
2023-11-17
std.macho: fix LoadCommandIterator to work with underaligned data
Jakub Konka
2023-11-15
elf: fix emitting start/stop synthetic symbols
Jakub Konka
2023-11-15
elf: create .got.plt unconditionally
Jakub Konka
2023-11-15
elf: we were writing too many symbols in the symtab
Jakub Konka
2023-11-15
elf: actually write synthetic globals to output symtab
Jakub Konka
2023-11-14
elf: do not pointlessly store zerofill data for TLVs
Jakub Konka
2023-11-13
coff: revert .rdata to be read-only again
Jakub Konka
2023-11-13
coff: mark dirty any reloc target at [addr,..) inclusive
Jakub Konka
2023-11-13
elf: setting offset to maxInt for non-allocated non-incremental sections is bad
Jakub Konka
2023-11-12
elf: set symbol flags such as needs_zig_got in ZigObject
Jakub Konka
2023-11-12
elf: dump PLT entries
Jakub Konka
2023-11-12
elf: fix allocating local TLS symbols
Jakub Konka
2023-11-12
x86_64: get something going for the local exec model
Jakub Konka
2023-11-12
elf: fix typo in initial section offsets
Jakub Konka
2023-11-12
elf: check for empty relocs buffers in ZigObject before emitting section
Jakub Konka
2023-11-12
elf: lower TLS data into appropriate TLS section
Jakub Konka
2023-11-12
Dwarf: improve x86_64 backend debug info
Jacob Young
2023-11-10
move libssp into libcompiler_rt
Andrew Kelley
2023-11-10
macho: check for null Module before creating llvm_object
Jakub Konka
2023-11-10
macho: resolve special section/segment boundary symbols
Jakub Konka
2023-11-10
Merge pull request #17933 from ziglang/elf-r-mode
Jakub Konka
2023-11-09
elf: fix overflowing designated capacity when writing COMDAT groups
Jakub Konka
2023-11-09
elf: add SHF_INFO_LINK flag to any emitted SHT_RELA section
Jakub Konka
2023-11-09
elf: format shdr flags when dumping state
Jakub Konka
2023-11-09
elf: write out COMDAT groups to file
Jakub Konka
2023-11-09
elf: init output COMDAT group sections
Jakub Konka
2023-11-09
elf: separate logic for reseting shdr indexes into a separate fn
Jakub Konka
2023-11-09
elf: correctly format output .eh_frame when emitting relocatable
Jakub Konka
2023-11-09
elf: emit .rela.eh_frame section contents
Jakub Konka
2023-11-09
elf: calculate required size for .rela.eh_frame
Jakub Konka
[prev]
[next]