aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/enum.zig
AgeCommit message (Expand)Author
2022-09-09stage2 ARM: implement struct_field_val for registersjoachimschmidt557
2022-09-09stage2 ARM: amend implementation of various AIR instructionsjoachimschmidt557
2022-09-02Sema: improve behavior of comptime_int backed enumsVeikka Tuominen
2022-08-28Sema: fix handling of non-standard int types in empty non-exhaustive enumsVeikka Tuominen
2022-08-24stage2: explicitly tagged enums no longer have one possible valueAndrew Kelley
2022-06-30stage2 llvm: ensure `@tagName` functions are uniqueVeikka Tuominen
2022-06-25stage2 ARM: implement basic intCast and error union wrappingjoachimschmidt557
2022-03-09wasm: Enable passing behavior testsLuuk de Gram
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-03-02x64: rectify and add missing optionals bitsJakub Konka
2022-03-01stage2: introduce anonymous struct literalsAndrew Kelley
2022-02-28x64: pass more behavior testsJakub Konka
2022-02-27stage2 ARM: enable more behavior testsjoachimschmidt557
2022-02-22Skip unsupported enum behavior testsJakub Konka
2022-02-22Port more behavior testsJakub Konka
2022-02-22Sema: fix comptime coercion of payload to error unionAndrew Kelley
2022-02-22Sema: auto-numbered enums increment from last tag valueAndrew Kelley
2022-01-26Sema: implement struct init is_ref=trueAndrew Kelley
2022-01-26organize behavior testsAndrew Kelley
2021-12-27Sema: fix anytype parameters whose types require comptimeAndrew Kelley
2021-12-27stage2: LLVM backend: implement `@tagName` for enumsAndrew Kelley
2021-12-26Sema: fix enum tag type not initialized when 0 fieldsAndrew Kelley
2021-12-26Sema: improve non-exhaustive enum supportAndrew Kelley
2021-11-27stage2: implement `@typeName`Andrew Kelley
2021-10-05stage2: implement runtime `@intToEnum`Andrew Kelley
2021-10-05move tagged union behavior tests to the appropriate placeAndrew Kelley
2021-10-02AstGen: fix `while` and `for` with unreachable bodiesAndrew Kelley
2021-08-23stage1: `@intToEnum` implicitly does an `@intCast`Andrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-14add ast-check flag to zig fmt, fix found bugsVeikka Tuominen
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