aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/if.zig
AgeCommit message (Expand)Author
2022-07-14Sema: fix coerceResultPtrAndrew Kelley
2022-07-14Sema: fix coerce_result_ptr in case of inferred result typeAndrew Kelley
2022-06-28Revert "AstGen: preserve inferred ptr result loc for breaks"Andrew Kelley
2022-06-25stage2 ARM: implement basic intCast and error union wrappingjoachimschmidt557
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-03-01LLVM: add extra padding to structs and tuples sometimesAndrew Kelley
2022-02-28x64: pass more behavior testsJakub Konka
2022-02-27stage2 ARM: implement slice and array_to_slicejoachimschmidt557
2022-02-27stage2 ARM: enable more behavior testsjoachimschmidt557
2022-02-22Port more behavior testsJakub Konka
2022-01-26organize behavior testsAndrew Kelley
2021-10-28C backend: fix crash when number of Decls passes a thresholdAndrew Kelley
2021-10-28C backend: fix ptrtoint and wrap_errunion_errAndrew Kelley
2021-10-02AstGen: fix `while` and `for` with unreachable bodiesAndrew Kelley
2021-10-02AstGen: fix if, orelse, catch, with unreachable bodiesAndrew Kelley
2021-08-07stage2: pass some error union testsAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
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