aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/align.zig
AgeCommit message (Expand)Author
2022-02-17x64: fix ptr_add and ptr_subJakub Konka
2022-02-16x64: fix ptr_addJakub Konka
2022-02-14stage2 AArch64: Enable behavior testingjoachimschmidt557
2022-02-08stage2 ARM: support all integer types in genTypedValuejoachimschmidt557
2022-02-07stage2: lower unnamed constants in Elf and MachOJakub Konka
2022-02-06stage2 ARM: enable a handful of passing behavior testsjoachimschmidt557
2022-01-26organize behavior testsAndrew Kelley
2022-01-24behavior tests: prevent disabled tests from lowering std.TargetAndrew Kelley
2022-01-24stage2: type system treats fn ptr and body separatelyAndrew Kelley
2022-01-23c backend: Implement aligning fields and local/global variablesJimmi Holst Christensen
2022-01-19stage2: fix passing arguments on the stackJakub Konka
2022-01-17stage2: return error.SkipZigTest in unsupported behavior testsJakub Konka
2022-01-17stage2: implement airArrayToSlice for x86_64Jakub Konka
2021-12-29compiler_rt: move more functions to the stage2 sectionAndrew Kelley
2021-10-22stage2: implement aligned variables and `@alignCast`Andrew Kelley
2021-10-22stage2: slice and alignment fixesAndrew 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-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