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-10-01
x86_64: implement float arithmetic builtins
Jacob Young
2023-10-01
x86_64: implement float round builtins
Jacob Young
2023-10-01
x86_64: implement float compare and cast builtins
Jacob Young
2023-10-01
behavior: cleanup floatop tests
Jacob Young
2023-10-01
x86_64: implement and test unary float builtins
Jacob Young
2023-10-01
Sema: add `@errorCast` which works for both error sets and error unions
Veikka Tuominen
2023-09-27
Merge pull request #17248 from antlilja/abs
Andrew Kelley
2023-09-27
Value: fix assertion failure when mutating extern union
Veikka Tuominen
2023-09-27
Add behavior tests for `@abs` builtin
antlilja
2023-09-27
Replace `@fabs` with `@abs` in behavior tests
antlilja
2023-09-26
Merge pull request #17215 from kcbanner/read_from_memory_union
Veikka Tuominen
2023-09-25
type: handle the 0-length array case in abiSizeAdvanced
kcbanner
2023-09-24
behavior: disable newly failing tests
mlugg
2023-09-23
compiler: preserve result type information through address-of operator
mlugg
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: rework the comptime representation of comptime unions
kcbanner
2023-09-23
sema: add support for unions in readFromMemory and writeToMemory
kcbanner
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
[next]