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
Age
Commit message (
Expand
)
Author
2023-10-16
elf: always write SHDR table, at least for now
Jakub Konka
2023-10-16
elf: always write PHDR table, at least for now
Jakub Konka
2023-10-16
elf: create and allocate special PHDRs out of the loop
Jakub Konka
2023-10-16
elf: move creation of PT_PHDR out of initPhdrs and initMetadata
Jakub Konka
2023-10-16
elf: rename Zig-specific section handles to _zig_ infixed
Jakub Konka
2023-10-16
elf: fix conflicts after rebase gone bad
Jakub Konka
2023-10-16
elf: fix GotSection.write in presence of TLSLD symbol
Jakub Konka
2023-10-16
elf: make init/fini sorting deterministic
Jakub Konka
2023-10-16
elf: fix generating .plt.got indirection
Jakub Konka
2023-10-16
elf: fix alignment of .eh_frame_hdr section
Jakub Konka
2023-10-16
elf: populate symtab with symbols coming from DSOs
Jakub Konka
2023-10-16
elf: emit .got.plt when emitting .plt
Jakub Konka
2023-10-16
elf: hook up common symbols handler
Jakub Konka
2023-10-16
elf: implement --verbose-link, and other fixes
Jakub Konka
2023-10-16
elf: add missing generators for special dynamic sections
Jakub Konka
2023-10-16
elf: fix synthetic section handling and actually parse DSOs
Jakub Konka
2023-10-16
elf: re-enable dynamic linking codepaths
Jakub Konka
2023-10-16
elf: fix COMDAT deduping logic
Jakub Konka
2023-10-16
elf: add garbage collection of sections
Jakub Konka
2023-10-16
elf: add incomplete handling of build-obj -fllvm -fno-lld
Jakub Konka
2023-10-16
elf: link hello-world in c++
Jakub Konka
2023-10-16
elf: add more prepwork for linking c++ objects
Jakub Konka
2023-10-16
elf: add symbols to .got section directly
Jakub Konka
2023-10-16
elf: handle .eh_frame and non-alloc sections
Jakub Konka
2023-10-16
elf: refactor object.shdrContents to never error out
Jakub Konka
2023-10-16
elf: get hello-world with LLVM in Zig working
Jakub Konka
2023-10-16
elf: port zld's allocation mechanism
Jakub Konka
2023-10-16
elf: remove dirty from synthetic .got section
Jakub Konka
2023-10-16
elf: update section sizes accumulated from objects
Jakub Konka
2023-10-16
elf: create atom lists indexed by section index
Jakub Konka
2023-10-16
elf: sort sections by their rank to combine them by segment flags
Jakub Konka
2023-10-16
elf: initialize output sections from input objects in a separate step
Jakub Konka
2023-10-16
elf: run populateMissingMetadata only if ZigModule exists
Jakub Konka
2023-10-16
elf: write shdr_table in flush
Jakub Konka
2023-10-16
elf: write .got in bulk after scanning objects
Jakub Konka
2023-10-16
elf: check for null atom in ZigModule
Jakub Konka
2023-10-16
elf: increase Atom.Index resolution to u32
Jakub Konka
2023-10-16
elf: clean up generating GOT symbol names
Jakub Konka
2023-10-16
elf: update .strtab with GOT symbols
Jakub Konka
2023-10-16
elf: for now always update .shstrtab and .strtab sections
Jakub Konka
2023-10-16
elf: reuse addSection in alloc functions
Jakub Konka
2023-10-16
elf: do not prealloc space for .symtab
Jakub Konka
2023-10-16
elf: move initializing string buffers out of populateMissingMetadata
Jakub Konka
2023-10-16
Sema: fix missing check for tuple default initializers
Veikka Tuominen
2023-10-16
make distinct error limit configurable
Veikka Tuominen
2023-10-15
Merge pull request #17448 from squeek502/win32-manifest
Andrew Kelley
2023-10-16
Sema: fix `@extern` error on function pointer
Bogdan Romanyuk
2023-10-15
Add warning if .xml file is used, since it's likely intended to be a Windows ...
Ryan Liptak
2023-10-15
Add preliminary support for Windows .manifest files
Ryan Liptak
2023-10-15
spirv: work around OpSource parsing issue in llvm-spirv
Robin Voetter
[next]