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
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
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-03-25
x86_64: implement struct_field_val for packed containers
Jacob Young
2023-03-05
CBE: implement big integer and vector comparisons
Jacob Young
2023-03-05
CBE: implement big integer literals
Jacob Young
2023-01-20
added test for bitcast signaled nan float
Hardy
2023-01-05
avoid triggering LLVM bug on MIPS
Andrew Kelley
2022-12-27
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557
2022-12-24
behavior: disable tests that trigger an llvm 15 bug and assertion
Jacob Young
2022-12-19
llvm: handle vectors in packed structs
Veikka Tuominen
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-11-30
wasm: enable behavior tests for packed structs
Luuk de Gram
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-10-29
cbe: implement optional slice representation change
Jacob Young
2022-10-28
Enable bitcast test now that #13214 is resolved.
Cody Tapscott
2022-10-28
stage2: Use mem.readPackedInt etc. for packed bitcasts
Cody Tapscott
2022-10-25
cbe: implement packed structs
Jacob Young
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-10-18
stage2: implement packedStuctToInt for more types
GethDW
2022-09-09
stage2 ARM: implement struct_field_val for registers
joachimschmidt557
2022-08-01
Sema: validate bitcast operand type
Veikka Tuominen
2022-06-17
stage2: comptime @bitCast packed struct bug fix
Omar Alhammadi
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-05-25
mark some more behavior tests as passing
Andrew Kelley
2022-05-04
stage2: fix `@sizeOf` for structs with comptime fields
Andrew Kelley
2022-05-04
stage2: improve `@sizeOf` and `@alignOf` integers
Andrew Kelley
2022-03-26
wasm: Enable passing tests
Luuk de Gram
2022-03-16
stage2 ARM: genSetStack for stack_argument_offset
joachimschmidt557
2022-03-13
stage2 AArch64: enable mul for ints with <= 64 bits
joachimschmidt557
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-02-28
x64: pass more behavior tests
Jakub Konka
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
2022-02-23
stage2: integer-backed packed structs
Andrew Kelley
2022-02-22
Port bitcast.zig tests
Jakub Konka
2022-02-13
Skip 8/16-bit `@bitCast` test for wasm
Cody Tapscott
2022-02-13
Add additional tests for `@bitCast`
Cody Tapscott
2022-02-11
Fix up sign handling and add arbitrary-length integer support to @bitCast()
Cody Tapscott
[next]