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
/
ptrcast.zig
Age
Commit message (
Expand
)
Author
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-03
codegen: handle variable and decl_ref_mut consistently
Jacob Young
2023-04-28
stage2: sparc64: Skip unimplemented tests
Koakuma
2023-03-21
x86_64: (re)implement optional ops
Jacob Young
2023-03-15
disable failing aarch64 backend behavior tests
Andrew Kelley
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2022-12-29
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-27
add behavior test for comptime pointer casting
Andrew Kelley
2022-12-27
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557
2022-12-18
add behavior test for comptime pointer casting
Andrew Kelley
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-12-02
cbe: use memcpy for underaligned loads and stores
Jacob Young
2022-10-25
cbe: implement 128-bit and fix smaller integer builtins
Jacob Young
2022-09-09
stage2 ARM: implement struct_field_val for registers
joachimschmidt557
2022-05-09
wasm: Write nops for padding debug info
Luuk de Gram
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-03-26
wasm: Enable passing tests
Luuk de Gram
2022-03-23
stage2 CBE: Improve support for unions and error sets
Cody Tapscott
2022-03-17
disable x86_64 behavior test that does not run valgrind clean
Andrew Kelley
2022-03-17
CBE: enable more tests that are currently passing
Daniele Cocca
2022-03-16
stage2 ARM: implement addwrap, subwrap, mulwrap
joachimschmidt557
2022-03-14
stage2: fixups for topolarity-comptime-memory-reinterp branch
Andrew Kelley
2022-03-14
stage2 llvm: Respect container type when lowering parent pointers
Cody Tapscott
2022-03-09
wasm: Enable passing behavior tests
Luuk de Gram
2022-03-03
stage2: support @ptrCast for slices with an offset
Cody Tapscott
2022-03-03
stage2: Preserve larger alignment in @ptrCast
Cody Tapscott
2022-03-01
LLVM: add extra padding to structs and tuples sometimes
Andrew Kelley
2022-02-28
Sema: fix pointer type hash and equality functions
Andrew Kelley
2022-01-26
Sema: implement struct init is_ref=true
Andrew Kelley
2021-10-21
stage2: implement comptime loads through casted pointers
Andrew Kelley
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