aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/while.zig
AgeCommit message (Expand)Author
2022-09-09stage2 ARM: amend implementation of various AIR instructionsjoachimschmidt557
2022-07-13AstGen: fix loop control flow applying to wrong loopAndrew Kelley
2022-06-25stage2 ARM: implement basic intCast and error union wrappingjoachimschmidt557
2022-03-24AstGen: emit break_inline from inline while loopAndrew Kelley
2022-03-19stage2: add debug info for payload capturesVeikka Tuominen
2022-03-09Sema: implement pointer to tuple to pointer to array coercionAndrew Kelley
2022-03-08stage2 ARM: implement ret_loadjoachimschmidt557
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-02-28x64: pass more behavior testsJakub Konka
2022-02-27stage2 ARM: implement slice and array_to_slicejoachimschmidt557
2022-02-22Skip unsupported while behavior testsJakub Konka
2022-02-22Port more behavior testsJakub Konka
2022-01-17Sema: implement else capture valueAndrew Kelley
2021-12-27AstGen: fix loop result locationsAndrew Kelley
2021-11-27stage2: implement `@typeName`Andrew Kelley
2021-10-14stage2: LLVM backend: implement `wrap_optional` AIRAndrew Kelley
2021-10-02AstGen: fix `while` and `for` with unreachable bodiesAndrew 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