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
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
2022-02-06
stage2 ARM: enable a handful of passing behavior tests
joachimschmidt557
2022-01-26
organize behavior tests
Andrew Kelley
2021-10-26
stage2 LLVM backend: fix bitcast
Andrew Kelley
2021-10-22
stage2: change `@bitCast` to always be by-value
Andrew Kelley
2021-10-04
stage2: fix comptime `@bitCast`
Andrew Kelley
2021-06-14
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley