aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/while.zig
AgeCommit message (Expand)Author
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-03-21x86_64: (re)implement optional opsJacob Young
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2022-12-29stage2 AArch64: implement errUnion{Err,Payload} for registersjoachimschmidt557
2022-12-27stage2 AArch64: unify callee-preserved regs on all targetsjoachimschmidt557
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06add behavior test for while(true) not needing else unreachableAndrew Kelley
2022-11-30LLVM: fix canElideLoad behavior with loopsAndrew Kelley
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