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-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-19
SPIR-V: Initial architecture definitions and setup
Robin Voetter
2021-01-19
SPIR-V: Add generated specification
Robin Voetter
2021-01-19
Merge pull request #7818 from kubkon/macho-more-cleanup
Jakub Konka
2021-01-19
astgen: eliminate rlWrapPtr and all its callsites
Andrew Kelley
2021-01-18
stage2: rework ZIR/TZIR for optionals and error unions
Andrew Kelley
2021-01-18
stage2: fix orelse at comptime
g-w1
2021-01-18
macho: add missing DWARF line no update in codegen
Jakub Konka
2021-01-18
stage2 macho: cleanup indirect symbol table writes
Jakub Konka
2021-01-18
stage2 AArch64: implement jump
joachimschmidt557
2021-01-18
update wasm backend to match new Module API
Andrew Kelley
2021-01-18
Merge pull request #7797 from Luukdegram/wasm-refactor
Andrew Kelley
2021-01-18
translate-c: Add Wide, UTF-16, and UTF-32 character literals
Evan Haas
2021-01-18
Merge pull request #7808 from joachimschmidt557/stage2-aarch64
Jakub Konka
2021-01-17
stage2 AArch64: update function prologue and epilogue to include stack
joachimschmidt557
2021-01-17
stage2 AArch64: add add/subtract (immediate) instructions
joachimschmidt557
2021-01-17
stage2 AArch64: fix stack offsets in genSetStack
joachimschmidt557
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-17
stage2 aarch64: add basic function pro/epilogue
Jakub Konka
2021-01-17
stage2 aarch64: add basic genSetStack
Jakub Konka
2021-01-17
stage2: add compile error for label redefinition
Andrew Kelley
2021-01-16
stage2: slight cleanup of Module by calling astgen functions
Andrew Kelley
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-16
Merge pull request #7716 from koachan/sparc64-libs
Andrew Kelley
2021-01-16
stage2 ARM: add extra load/store instructions
joachimschmidt557
2021-01-16
stage2 AArch64: add very basic return values
joachimschmidt557
2021-01-16
Generate correct opcode for 'addGen' depending on type
Luuk de Gram
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
translate-c: ensure bools are cast to int when necessary
Evan Haas
2021-01-15
Merge pull request #7785 from ziglang/std-thread-primitives
Andrew Kelley
2021-01-15
Fix f128 codegen on BE hosts
Koakuma
2021-01-15
macho: use target arch page_size for codesig
Jakub Konka
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
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
[next]