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
2023-04-18
coff: support allow_shlib_undefined
kcbanner
2023-04-17
tapi: fix memory bugs in yaml parser
Jakub Konka
2023-04-13
Merge pull request #15185 from ziglang/macho-tls
Jakub Konka
2023-04-13
macho: reference TLV thunks via GOT table
Jakub Konka
2023-04-13
macho: emit TLV pointers and variables
Jakub Konka
2023-04-13
macho: cleanup dirtying and writing GOT atoms
Jakub Konka
2023-04-13
macho: improve reporting of missing symbols
Jakub Konka
2023-04-13
macho: refactor common logic between synthetic tables
Jakub Konka
2023-04-13
macho: add machinery for emitting TLV refs
Jakub Konka
2023-04-13
macho: refactor relocation type in incremental linker
Jakub Konka
2023-04-13
macho: emit TLS sections
Jakub Konka
2023-04-13
macho: fix incorrect DWARF subprogram generation
Jakub Konka
2023-04-12
wasm: generate unnamed constant for tag
Luuk de Gram
2023-04-12
wasm: generate function to get tag name
Luuk de Gram
2023-04-09
spirv: emit nonsemantic info with zig errors
Robin Voetter
2023-04-09
spirv: export functions with .Kernel callconv as entry point
Robin Voetter
2023-04-09
amdgpu,nvptx: unify kernel calling conventions
Robin Voetter
2023-04-09
spirv: improve linking globals
Robin Voetter
2023-04-09
spirv: generate code directly in updateFunc/updateDecl
Robin Voetter
2023-04-09
spirv: some fixes and improvements
Robin Voetter
2023-04-09
spirv: array, structs, bitcast, call
Robin Voetter
2023-04-09
spirv: add Addresses capability for opencl
Robin Voetter
2023-04-07
zig cc: complete the -wrap flag implementation
Andrew Kelley
2023-04-07
add linker -wrap flag
Zach Cheung
2023-04-05
macho: reapply relocation dirtying logic from coff linker
Jakub Konka
2023-04-05
macho: refactor adding GOT and stub entries
Jakub Konka
2023-04-05
Merge pull request #15162 from jacobly0/x86_64-start
Jakub Konka
2023-04-04
macho+zld: refactor how we resolve dyld_stub_binder symbol
Jakub Konka
2023-04-03
elf: cleanup phdr tracking
Jacob Young
2023-04-03
elf: preallocate offsets for PT_PHDR and PT_LOAD (empty) segment
Jakub Konka
2023-04-03
link: cleanup lazy symbols
Jacob Young
2023-04-03
Elf: add program headers for the program header table
Jacob Young
2023-04-03
macho: clean up code responsible for growing sections in file
Jakub Konka
2023-04-03
macho+coff: remove alignment from Atom as it is unused
Jakub Konka
2023-04-02
x86_64: implement error name
Jacob Young
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-04-01
macho: do not assume entrypoint is defined
Jakub Konka
2023-04-01
macho: handle weird case of entrypoint being a stub
Jakub Konka
2023-04-01
macho: look for entry in archives/dylibs too
Jakub Konka
2023-04-01
tapi: update to latest Apple changes
Jakub Konka
2023-04-01
tapi: update yaml parser
Jakub Konka
2023-03-30
coff: enable hot-code swapping on a compatible host only
Jakub Konka
2023-03-30
coff: due to ASLR we need to dupe the code for relocating
Jakub Konka
2023-03-30
coff: use std.os.windows wrappers; fix relocating in-file
Jakub Konka
2023-03-30
coff: reimplement VirtualProtectEx using our own ntdll wrapper
Jakub Konka
2023-03-30
coff: reimplement Read/WriteProcessMemory using our own ntdll wrappers
Jakub Konka
2023-03-30
coff: make sure we correctly slide relocation target when resolving
Jakub Konka
2023-03-30
coff: first (not-fully-functional) PoC of HCS
Jakub Konka
2023-03-30
coff: use copy in zig-cache for child process in HCS
Jakub Konka
2023-03-29
Merge pull request #15105 from ziglang/hcs-win-poc
Jakub Konka
[next]