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_int.zig
Age
Commit message (
Expand
)
Author
2025-09-05
behavior tests: update for new requirement
Andrew Kelley
2025-07-29
disable more failing tests
mlugg
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-28
riscv64: skip failing tests
Bingwu Zhang
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-03-24
stage2-wasm: enable already working tests
Pavel Verigo
2025-03-18
spirv: aligned load for physical storage variables
Ali Cheraghi
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2024-09-01
riscv: implement `errunion_payload_ptr_set`
David Rubin
2024-07-26
riscv: enable passing tests
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-10-08
codegen/llvm: truncate padding bits when loading a non-byte-sized value
Xavier Bouchoux
2023-10-08
codegen/wasm: fix intcast accross 32-bits boundary
Xavier Bouchoux
2023-10-08
test: add behaviour test for casting accross 32-bits boundary
Xavier Bouchoux
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-07-22
wasm: correctly intcast signed integers
Luuk de Gram
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-05-31
enable passing behavior tests
Luuk de Gram
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-04-02
x86_64: implement large cmp
Jacob Young
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-03-18
organize behavior tests
Andrew Kelley
2022-01-10
wasm: Implement float_to_int
Luuk de Gram