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-01-19
SPIR-V: Make emitting binary more efficient
Robin Voetter
2021-01-19
SPIR-V: Add glsl450 and vulkan spir-v operating system definitions
Robin Voetter
2021-01-19
SPIR-V: Linking and codegen setup
Robin Voetter
2021-01-18
stage2 macho: cleanup indirect symbol table writes
Jakub Konka
2021-01-18
Merge pull request #7797 from Luukdegram/wasm-refactor
Andrew Kelley
2021-01-17
macho: refactor undef symbol handling
Jakub Konka
2021-01-17
macho: improve x86_64 tests; clean fixups on error
Jakub Konka
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-16
Add tests and move tests to wasm's own file
Luuk de Gram
2021-01-15
Cleanup and 'add' instruction for bigger test area
Luuk de Gram
2021-01-15
stage2: refactor wasm backend - similar to the other backends
Luuk de Gram
2021-01-15
macho: ensure that strtab always follows symtab
Jakub Konka
2021-01-15
macho: use target arch page_size for codesig
Jakub Konka
2021-01-13
macho: update DebugSymbols to include DATA_CONST seg
Jakub Konka
2021-01-13
macho: properly populate offset into lazy bind info
Jakub Konka
2021-01-13
macho: add x86_64 support
Jakub Konka
2021-01-13
macho: bring back lld cc hot-fix
Jakub Konka
2021-01-13
macho: document more code + add test case
Jakub Konka
2021-01-13
macho: refactor writing and managing externs
Jakub Konka
2021-01-13
macho: memorize start of stubs in helper
Jakub Konka
2021-01-13
macho: write out stubs for new externs only
Jakub Konka
2021-01-13
macho: fully working PoC with main and exit
Jakub Konka
2021-01-13
macho: first working draft of externs on macOS
Jakub Konka
2021-01-13
macho: write out binding info
Jakub Konka
2021-01-13
macho: write out rebase info
Jakub Konka
2021-01-13
macho: populate stubs and stub_helper
Jakub Konka
2021-01-13
macho: add missing data sections
Jakub Konka
2021-01-13
macho: prealloc DATA_CONST and DATA segments
Jakub Konka
2021-01-13
stage2: lay the groundwork in prep for extern fn
Jakub Konka
2021-01-06
stage2: update to new ArrayListHashMap API
Andrew Kelley
2021-01-06
Merge pull request #7700 from FireFox317/more-stage2-stuff-llvm
Andrew Kelley
2021-01-06
stage2: C backend: support unused Decls
Andrew Kelley
2021-01-06
stage2: rename and move files related to LLVM backend
Timon Kruiper
2021-01-05
stage2: C backend: re-implement emit-h
Andrew Kelley
2021-01-05
stage2: C backend: remove format() hackery
Andrew Kelley
2021-01-05
stage2: link.C: use pwritev
Andrew Kelley
2021-01-05
stage2: rework the C backend
Andrew Kelley
2021-01-05
integrate CBE with Compilation.update pipeline (closes #7589)
Noam Preil
2021-01-03
Merge pull request #7681 from kubkon/stage2-aarch64-fn-args
Andrew Kelley
2021-01-03
stage2: add aarch64 stage2 tests
Jakub Konka
2021-01-03
stage2: Output the LLVM object files in the cache directory
Timon Kruiper
2021-01-02
stage2: implement function call inlining in the frontend
Andrew Kelley
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
Remove some unwanted changes
LemonBoy
2021-01-02
langref: Update langref to use {s}
LemonBoy
2021-01-02
Fix more stray uses of {} for formatting strings
LemonBoy
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2021-01-01
macho: unblock stage2 on 32bit platforms (#7632)
Jakub Konka
2020-12-31
Merge pull request #7616 from ziglang/stage2-inferred-vars
Andrew Kelley
2020-12-31
More MachO.zig fixes ensuring 32bit compat
Jakub Konka
[next]