aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bitcast.zig
AgeCommit message (Expand)Author
2022-09-09stage2 ARM: implement struct_field_val for registersjoachimschmidt557
2022-08-01Sema: validate bitcast operand typeVeikka Tuominen
2022-06-17stage2: comptime @bitCast packed struct bug fixOmar Alhammadi
2022-05-27stage2 AArch64: complete genTypedValuejoachimschmidt557
2022-05-25mark some more behavior tests as passingAndrew Kelley
2022-05-04stage2: fix `@sizeOf` for structs with comptime fieldsAndrew Kelley
2022-05-04stage2: improve `@sizeOf` and `@alignOf` integersAndrew Kelley
2022-03-26wasm: Enable passing testsLuuk de Gram
2022-03-16stage2 ARM: genSetStack for stack_argument_offsetjoachimschmidt557
2022-03-13stage2 AArch64: enable mul for ints with <= 64 bitsjoachimschmidt557
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-02-28x64: pass more behavior testsJakub Konka
2022-02-27stage2 ARM: enable more behavior testsjoachimschmidt557
2022-02-23stage2: integer-backed packed structsAndrew Kelley
2022-02-22Port bitcast.zig testsJakub Konka
2022-02-13Skip 8/16-bit `@bitCast` test for wasmCody Tapscott
2022-02-13Add additional tests for `@bitCast`Cody Tapscott
2022-02-11Fix up sign handling and add arbitrary-length integer support to @bitCast()Cody Tapscott
2022-02-06stage2 ARM: enable a handful of passing behavior testsjoachimschmidt557
2022-01-26organize behavior testsAndrew Kelley
2021-10-26stage2 LLVM backend: fix bitcastAndrew Kelley
2021-10-22stage2: change `@bitCast` to always be by-valueAndrew Kelley
2021-10-04stage2: fix comptime `@bitCast`Andrew Kelley
2021-06-14add ast-check flag to zig fmt, fix found bugsVeikka Tuominen
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley