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
/
cast.zig
Age
Commit message (
Expand
)
Author
2023-10-01
x86_64: implement float compare and cast builtins
Jacob Young
2023-09-23
compiler: preserve result type information through address-of operator
mlugg
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-09-19
disable behavior tests regressed by LLVM 17
Andrew Kelley
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-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
Sema: allow cast builtins on vectors
mlugg
2023-08-06
Add behavior test for ptrCast on function pointer
Stevie Hryciw
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-31
cbe: get behavior tests running on arm
Jacob Young
2023-07-12
Update tests to new splat syntax
antlilja
2023-06-25
behavior: add tests for cast builtins coercing to optional and error union
mlugg
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-14
Merge pull request #15726 from mlugg/feat/peer-type-resolution-but-better
Andrew Kelley
2023-06-13
Sema: rewrite peer type resolution
mlugg
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-06-10
behavior: update for different inferred error set order
Jacob Young
2023-05-20
spirv: ptr_elem_val
Robin Voetter
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-16
Merge pull request #15713 from alichraghi/ali-spirv
Andrew Kelley
2023-05-15
spirv: lower ptrtoint & ignore dbg_inline instructions
Ali Chraghi
2023-05-15
x86_64: reimplement `@floatToInt`
Jacob Young
2023-05-15
spirv: lower float_to_int and int_to_float
Ali Chraghi
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-03
x86_64: fix feature confusion
Jacob Young
2023-05-03
x86_64: fix global slices
Jacob Young
2023-05-01
behavior: update affected tests for the x86_64 backend
Jacob Young
2023-04-22
wasm: enable `@intToError` test
Luuk de Gram
2023-04-21
behavior: enable a bunch of disabled tests
Jacob Young
2023-04-15
disable more failing C backend tests
Andrew Kelley
2023-04-15
disable not-yet-passing C backend tests
Andrew Kelley
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-04-03
x86_64: implement cmp_lt_errors_len
Jacob Young
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-03-24
x86_64: canonicalize each br of a block
Jacob Young
2023-03-24
x86_64: fix more value tracking bugs
Jacob Young
2023-03-21
x86_64: implement atomic and fence ops
Jacob Young
2023-03-21
x86_64: (re)implement optional ops
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-03-05
CBE: implement vector operations
Jacob Young
2023-02-19
add test coverage for fixed bug. closes #5516
Andrew Kelley
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-02-11
Sema: add missing peer type resolution for error unions
Veikka Tuominen
2023-01-31
wasm: apply request change
Techatrix
2022-12-31
add tests for fixed stage1 bugs
Veikka Tuominen
[next]