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
Age
Commit message (
Expand
)
Author
2021-06-30
std.Thread: fixup ThreadPool.zig
kprotty
2021-06-30
std.Thread.getCpuCount(): fix usages
kprotty
2021-06-30
changes to accomodate std.Thread update
kprotty
2021-06-30
Add support for WASI reactor in pure Zig-exe. (#9178)
Takeshi Yoneda
2021-06-30
Merge pull request #9254 from moosichu/feature/macos-link-universal-static-libs
Jakub Konka
2021-06-30
Merge pull request #9266 from ziglang/zld-dylibs
Jakub Konka
2021-06-29
Remove mention of lldMachO from the project
Jakub Konka
2021-06-29
std: implement a cross platform file locking abstraction
Andrew Kelley
2021-06-29
stage2: remove c_object_cache_digest_set
Andrew Kelley
2021-06-29
stage2: Cache system handles shared objects
Andrew Kelley
2021-06-29
Add fat/universal archive support to zig ld
Tom Maenan Read Cutting
2021-06-29
zld: we can now create basic dylibs targeting macOS!
Jakub Konka
2021-06-29
zld: put all global symbols in the export trie
Jakub Konka
2021-06-29
zld: remove system linker hack and lld hooks
Jakub Konka
2021-06-28
Merge pull request #9242 from ziglang/zld-link-system-libsystem-when-native
Jakub Konka
2021-06-28
zld: if libSystem.dylib found, then need to link libc.dylib too
Jakub Konka
2021-06-28
zld: recurse dylibs reexports when defined and desired
Jakub Konka
2021-06-28
zld: frameworks do not need dylib ext on older macs
Jakub Konka
2021-06-27
Revert "Include package root dir in stage2 error messages"
Andrew Kelley
2021-06-27
Include package root dir in stage2 error messages
J.C. Moyer
2021-06-27
stage2: fix unreachable in union(enum) with anytype payload
g-w1
2021-06-26
zld: link against system libSystem.tbd
Jakub Konka
2021-06-25
Merge pull request #9202 from ifreund/sysroot
Jakub Konka
2021-06-25
AstGen: fix O(N^2) perf for many decls with same parent
Andrew Kelley
2021-06-25
zld: fix section mapping for Go specific sections
Jakub Konka
2021-06-25
stage2: add --sysroot link option
Isaac Freund
2021-06-25
Add fat/universal dylib support to zig ld
Tom Maenan Read Cutting
2021-06-25
stage2: implement @setRuntimeSafety
Jacob G-W
2021-06-24
zld: fix Dylib.Id parsing logic for string values
Jakub Konka
2021-06-24
Apply AST fixes
Jakub Konka
2021-06-24
zld: put DICE and CodeSig load commands last
Jakub Konka
2021-06-24
zld: parse dylib's id from tbd
Jakub Konka
2021-06-24
zld: exclude libs part of the umbrella
Jakub Konka
2021-06-24
zld: when parsing dylibs, allow multiple return values
Jakub Konka
2021-06-24
zld: naively parse all dylib deps in stubs
Jakub Konka
2021-06-24
zld: merge Stub with Dylib struct
Jakub Konka
2021-06-24
Classify .m as ObjC, compile using clang and link with zld
Jakub Konka
2021-06-24
zld: clean up memory management and refactor
Jakub Konka
2021-06-24
zld: handle dynamic binding of proxies for objc correctly
Jakub Konka
2021-06-24
zld: fix finding pointers for rebasing
Jakub Konka
2021-06-24
zld+macho: populate segname from SegmentCommand when adding section
Jakub Konka
2021-06-24
zld: handle objc-specific sections
Jakub Konka
2021-06-24
zld: clean up logic for matching and mapping sections
Jakub Konka
2021-06-24
zld+stage2: refactor creating segments and sections
Jakub Konka
2021-06-24
zld: parse framework dirs and names
Jakub Konka
2021-06-24
tapi: apply ast fixes
Jakub Konka
2021-06-24
zld: extract path to libc in the linker proper
Jakub Konka
2021-06-24
zld: introduce Stub.zig which represents parsed stub file
Jakub Konka
2021-06-24
zld: move logic unpacking path to libc stub to Compilation
Jakub Konka
2021-06-24
zld: apply AST fixes
Jakub Konka
[next]