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-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
2023-03-28
macho: remove error_union return from resolveRelocations()
Jakub Konka
2023-03-28
coff: put section growing in helper; only mark section if actually resolved
Jakub Konka
2023-03-28
Merge pull request #14771 from kcbanner/coff_dynamicbase
Jakub Konka
2023-03-28
coff: use ArrayHashMap if we are iterating over keys
Jakub Konka
2023-03-28
coff: resolve relocs on bytes buffer directly
Jakub Konka
2023-03-28
coff: assert the imports table is not dirty
Jakub Konka
2023-03-28
coff: move import table definition into a separate ImportTable.zig module
Jakub Konka
2023-03-28
coff: do not use atoms for synthetic import address table
Jakub Konka
2023-03-28
coff: repurpose value field of import Symbol for lib_name offset
Jakub Konka
2023-03-28
link: pass expected lib name as hint in getGlobalSymbol()
Jakub Konka
2023-03-28
coff: grow .idata if required
Jakub Konka
2023-03-25
coff: change dynamicbase to default to true (to match lld), change it to pass...
kcbanner
2023-03-23
macho+zld: only check for alias symbols for non-extern relocations
Jakub Konka
2023-03-22
macho+zld: make sure we populate source section index lookup if no undefs
Jakub Konka
2023-03-22
macho+zld: refactor parsing of relocation target
Jakub Konka
2023-03-21
macho: collect all exports into the export trie
Jakub Konka
2023-03-21
macho+zld: when finding by address, note the end of section symbols too
Jakub Konka
2023-03-21
macho+zld: save all defined globals in the export trie
Jakub Konka
2023-03-21
macho+zld: put locals and globals in function-starts section
Jakub Konka
2023-03-21
macho+zld: put __TEXT bound sections in __TEXT segment
Jakub Konka
2023-03-21
macho: use TOOL=0x5 to mean ZIG as the build tool
Jakub Konka
2023-03-21
macho+zld: return null rather than error on invalid AbbrevKind
Jakub Konka
2023-03-21
macho+zld: save locals from section atoms to symtab too
Jakub Konka
2023-03-20
macho+zld: relax assumption about dead strip atoms uniqueness
Jakub Konka
2023-03-19
Merge pull request #14986 from ziglang/macos-hcs
Jakub Konka
2023-03-19
Fix linker segfault adding rpath to sharedlib
Ganesan Rajagopal
2023-03-19
macho: fix 32bit build
Jakub Konka
2023-03-19
Merge pull request #14998 from Luukdegram/shared-mem
Luuk de Gram
2023-03-19
Merge pull request #14838 from Luukdegram/bss-fix
Luuk de Gram
2023-03-19
macho: enable hot update state only when on compatible host
Jakub Konka
2023-03-18
macho: add wrappers for attaching/detaching from HCS process
Jakub Konka
2023-03-18
macos: HCS PoC working
Jakub Konka
2023-03-18
macho: add hot-code swapping poc
Jakub Konka
[next]