aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/type.zig
AgeCommit message (Expand)Author
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
2022-09-12remove pointless discardsAndrew Kelley
2022-08-10disable failing behavior testAndrew Kelley
2022-08-02Sema: fix reify Fn alignment and argsVeikka Tuominen
2022-07-23Sema: bad union field access safetyVeikka Tuominen
2022-05-27stage2 AArch64: complete genTypedValuejoachimschmidt557
2022-03-30replace other uses of `std.meta.Vector` with `@Vector` (#11346)Meghan
2022-03-25Sema: ensure error_set_merged is sortedVeikka Tuominen
2022-03-23wasm: Enable all passing testsLuuk de Gram
2022-03-16stage2 ARM: implement addwrap, subwrap, mulwrapjoachimschmidt557
2022-03-14Sema: fix shl_sat with comptime rhsAndrew Kelley
2022-03-14stage2: reify unionsMitchell Hashimoto
2022-03-14stage2: reify structs and tuples (#11144)Mitchell Hashimoto
2022-03-12stage2: reify opaque {}Mitchell Hashimoto
2022-03-11stage2: zirReify for enumsMitchell Hashimoto
2022-03-08deprecated TypeInfo in favor of TypeJonathan Marler
2022-03-03stage2: reify error setsMitchell Hashimoto
2022-03-01LLVM: add extra padding to structs and tuples sometimesAndrew Kelley
2022-02-27stage2: Implement `@Type` for Array, Optional, Float, and ErrorUnionCody Tapscott
2022-02-12organize behavior testsAndrew Kelley
2022-01-03stage2: move some more testsRobin Voetter
2021-12-29compiler_rt: move more functions to the stage2 sectionAndrew Kelley
2021-09-20Address Spaces: Pointer and function info in @TypeRobin Voetter