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-03-05
macho: migrate to named struct for slices
Jakub Konka
2022-03-05
macho: handle optional non-ptr types in DWARF
Jakub Konka
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-03-05
stage2 AArch64: generate less no-op branches
joachimschmidt557
2022-03-05
stage2 AArch64: implement bitwise binary operations
joachimschmidt557
2022-03-05
stage2 AArch64: introduce logical immediate instructions
joachimschmidt557
2022-03-04
stage2: fix tuple assigned to variable
Andrew Kelley
2022-03-04
zig cc: integrate with -fstack-check, -fno-stack-check
Andrew Kelley
2022-03-04
stage2 ARM: generate less no-op branches
joachimschmidt557
2022-03-03
Sema: rework peer type logic for pointers
Andrew Kelley
2022-03-03
stage2: peer resolve *T to [*c]T
Mitchell Hashimoto
2022-03-03
stage2: cleanups to wasm memory intrinsics
Andrew Kelley
2022-03-03
cbe: Implement wasm builtins
Luuk de Gram
2022-03-03
Update behavior tests
Luuk de Gram
2022-03-03
wasm: Implement `@wasmMemoryGrow` builtin
Luuk de Gram
2022-03-03
wasm: Implement `@wasmMemorySize()` builtin
Luuk de Gram
2022-03-03
Merge pull request #11049 from mitchellh/peer-arrays
Andrew Kelley
2022-03-03
stage2: make analyzePtrArithmetic no-op with offset=0
Veikka Tuominen
2022-03-03
stage2: remove opaque type workaround from `Type.ptrAlignment`
Veikka Tuominen
2022-03-03
stage2: add 'called from here' error note
Veikka Tuominen
2022-03-03
Sema: allow pointers to opaques to be aligned
Andrew Kelley
2022-03-03
stage2 llvm: Lower 0-bit field-ptr as ptr-to-void
Cody Tapscott
2022-03-03
stage2: support @ptrCast for slices with an offset
Cody Tapscott
2022-03-03
stage2: Preserve larger alignment in @ptrCast
Cody Tapscott
2022-03-03
stage2: reify error sets
Mitchell Hashimoto
2022-03-03
stage2: peer resolve const array pointer to unknown ptr
Mitchell Hashimoto
2022-03-03
stage2: peer resolve const u8 slices correctly
Mitchell Hashimoto
2022-03-03
LLVM: fix lowering of unions and switches
Andrew Kelley
2022-03-02
Sema: implement cast from anon struct ptr to union ptr
Andrew Kelley
2022-03-02
stage2: implement @errSetCast (#11039)
Mitchell Hashimoto
2022-03-02
Sema: add coercion from anon structs to unions
Andrew Kelley
2022-03-02
codegen: handle elem_ptr when lowering to memory
Jakub Konka
2022-03-02
Sema: detect comptime-known union initializations
Andrew Kelley
2022-03-02
LLVM: aggregate_init supports structs
Andrew Kelley
2022-03-02
Merge pull request #11025 from Vexu/stage2
Andrew Kelley
2022-03-02
Zir: rename the 'ret_coerce' tag to 'ret_tok' as per TODO
Curtis Wilkinson
2022-03-02
stage2 parser: UTF-8 encode \u{NNNNNN} escape sequences
Cody Tapscott
2022-03-02
x64: fix bug in lowering optionals directly to immediate
Jakub Konka
2022-03-02
codegen: leave f80 explicitly unhandled for now
Jakub Konka
2022-03-02
x64: fix incorrect calc of rdi spill stack loc for backpatching
Jakub Konka
2022-03-02
x64: fix intCast to properly clear out dest register
Jakub Konka
2022-03-02
x64: rectify and add missing optionals bits
Jakub Konka
2022-03-02
stage2: add cast from ?*T to ?*anyopaque
Veikka Tuominen
2022-03-02
stage2: resolve options values
Veikka Tuominen
2022-03-02
stage2: implement `@extern`
Veikka Tuominen
2022-03-02
codegen: lower optionals and floats across linking backends
Jakub Konka
2022-03-02
Merge pull request #11026 from ziglang/codegen-field-ptr
Jakub Konka
2022-03-01
stage2: introduce anonymous struct literals
Andrew Kelley
2022-03-01
LLVM: add extra padding to structs and tuples sometimes
Andrew Kelley
2022-03-01
Sema: correct implementation of comptimeOnly for tuples
Andrew Kelley
[next]