aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/enum.zig
AgeCommit message (Expand)Author
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