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-01-25
stage2: add naive impl of pointer type in ELF
Jakub Konka
2022-01-25
link: Elf, Wasm: forward strip flag when linking with LLD
Andrew Kelley
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-23
c backend: Implement aligning fields and local/global variables
Jimmi Holst Christensen
2022-01-22
macho+elf: fix integer overflow in allocateAtom
Jakub Konka
2022-01-20
Merge pull request #10638 from Luukdegram/wasm-refactor
Jakub Konka
2022-01-20
macho: do not write out ZEROFILL physically to file
Jakub Konka
2022-01-19
wasm: Re-use genTypedValue for constants
Luuk de Gram
2022-01-19
wasm: Split funcgen and declgen
Luuk de Gram
2022-01-19
wasm-linker: Allow for creation of local symbols
Luuk de Gram
2022-01-19
stage2: improvements to entry point handling
Andrew Kelley
2022-01-19
lld: allow for entrypoint symbol name to be set
Kenta Iwasaki
2022-01-18
stage2: implement `@prefetch`
Andrew Kelley
2022-01-18
Revert "stage2: implement `@prefetch`"
Andrew Kelley
2022-01-15
stage2: implement `@prefetch`
Andrew Kelley
2022-01-14
macho: code signature needs to be 16 bytes aligned
Jakub Konka
2022-01-13
Merge pull request #10584 from ziglang/macho-rustc-fixes
Andrew Kelley
2022-01-13
macho: remove todo from getMatchingSectionDecl
Jakub Konka
2022-01-13
Introduce LinkObject with must_link field
Jakub Konka
2022-01-13
zld: parse addend from BRANCH reloc on x86_64
Jakub Konka
2022-01-13
zld: support -Wl,-force_load=archive_path flag
Jakub Konka
2022-01-13
zld: fix num nlist calc when there's no dynsymtab
Jakub Konka
2022-01-11
wasm-ld: Append `--stack-first` by default
Luuk de Gram
2022-01-11
wasm: Place the stack at the start of memory
Luuk de Gram
2022-01-11
Merge branch 'linker-eport-symbols' of github.com:Luukdegram/zig into Luukdeg...
Jakub Konka
2022-01-10
stage2: enable zig test on x86_64-macos (#10551)
Jakub Konka
2022-01-07
Pass `--allow-unknown-exports` to wasmtime
Luuk de Gram
2022-01-06
Plan9: fix amount to say included line count is
Jacob G-W
2022-01-06
Plan9: implement getDeclVAddr
Jacob G-W
2022-01-06
wasm-linker: Only export symbols notated as such
Luuk de Gram
2022-01-06
plan9: fix .z symbol in debuginfo
Jacob G-W
2022-01-04
link: avoid creating stage2 llvm module when using stage1
Andrew Kelley
2022-01-03
linker: fix build-obj and -fno-emit-bin
Andrew Kelley
2022-01-03
stage2: introduce renameTmpIntoCache into the linker API
Andrew Kelley
2022-01-02
stage2: introduce CacheMode
Andrew Kelley
2022-01-01
wasm: Implement @ptrToInt and fix indirect function call
Luuk de Gram
2022-01-01
wasm: Implement `array_to_slice` and bug fixes:
Luuk de Gram
2021-12-23
wasm-linker: Implement symbol names emitting
Luuk de Gram
2021-12-21
link/wasm: fix regression of wrong assertion
Andrew Kelley
2021-12-21
stage2: error check for mixing --import-table and --export-table
Andrew Kelley
2021-12-21
C backend: implement `ret_addr`
Andrew Kelley
2021-12-21
wasm-linker: Implement the --export-table and --import-table flags.
Luuk de Gram
2021-12-21
elf: Put constant data in the .rodata section
Ersikan
2021-12-18
macho: handle -install_name option for dylibs/MachO
Jakub Konka
2021-12-18
plan9 linker: fix off by 1 error
Jacob G-W
2021-12-15
stage2: fix premature atom deinit in macho linker
Jakub Konka
2021-12-15
macho: handle TLS imported from dylib
Jakub Konka
2021-12-15
macho: fix section size calculation when no prealloc
Jakub Konka
2021-12-15
macho: put `LC_*` consts in a typed enum(u32) LC
Jakub Konka
2021-12-14
wasm-linker: Allow specifying symbols to be exported
Luuk de Gram
[next]