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
getAppDataDir
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
std.Io.Threaded-groups-2
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-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-05
plan9: refactor debug info
Jacob Young
2023-10-04
x86_64: implement C abi for 128-bit integers
Jacob Young
2023-10-03
plan9: implement linking anon decls
Jacob G-W
2023-10-03
wasm: implement lowering anon decls
Luuk de Gram
2023-10-03
elf: assert llvm_object is null in getAnonDeclVAddr
Jakub Konka
2023-10-03
coff: implement lowering anon decls
Jakub Konka
2023-10-03
macho: implement lowering anon decls
Jakub Konka
2023-10-03
codegen: separate getAnonDeclVAddr into lowerAnonDecl and the former
Jakub Konka
2023-10-03
link: stub out getAnonDeclVAddr
Andrew Kelley
2023-10-03
C backend: render anon decls
Andrew Kelley
2023-10-03
C backend: start handling anonymous decls
Andrew Kelley
2023-10-03
Merge pull request #17341 from rzezeski/illumos-updates
Andrew Kelley
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-10-01
x86_64: emit R_X86_64_GOT32 for non-PIC GOT references
Jakub Konka
2023-09-30
Merge pull request #17328 from ziglang/simplify-cbe-deps
Andrew Kelley
2023-09-30
Merge pull request #17319 from ziglang/elf-tls
Jakub Konka
2023-09-29
C backend: iterate decl_table via slice
Andrew Kelley
2023-09-29
C backend: remove ?*Decl from DeclGen
Andrew Kelley
2023-09-29
C backend: remove unneeded ordering mechanism
Andrew Kelley
2023-09-30
elf: skip writing out zerofill atoms to file
Jakub Konka
2023-09-29
elf: set sh_size to 0 for nobit sections in collision detection
Jakub Konka
2023-09-29
elf: dump state for debugging after writing it all out
Jakub Konka
2023-09-29
elf: fix setting st_value of _end synthetic symbol
Jakub Konka
2023-09-29
elf: set shdr/phdr file size before growing in VM
Jakub Konka
2023-09-29
elf: simplify logic for growing non-alloc sections
Jakub Konka
2023-09-29
elf: fix calculating current allocated section size when growing alloc sections
Jakub Konka
2023-09-28
elf: fix 32bit build
Jakub Konka
2023-09-28
elf: move logic for extracing atom's code into input files
Jakub Konka
2023-09-28
elf: correctly allocate TLS segment
Jakub Konka
2023-09-28
Merge pull request #17304 from ziglang/elf-grow-vm-2
Jakub Konka
2023-09-28
elf: report fatal linker error for unhandled relocation types
Jakub Konka
2023-09-28
elf: allocate .tdata and .tbss sections
Jakub Konka
2023-09-28
elf: pre-allocate TLS load segment and PT_TLS phdr
Jakub Konka
2023-09-28
elf: remove explicit load segment alloc - we can replicate programmatically now
Jakub Konka
2023-09-28
elf: do not assume segments laid out in increasing order in VM space
Jakub Konka
2023-09-27
elf: fix typo in selecting larger addrspace for load segments
Jakub Konka
2023-09-27
elf: hint allocateSegment where to put the segment at
Jakub Konka
2023-09-27
elf: do not update globals not defined by the object
Jakub Konka
2023-09-27
elf: use new error reporting API
Jakub Konka
2023-09-27
elf: emit fatal linker error if we run out of VM space with self-hosted backends
Jakub Konka
2023-09-27
C backend: flatten out some of the long-lived state
Andrew Kelley
2023-09-27
elf: pre-allocate large VM capacity per segment
Jakub Konka
2023-09-27
elf: allow expanding segments in virtual memory
Jakub Konka
2023-09-27
Merge pull request #17284 from ziglang/elf-tests
Jakub Konka
2023-09-26
Add '--compress-debug-sections=zstd'
LinuxUserGD
2023-09-26
elf: dynamically allocate remaining alloc sections (and segments)
Jakub Konka
2023-09-26
elf: put libc on the linker line if requested
Jakub Konka
2023-09-26
elf: do not try to create LlvmObject if module is null
Jakub Konka
2023-09-26
kubkon review changes: 4
Michael Dusan
[next]