aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/basic.zig
AgeCommit message (Expand)Author
2022-02-16Fix 2D array support for C backendCody Tapscott
2022-02-15stage2: disable failing aarch64-macos behavior testsJakub Konka
2022-02-14stage2 AArch64: Enable behavior testingjoachimschmidt557
2022-02-12stage2 ARM: lower const slicesjoachimschmidt557
2022-02-11x64: enable more behavior testsJakub Konka
2022-02-10stage2: handle truncate to signed non-pow-two integersJakub Konka
2022-02-08stage2: disable some tests on x86_64-macosJakub Konka
2022-02-08stage2: handle void type in Elf DWARF genJakub Konka
2022-02-06stage2: apply type coercion in if expressionsJohn Schmidt
2022-01-26organize behavior testsAndrew Kelley
2022-01-24stage2: type system treats fn ptr and body separatelyAndrew Kelley
2022-01-17remove `zig_is_stage2` from `@import("builtin")`Andrew Kelley
2021-11-10C backend: Improve lowering of Zig types to C typesThomas Ives
2021-10-30C backend: implement signed truncEmily Bellows
2021-10-28C backend: implement trunc for unsigned non-pow2 intsAndrew Kelley
2021-10-28C backend: implement trunc instructionAndrew Kelley
2021-10-26stage2: implement runtime pointer access to global constantsAndrew Kelley
2021-10-22stage2: fix Decl addrspace being undefinedAndrew Kelley
2021-10-15stage2: make hasCodeGenBits() always true for pointersAndrew Kelley
2021-10-14stage2: LLVM backend: implement `wrap_optional` AIRAndrew Kelley
2021-10-13move behavior tests that are passing for stage2Andrew Kelley
2021-10-13stage2: implement opaque declarationsAndrew Kelley
2021-09-24stage2: implement `@memset` and `@memcpy` builtinsAndrew Kelley
2021-08-31stage2: move array mult test from basic.zig to misc.zig!Jacob G-W
2021-08-31add string concat test to basic.zig from misc.zig!Jacob G-W
2021-08-05stage2: implement generic function memoizationAndrew Kelley
2021-08-04stage2: std.mem.eql works nowAndrew Kelley
2021-08-01move some behavior tests to the "passing for stage2" sectionAndrew Kelley
2021-08-01stage2: implement `@truncate`Andrew Kelley
2021-08-01Sema: implement comptime variablesAndrew Kelley