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-23
spirv: fix blocks that return no value
Robin Voetter
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-23
spirv: constant elem ptr
Robin Voetter
2023-09-23
spirv: air wrap_errunion_payload
Robin Voetter
2023-09-23
spirv: generate module initializer
Robin Voetter
2023-09-23
spirv: air array_elem_val using hack
Robin Voetter
2023-09-23
spirv: air array_to_slice
Robin Voetter
2023-09-23
spirv: air sub_with_overflow
Robin Voetter
2023-09-23
spirv: air union_init
Robin Voetter
2023-09-23
spirv: air set_union_tag + improve load()/store()
Robin Voetter
2023-09-23
spirv: air struct_field_ptr for unions
Robin Voetter
2023-09-23
spirv: air struct_field_val for unions
Robin Voetter
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-09-23
Sema: refactor detection of comptime-known consts
mlugg
2023-09-21
InternPool,Sema,type,llvm: alignment fixes
mlugg
2023-09-19
langref: disable var args example on aarch64-windows
Andrew Kelley
2023-09-19
re-enable passing behavior test
Andrew Kelley
2023-09-19
behavior: disable another test regressed by LLVM 17 for mips
Jacob Young
2023-09-19
compiler_rt: fix arm hard-float f16 abi
Jacob Young
2023-09-19
compiler_rt: fix fp sub being optimized to call itself
Jacob Young
2023-09-19
disable behavior tests regressed by LLVM 17
Andrew Kelley
2023-09-19
behavior: disable test that regressed with LLVM 17
Jacob Young
2023-09-19
write function types consistently with a space before `fn` keyword
r00ster91
2023-09-19
x86 backend: don't read bogus safety flag
Andrew Kelley
2023-09-18
std.zig.c_translation.zig: fix L suffix with sized ints
Banacial
2023-09-17
AstGen: allow closure over known-runtime values within @TypeOf
mlugg
2023-09-15
Sema: mark pointers to inline functions as comptime-only
mlugg
2023-09-15
compiler: implement destructuring syntax
mlugg
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
[next]