aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
AgeCommit message (Expand)Author
2022-02-15stage2: disable failing aarch64-macos behavior testsJakub Konka
2022-02-14stage2 AArch64: Enable behavior testingjoachimschmidt557
2022-02-12organize behavior testsAndrew Kelley
2022-02-08stage2 ARM: airStructFieldVal for more MCValuesjoachimschmidt557
2022-02-08stage2 ARM: support all integer types in genTypedValuejoachimschmidt557
2022-02-07stage2: pass more struct testsJakub Konka
2022-02-07stage2,arm: add lowering of unnamed constsJakub Konka
2022-02-07stage2: lower unnamed constants in Elf and MachOJakub Konka
2022-02-02stage2: pad out (non-packed) struct fields when lowering to bytesJakub Konka
2022-02-02x86_64: pass more behaviour testsJakub Konka
2022-01-23c backend: Implement aligning fields and local/global variablesJimmi Holst Christensen
2022-01-17remove `zig_is_stage2` from `@import("builtin")`Andrew Kelley
2021-12-29compiler_rt: move more functions to the stage2 sectionAndrew Kelley
2021-11-30put the passing stage2 behavior tests backAndrew Kelley
2021-11-30Revert "I found some more passing behavior tests"Andrew Kelley
2021-11-29I found some more passing behavior testsAndrew Kelley
2021-11-08C backend: while, struct tests, better undefined global handlingEmily Bellows
2021-10-11stage2: support nested structs and arrays and sretAndrew Kelley
2021-10-07stage2: fix returning structs byval from functionsAndrew Kelley
2021-09-29stage2: LLVM backend: implement struct type fwd declsAndrew Kelley
2021-09-25stage2: implement zirCoerceResultPtrAndrew Kelley
2021-09-25stage2: implement `@sizeOf` for non-packed structsAndrew Kelley
2021-09-22stage2: fix AstGen for some struct syntaxesAndrew Kelley
2021-08-24stage1: remove incorrect compile error for var redeclarationAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-12Renamed @byteOffsetOf to @offsetOfExonorid
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