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
/
test
/
behavior
Age
Commit message (
Expand
)
Author
2023-09-15
AstGen: do not forward result pointers through @as
mlugg
2023-09-10
wasm: enable successful behavior tests
Techatrix
2023-08-30
Sema: cleanup `coerceExtra`
Jacob Young
2023-08-28
llvm/cbe: support slice in `@prefetch`
Jacob Young
2023-08-28
compiler: provide result type for @memset value
mlugg
2023-08-28
Sema: allow cast builtins on vectors
mlugg
2023-08-27
std: Rename `TailQueue` to `DoublyLinkedList`
Jay Petacat
2023-08-23
Replace `@panic` with `unreachable`, add test
riverbl
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-08-21
compiler_rt: fix f80 comparisons
Carl Ã…stholm
2023-08-21
AstGen: disallow '-0' integer literal
mlugg
2023-08-18
Make NaNs quiet by default and other NaN tidy-up (#16826)
Lewis Gaul
2023-08-11
Sema: avoid deleting runtime side-effects in comptime initializers
Jacob Young
2023-08-10
Sema: fix coerceArrayLike() for vectors with padding
Xavier Bouchoux
2023-08-10
Merge pull request #16747 from jacobly0/llvm-wo-libllvm
Andrew Kelley
2023-08-10
Sema: refactor generic calls to interleave argument analysis and parameter ty...
mlugg
2023-08-09
AstGen: handle `ty` result location for struct and array init correctly
mlugg
2023-08-09
Sema: remove `validateRunTimeType`
Jacob Young
2023-08-06
Add behavior test for copying self-referential struct
Stevie Hryciw
2023-08-06
Add behavior test for ptrCast on function pointer
Stevie Hryciw
2023-08-01
add behavior test for sub-aligned field access
Andrew Kelley
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-31
cbe: get behavior tests running on arm
Jacob Young
2023-07-31
std: cleanup asm usage
Jacob Young
2023-07-29
Merge pull request #16611 from xxxbxxx/packed-struct
Jacob Young
2023-07-29
add behavior test for vector bitcast at comptime
Evan Haas
2023-07-29
llvm: support read-write output constraints in assembly
Jacob Young
2023-07-29
Allow zero-sized fields in extern structs (#16404)
AdamGoertz
2023-07-29
codegen: fix access to byte-aligned nested packed struct elems
Xavier Bouchoux
2023-07-29
behavior: add coverage for no longer reproducing issue
Jacob Young
2023-07-29
llvm: partial fix of store undefined to packed result location
Xavier Bouchoux
2023-07-28
llvm: fix SysV C abi for structs smaller than two eightbytes
Jacob Young
2023-07-28
Sema: don't reorder tuple fields
Jacob Young
2023-07-27
frontend: make fn calls byval; fix false positive isNonErr
Andrew Kelley
2023-07-26
Merge pull request #16572 from ziglang/stage1-test-coverage
Andrew Kelley
2023-07-26
AstGen: fix missing deferred ref
Jacob Young
2023-07-26
add behavior test for defer assign
Andrew Kelley
2023-07-26
add behavior test for switch nested break
Andrew Kelley
2023-07-26
add behavior test for bitcast packed struct twice
Andrew Kelley
2023-07-26
add behavior test for comptime ptrcast packed struct
Andrew Kelley
2023-07-26
add behavior test for union with 128 bit integer
Andrew Kelley
2023-07-26
add behavior test for tail calls
Andrew Kelley
2023-07-26
add behavior test for comptime array load
Andrew Kelley
2023-07-25
frontend: forbid packed and extern tuples
Andrew Kelley
2023-07-25
codegen/llvm: fix memset with vectors smaller than one byte
Xavier Bouchoux
2023-07-25
make `@typeInfo` not return private decls
Jacob G-W
2023-07-23
InternPool: add func_coerced handling to funcIesResolved
Andrew Kelley
2023-07-22
wasm: correctly intcast signed integers
Luuk de Gram
2023-07-18
Sema: fix return type of generic function is function pointer
Andrew Kelley
2023-07-12
Update tests to new splat syntax
antlilja
[prev]
[next]