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
2021-07-20
stage2: update LLVM backend to new AIR memory layout
Andrew Kelley
2021-07-20
stage2: ELF linking: avoid crashing for stupidly large functions
Andrew Kelley
2021-07-20
plan9 linker: fix after testing
Jacob G-W
2021-07-20
Refactor entire wasm-backend to use new AIR memory layout
Luuk de Gram
2021-07-20
Fix wasm-related compile errors:
Luuk de Gram
2021-07-20
plan9 linker: make more incremental
Jacob G-W
2021-07-20
codegen: add FnResult type which is a Result that removes externally_managed
Jacob G-W
2021-07-20
stage2: compile error fixes for AIR memory layout branch
Andrew Kelley
2021-07-20
stage2: Air and Liveness are passed ephemerally
Andrew Kelley
2021-07-20
stage2: first pass over Module.zig for AIR memory layout
Andrew Kelley
2021-07-20
stage2: rework AIR memory layout
Andrew Kelley
2021-07-12
C backend: TypedefMap is now ArrayHashMap
Andrew Kelley
2021-07-11
stage2 plan9: add aarch64 support
Jacob G-W
2021-07-08
plan9 cleanups
Andrew Kelley
2021-07-08
plan9 linker: remove unused stuff
Jacob G-W
2021-07-08
plan9 linker: remove panics and improve 64 bit support
Jacob G-W
2021-07-08
plan9 linker: use a global offset table
Jacob G-W
2021-07-08
plan9 linker: correct runtime vs file offset converting code
Jacob G-W
2021-07-08
plan9 linker: produce an object file that can actually work!!!
Jacob G-W
2021-07-08
plan9 linker: do relocations
Jacob G-W
2021-07-08
plan9 linker: write symbol table
Jacob G-W
2021-07-08
plan9 linker: make runnable binaries
Jacob G-W
2021-07-08
initial plan9 boilerplate
jacob gw
2021-07-08
C backend: cleanups to wrapping int operations
Andrew Kelley
2021-07-08
C backend: add/sub/mul wrapping for the C backend
Matt Knight
2021-07-07
stage2: get tests passing
Andrew Kelley
2021-07-07
stage2: implement `@panic` and beginnigs of inferred error sets
Andrew Kelley
2021-07-02
avoid calling into stage1 backend when AstGen fails
Andrew Kelley
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-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
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-26
zld: link against system libSystem.tbd
Jakub Konka
2021-06-25
Merge pull request #9202 from ifreund/sysroot
Jakub Konka
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-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
[next]