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
2022-03-01
codegen: lower field_ptr to memory across linking backends
Jakub Konka
2022-03-01
wasm-linker: Intern globals, exports & imports
Luuk de Gram
2022-03-01
wasm-linker: Intern all symbol names
Luuk de Gram
2022-03-01
wasm-object: Use given allocator rather than arena
Luuk de Gram
2022-02-25
x64+aarch64: check for pointer to zero-bit type when lowering decl
Jakub Konka
2022-02-25
macho: redo selection of segment/section for decls and consts
Jakub Konka
2022-02-25
wasm: Refactor lowerUnnamedConst
Luuk de Gram
2022-02-24
elf: use fully qualified decl names in the linker
Jakub Konka
2022-02-23
macho: ensure we save the fully qualified name for any local symbol
Jakub Konka
2022-02-23
macho: synthesising __mh_execute_header needs to work with incremental
Jakub Konka
2022-02-23
wasm-linker: Implement `updateDeclExports`
Luuk de Gram
2022-02-23
wasm-linker: Emit relocations for object files
Luuk de Gram
2022-02-23
wasm-linker: Do not merge data segments for obj
Luuk de Gram
2022-02-23
wasm-linker: Emit segment info
Luuk de Gram
2022-02-23
wasm-linker: Emit symbol table for object file
Luuk de Gram
2022-02-23
stage1-wasm: implement shared memory
xReveres
2022-02-22
codegen: lower error_set and error_union
Jakub Konka
2022-02-17
wasm-linker: Simplify symbol names
Luuk de Gram
2022-02-17
wasm-linker: Fix symbol resolving and relocs
Luuk de Gram
2022-02-17
wasm-linker: Allocate atoms and handle imports
Luuk de Gram
2022-02-17
wasm-linker: Implement section merging
Luuk de Gram
2022-02-17
wasm-linker: Add Object file parsing
Luuk de Gram
2022-02-16
link: avoid double close on openPath error
Andrew Kelley
2022-02-16
macho: handle binary updates in dSYM companion file
Jakub Konka
2022-02-14
macho: re-enable creating dSYM bundle
Jakub Konka
2022-02-12
macho: put linker symlink for cache invalidation in zig-cache
Jakub Konka
2022-02-11
macho: correctly lower slices incl reloc and rebase tracking
Jakub Konka
2022-02-11
elf: store pointer relocations indexed by containing atom
Jakub Konka
2022-02-10
wasm: Implement 'field_ptr' constants
Luuk de Gram
2022-02-10
elf: pad out file to the required size when init data
Jakub Konka
2022-02-09
elf: fix unaligned file offset of moved phdr containing GOT section
Jakub Konka
2022-02-08
stage2: handle void type in Elf DWARF gen
Jakub Konka
2022-02-08
wasm: update test runner
Luuk de Gram
2022-02-07
stage2: lower unnamed constants in Elf and MachO
Jakub Konka
2022-02-06
stage2: pass proper can_exit_early value to LLD
Andrew Kelley
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-02-05
stage2: add support for Nvptx target
gwenzek
2022-02-03
wasm: Implement elem_ptr
Luuk de Gram
2022-02-03
elf: generated DWARF debug info for named structs
Jakub Konka
2022-02-03
elf: add basic handling of .data section
Jakub Konka
2022-02-02
Merge pull request #10769 from ziglang/link-lib-fixes
Jakub Konka
2022-02-02
macho: handle bss like normal section in stage2
Jakub Konka
2022-02-02
x86_64: handle struct_field_ptr for register mcv
Jakub Konka
2022-01-31
astgen: clean up source line calculation and management
Jakub Konka
2022-01-29
Merge pull request #10665 from Snektron/spirv-improvements
Veikka Tuominen
2022-01-28
Rename mem.bswapAllFields to byteSwapAllFields
John Schmidt
2022-01-28
link: ELF, COFF, WASM: honor the "must_link" flag of positionals
Andrew Kelley
2022-01-28
spirv: new module
Robin Voetter
2022-01-28
spirv: keep track of air & liveness so that it can be used in flush()
Robin Voetter
2022-01-26
zig cc: add --hash-style linker parameter
Andrew Kelley
[next]