aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/for.zig
AgeCommit message (Expand)Author
2022-03-17CBE: enable more tests that are currently passingDaniele Cocca
2022-03-13stage2: add debug info for locals in the LLVM backendAndrew Kelley
2022-03-09Sema: fix crash with `@sizeOf` on unionsAndrew Kelley
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-03-01LLVM: add extra padding to structs and tuples sometimesAndrew Kelley
2022-02-27stage2 ARM: enable more behavior testsjoachimschmidt557
2022-02-22Port more behavior testsJakub Konka
2022-02-21Sema: fix comptime union initializationAndrew Kelley
2022-01-26organize behavior testsAndrew Kelley
2022-01-19wasm: Refactor storing values.Luuk de Gram
2022-01-13stage2: detection of comptime array literalsAndrew Kelley
2021-12-27AstGen: fix loop result locationsAndrew Kelley
2021-11-27stage2: implement `@typeName`Andrew Kelley
2021-10-20AstGen: make the index variable of `inline for` a `alloc_comptime`Andrew 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