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
/
field_parent_ptr.zig
Age
Commit message (
Expand
)
Author
2025-09-20
disable failing stage2_aarch64 behavior tests
Andrew Kelley
2025-09-05
disable failing behavior test on stage2_aarch64
Andrew Kelley
2025-09-05
behavior tests: update for new requirement
Andrew Kelley
2025-07-29
disable more failing tests
mlugg
2025-07-29
Sema: remove redundant comptime-known initializer tracking
mlugg
2025-07-26
aarch64: implement more optional/error union/union support
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-03-24
stage2-wasm: pass field_parent_ptr tests
Pavel Verigo
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-04-17
test: disable newly failing test
mlugg
2024-04-05
spirv: make behavior tests passing
Ali Chraghi
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Sema: rework `@fieldParentPtr` to accept a pointer type
Jacob Young
2023-10-16
spirv: fieldParentPtr
Ali Chraghi
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-15
x86_64: fix field_ptr nonsense
Jacob Young
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-08
x86_64: fix unordered float equality
Jacob Young
2023-03-03
arm: skip unimplemented behavior test for @fieldParentPtr
Jakub Konka
2023-02-23
CBE: cleanup field access
Jacob Young
2023-02-21
Sema: implement @fieldParentPtr for unions
Isaac Freund
2022-12-27
stage2 AArch64: implement field_parent_ptr
joachimschmidt557
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-10-25
cbe: implement field_parent_ptr
Jacob Young
2022-09-09
stage2 ARM: implement field_parent_ptr
joachimschmidt557
2022-03-09
wasm: Enable passing behavior tests
Luuk de Gram
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