aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/field_parent_ptr.zig
AgeCommit message (Expand)Author
2025-09-20disable failing stage2_aarch64 behavior testsAndrew Kelley
2025-09-05disable failing behavior test on stage2_aarch64Andrew Kelley
2025-09-05behavior tests: update for new requirementAndrew Kelley
2025-07-29disable more failing testsmlugg
2025-07-29Sema: remove redundant comptime-known initializer trackingmlugg
2025-07-26aarch64: implement more optional/error union/union supportJacob Young
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-03-24stage2-wasm: pass field_parent_ptr testsPavel Verigo
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-04-17test: disable newly failing testmlugg
2024-04-05spirv: make behavior tests passingAli Chraghi
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Sema: rework `@fieldParentPtr` to accept a pointer typeJacob Young
2023-10-16spirv: fieldParentPtrAli Chraghi
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-15x86_64: fix field_ptr nonsenseJacob Young
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-08x86_64: fix unordered float equalityJacob Young
2023-03-03arm: skip unimplemented behavior test for @fieldParentPtrJakub Konka
2023-02-23CBE: cleanup field accessJacob Young
2023-02-21Sema: implement @fieldParentPtr for unionsIsaac Freund
2022-12-27stage2 AArch64: implement field_parent_ptrjoachimschmidt557
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-10-25cbe: implement field_parent_ptrJacob Young
2022-09-09stage2 ARM: implement field_parent_ptrjoachimschmidt557
2022-03-09wasm: Enable passing behavior testsLuuk de Gram
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