aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/ptrcast.zig
AgeCommit message (Expand)Author
2022-03-09wasm: Enable passing behavior testsLuuk de Gram
2022-03-03stage2: support @ptrCast for slices with an offsetCody Tapscott
2022-03-03stage2: Preserve larger alignment in @ptrCastCody Tapscott
2022-03-01LLVM: add extra padding to structs and tuples sometimesAndrew Kelley
2022-02-28Sema: fix pointer type hash and equality functionsAndrew Kelley
2022-01-26Sema: implement struct init is_ref=trueAndrew Kelley
2021-10-21stage2: implement comptime loads through casted pointersAndrew Kelley
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