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
2022-01-25
stage2: x64: implement airTrunc
mparadinha
2022-01-25
add option to force usage of `GeneralPurposeAllocator`
Lee Cannon
2022-01-25
stage2: add naive impl of pointer type in ELF
Jakub Konka
2022-01-25
stage2: populate debug info for args passed on stack
Jakub Konka
2022-01-25
Sema: coercion of pointers to C pointers
Andrew Kelley
2022-01-25
Merge pull request #10679 from Luukdegram/wasm-unions
Andrew Kelley
2022-01-25
link: Elf, Wasm: forward strip flag when linking with LLD
Andrew Kelley
2022-01-25
zig cc: detect more linker args
Andrew Kelley
2022-01-25
wasm: Implement genTypedValue for enums
Luuk de Gram
2022-01-25
wasm: Implement lowering unions
Luuk de Gram
2022-01-25
wasm: Implement get_union_tag
Luuk de Gram
2022-01-25
wasm: Implement set_union_tag
Luuk de Gram
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-24
Sema: resolveBody takes a parameter for break blocks
Andrew Kelley
2022-01-24
llvm backend: fix not updating map after deleting global
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-24
Merge pull request #10688 from topolarity/c-backend-union-support
Andrew Kelley
2022-01-24
stage2: x64: fix printing of callee preserved regs instructions
mparadinha
2022-01-24
stage2 ARM: re-enable debug info for arguments
joachimschmidt557
2022-01-24
Cleanup unnecessary switches in union logic
Cody Tapscott
2022-01-24
Run `zig fmt`
Cody Tapscott
2022-01-24
Add `union` support to the C backend.
Cody Tapscott
2022-01-24
Fix rendering of `void` function args
Cody Tapscott
2022-01-24
Add support for rendering `.enum_numbered`
Cody Tapscott
2022-01-24
Avoid identifier conflicts with reserved C keywords
Cody Tapscott
2022-01-24
Add support for rendering `.elem_ptr`
Cody Tapscott
2022-01-23
Merge pull request #10662 from ziglang/doc-comments-zir
Andrew Kelley
2022-01-23
AstGen: doc comment fixups
Andrew Kelley
2022-01-23
c backend: Implement aligning fields and local/global variables
Jimmi Holst Christensen
2022-01-23
stage2: remove asserts and comments which are Emit.zig responsibility
Jakub Konka
2022-01-22
macho+elf: fix integer overflow in allocateAtom
Jakub Konka
2022-01-22
stage2: fix improper capacity prealloc in lowerToRm encoding
Jakub Konka
2022-01-22
stage2: do not copy args passed via stack into functions locals
Jakub Konka
2022-01-22
stage2: clean up preserving callee regs on the stack
Jakub Konka
2022-01-21
fix incorrect zir offset loading in sema
Loris Cro
2022-01-21
add function param doc comment info in zir
Loris Cro
2022-01-21
add support for more decl attributes in doc comment zir
Loris Cro
2022-01-21
add field doc comments to zir
Loris Cro
2022-01-21
astgen saves decl doc comments in zir
Loris Cro
2022-01-20
Merge pull request #10649 from ziglang/stage2-tuples
Andrew Kelley
2022-01-20
stage2: fix compilation on 32 bit targets
Andrew Kelley
2022-01-20
Fix abi size of optional slices
Luuk de Gram
2022-01-20
Sema: storePtr optimization for tuples
Andrew Kelley
2022-01-20
Sema: fix requiresComptime infinite recursion
Andrew Kelley
2022-01-20
stage2: implement tuples
Andrew Kelley
2022-01-20
Merge pull request #10638 from Luukdegram/wasm-refactor
Jakub Konka
2022-01-20
stage1: remove the "referenced here" error note
Andrew Kelley
2022-01-20
macho: do not write out ZEROFILL physically to file
Jakub Konka
2022-01-19
wasm: Re-use genTypedValue for constants
Luuk de Gram
2022-01-19
stage2: add tweak to please Apple re stack alignment
Jakub Konka
[next]