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
/
bitcast.zig
Age
Commit message (
Expand
)
Author
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-28
riscv64: skip failing tests
Bingwu Zhang
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-03
Legalize: handle packed semantics
Jacob Young
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-03-24
stage2-wasm: packed store/load 128 bits
Pavel Verigo
2025-03-18
spirv: packed struct init + field val access
Ali Cheraghi
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2024-11-04
test: Disable some vector behavior tests on aarch64_be.
Alex Rønne Petersen
2024-10-02
test: Re-enable "bitcast nan float does not modify signaling bit" for LLVM + ...
Alex Rønne Petersen
2024-09-19
test: Disable `@bitCast of packed struct containing pointer` temporarily.
Alex Rønne Petersen
2024-09-12
test: Re-enable a bunch of behavior tests with LLVM.
Alex Rønne Petersen
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-26
riscv: enable passing tests
David Rubin
2024-07-14
riscv: truncate `airStructFieldVal` result
David Rubin
2024-06-13
riscv: rewrite "binOp"
David Rubin
2024-06-13
riscv: zero registers when using register-wide operations
David Rubin
2024-06-13
riscv: `std.fmt.format` running
David Rubin
2024-05-11
riscv: update behaviour tests again
David Rubin
2024-05-11
riscv: finally fix bug + `airAggregateInit`
David Rubin
2024-05-11
riscv: math progress
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
2024-03-21
disable failing behavior test: "comptime bitcast with fields following f80"
Andrew Kelley
2024-02-25
x86_64: implement `@shuffle`
Jacob Young
2024-02-06
x86_64+macho: pass more behavior tests
Jakub Konka
2024-01-15
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller
2023-12-03
x86_64: implement more compliant vectors
Jacob Young
2023-12-01
test: test with `-fstrip` and fix failures
Jacob Young
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-05
x86_64: implement C abi for everything else
Jacob Young
2023-10-05
x86_64: implement C abi for f128
Jacob Young
2023-10-01
x86_64: implement float compare and cast builtins
Jacob Young
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-09-10
wasm: enable successful behavior tests
Techatrix
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-07-31
std: finish cleanup up asm
Jacob Young
2023-07-12
Update tests to new splat syntax
antlilja
2023-07-03
behavior: test @bitCast of packed struct of bools
r00ster91
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-18
x86_64: rewrite casts
Jacob Young
[next]