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-11
Sema: implement `@shuffle` at comptime and for differing lengths
Veikka Tuominen
2022-03-11
stage2: implement `@shuffle` at runtime
Veikka Tuominen
2022-03-11
Sema: enable shl and bitwise for vectors at runtime
Veikka Tuominen
2022-03-11
Sema: improve detection of generic parameters
Veikka Tuominen
2022-03-11
stage2: passing threadlocal tests for x86_64-linux
Andrew Kelley
2022-03-10
stage2: fix comptime element load of undef array
Andrew Kelley
2022-03-10
AstGen: structInitExpr and arrayInitExpr avoid crash
Andrew Kelley
2022-03-10
AstGen: lower anon struct inits differently
Andrew Kelley
2022-03-10
stage2: implement integer pointer constants
Andrew Kelley
2022-03-10
stage2: improve Type.eql and Type.hash for error sets
Andrew Kelley
2022-03-10
stage2: error_set_merged type equality
Mitchell Hashimoto
2022-03-10
Sema: implement zirStructInit is_ref=true union
Veikka Tuominen
2022-03-10
stage2 llvm: implement lowerParentPtr for int_{u,i}64
Veikka Tuominen
2022-03-10
Sema: if generic function evaluates to another generic function call it inline
Veikka Tuominen
2022-03-10
Sema: add coercion from [:x]T to [*:x]T
Veikka Tuominen
2022-03-09
Sema: implement pointer to tuple to pointer to array coercion
Andrew Kelley
2022-03-09
Sema: implement pointer-to-tuple coercion to slice and struct
Andrew Kelley
2022-03-09
Sema: fix crash with `@sizeOf` on unions
Andrew Kelley
2022-03-09
Sema: fix generic fn instantiation with anytype
Andrew Kelley
2022-03-09
wasm: Enable passing behavior tests
Luuk de Gram
2022-03-09
wasm: Implement `field_parent_ptr`
Luuk de Gram
2022-03-09
wasm: Implement `errunion_payload_ptr_set`
Luuk de Gram
2022-03-09
wasm: Preliminary `fptrunc` support
Luuk de Gram
2022-03-09
wasm: Implement fpext
Luuk de Gram
2022-03-09
wasm: Improve switch implementation
Luuk de Gram
2022-03-09
AstGen: ensure lableld block implicitly ends in a break
Veikka Tuominen
2022-03-09
Sema: handle noreturn result in condbr_inline
Veikka Tuominen
2022-03-09
Sema: implement tuple fieldptr and fieldval
Andrew Kelley
2022-03-08
Sema: implement coercion of tuples to structs
Andrew Kelley
2022-03-08
Sema: implement comptime struct fields
Andrew Kelley
2022-03-08
Merge pull request #11085 from ziglang/llvm-debug-info
Andrew Kelley
2022-03-08
Merge pull request #11090 from mitchellh/inferred-ty
Andrew Kelley
2022-03-08
LLVM: fix memory leak of debug type names
Andrew Kelley
2022-03-08
LLVM: add debug info for opaque, vector, and tuples
Andrew Kelley
2022-03-08
stage2: implement Type.getOwnerDecl for opaque types
Andrew Kelley
2022-03-08
LLVM: no longer store args into alloca instructions
Andrew Kelley
2022-03-08
LLVM: add debug info for parameters
Andrew Kelley
2022-03-08
LLVM: fix not handling dbg_stmt relative line
Andrew Kelley
2022-03-08
LLVM: add debug type lowering for ptr, slice, opaque, optional
Andrew Kelley
2022-03-08
LLVM: memoize debug types and add enum debug types
Andrew Kelley
2022-03-08
LLVM: add DISubprogram and DIType lowering; handle dbg_stmt
Andrew Kelley
2022-03-08
LLVM: add compile unit to debug info
Andrew Kelley
2022-03-08
stage2 ARM: implement ret_load
joachimschmidt557
2022-03-08
stage2: sentinel array init must add sentinel to array value
Mitchell Hashimoto
2022-03-08
stage2: inferred alloc can use bitcast ty
Mitchell Hashimoto
2022-03-08
stage2: elem vals of many pointers need not deref pointers
Mitchell Hashimoto
2022-03-08
Merge pull request #11079 from Vexu/stage2
Andrew Kelley
2022-03-08
translate-c: use nested scope for comma operator in macros
Evan Haas
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-03-08
stage2 ARM: implement ptr_add, ptr_sub for all element sizes
joachimschmidt557
[next]