aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/type.zig
AgeCommit message (Expand)Author
2025-08-02disallow alignment on packed union fieldsDavid Rubin
2025-08-01remove usages of `.alignment = 0`David Rubin
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-06-16rename spirv backend nameAli Cheraghi
2025-04-05Dwarf: handle undefined type valuesJacob Young
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-01-16all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renamesmlugg
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-12-29add `@Type` behavior tests from #19985Travis Staloch
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-14riscv: truncate `airStructFieldVal` resultDavid Rubin
2024-06-13riscv: implement optional logicDavid Rubin
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
2024-05-11riscv: update behaviour tests againDavid Rubin
2024-05-11riscv: finally fix bug + `airAggregateInit`David Rubin
2024-05-11riscv: by-value structs + `@min`David Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-04-17compiler: rework comptime pointer representation and accessmlugg
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-03-11std.builtin: make container layout fields lowercaseTristan Ross
2024-03-06behavior: add tests for #18816mlugg
2024-01-07Fix failing type reificationsCarl Åstholm
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2024-01-04sema: Prevent reifying non-empty union with empty tag typeCarl Åstholm
2024-01-03Fix compile errors from the `expectEqual` changeCarl Åstholm
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-14tests: enable already passing behaviour tests for self-hosted wasmXavier Bouchoux
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-31enable passing behavior testsLuuk de Gram
2023-05-20spirv: more passing testsRobin Voetter
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-01x86_64: implement tagNameJacob Young
2023-04-23enable passing testVeikka Tuominen
2023-03-25x86_64: implement atomic loopsJacob Young
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2022-12-18std.builtin: remove layout field from Type.Enumr00ster91
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-12-17std.builtin: rename Type.Fn's args to paramsr00ster91
2022-12-17std.builtin: rename Type.Fn.Param's arg_type to typer00ster91
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-10stage2: sparc64: Implement atomic opsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-12-01Value: fix elemValueAdvanced for optional payloadsVeikka Tuominen
2022-11-02cbe: ignore comptime fields when generating tuple typedefsJacob Young
2022-10-25cbe: fix atomicsJacob Young
2022-10-25behavior: enable stage2_c tests that are currently passingJacob Young
2022-09-20Sema: check pointer qualifiers before implicit castVeikka Tuominen