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-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-26
coff: invalidate GOT relocs after segment shift in memory
Jakub Konka
2023-04-26
macho: invalidate GOT/stub relocs after segment shift in memory
Jakub Konka
2023-04-25
cbe: remove unused arena
Jacob Young
2023-04-23
Merge pull request #15405 from Luukdegram/wasm
Andrew Kelley
2023-04-23
Improvements to docs and text
zooster
2023-04-22
wasm: store `__zig_lt_errors_len` in linear data
Luuk de Gram
2023-04-22
wasm: implement `cmp_lt_errors_len` instruction
Luuk de Gram
2023-04-22
sema: fix memory corruption caused by resolveStructLayout
Casey Banner
2023-04-21
macho: rebase lazy pointers and apply corrected base offset
Jakub Konka
2023-04-21
macho: mark relocs dirty by target when updating GOT/stubs
Jakub Konka
2023-04-21
coff: mark relocs dirty by target when updating GOT
Jakub Konka
2023-04-21
coff: treat vmaddr of 0 as unallocated when checking if resolvable
Jakub Konka
2023-04-21
coff: add image base to GOT relocations
Jakub Konka
2023-04-21
coff: use TableSection for GOT
Jakub Konka
2023-04-21
macho: fix dirtying of GOT entries
Jakub Konka
2023-04-21
macho: skip GOT for TLVs; handle them separately when lowering
Jakub Konka
2023-04-21
macho: refactor common codepath for collecting bindings from TableSection
Jakub Konka
2023-04-21
macho: do not allocate atom for __stub_helper preamble
Jakub Konka
2023-04-21
macho: do not allocate atoms for stub entries
Jakub Konka
2023-04-21
macho: resolve relocs before writing to memory (fixes HCS)
Jakub Konka
2023-04-21
macho: correctly dirty the GOT table after memory realloc
Jakub Konka
2023-04-21
macho: fix runtime panics
Jakub Konka
2023-04-21
macho: use generic TableSection for GOT mgmt
Jakub Konka
2023-04-21
elf: make TableSection a generic construct
Jakub Konka
2023-04-21
elf: do not reserve a GOT slot for every Atom
Jakub Konka
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
[next]