aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/basic.zig
AgeCommit message (Expand)Author
2023-04-02x86_64: implement large cmpJacob Young
2023-02-20Merge pull request #14685 from ziglang/bitcast-fixesJakub Konka
2023-02-20x86: alloc new mcv in bitcast if cannot reuse operandJakub Konka
2023-02-19add test coverage for fixed bug. closes #5518Andrew Kelley
2023-02-02AstGen: fix orelse type coercion in call argumentsVeikka Tuominen
2023-01-29std: restrict mem.span() and mem.len() to sentinel terminated pointersIsaac Freund
2023-01-03stage2 AArch64: bump up alignment of stack items fitting in regsjoachimschmidt557
2023-01-02skip "truncate to non-power-of-two integers from 128-bit" on non-llvmkcbanner
2023-01-01cbe: changes to get zig2.c compiling under msvckcbanner
2022-12-27stage2 AArch64: unify callee-preserved regs on all targetsjoachimschmidt557
2022-12-13update usages of `@call`Veikka Tuominen
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-07disable failing behavior tests with -ofmt=c -target x86_64-windowsAndrew Kelley
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-12-03cbe: don't emit extern decls that are already exportedJacob Young
2022-12-02cbe: use memcpy for underaligned loads and storesJacob Young
2022-12-01cbe: disable failing behavior test on aarch64Veikka Tuominen
2022-11-30cbe: ensure test and tagName function names are uniqueVeikka Tuominen
2022-11-29AstGen: unstack block scope when creating opaque typeVeikka Tuominen
2022-11-20Sema: prioritize Value.variable over OPV when resolving const valueVeikka Tuominen
2022-11-01cbe: fix threadlocalJacob Young
2022-10-30behavior: enable fixed cbe testsJacob Young
2022-10-25cbe: fix global accessJacob Young
2022-10-25cbe: fix infinite recursion on recursive typesJacob Young
2022-10-25behavior: enable stage2_c tests that are currently passingJacob Young
2022-10-05fix(text): hyphenate "comptime" adjectivesr00ster91
2022-09-11Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-09-09stage2 ARM: implement ptr_elem_valjoachimschmidt557
2022-09-09stage2 ARM: implement struct_field_val for registersjoachimschmidt557
2022-09-09stage2 ARM: amend implementation of various AIR instructionsjoachimschmidt557
2022-08-29disable tests failing due to LLVM 15 regressionsAndrew Kelley
2022-08-16Sema: ignore current declaration in ambiguous reference errorVeikka Tuominen
2022-07-23disable flaky behavior testAndrew Kelley
2022-07-05disable regressed wasm32 behavior tests from LLVM 14Andrew Kelley
2022-06-28Revert "AstGen: preserve inferred ptr result loc for breaks"Andrew Kelley
2022-06-25stage2 ARM: implement basic intCast and error union wrappingjoachimschmidt557
2022-06-24stage2: sparc64: Skip Sema-failing tests for nowKoakuma
2022-06-11Sema: skip decl causing namespace lookup when doing lookupVeikka Tuominen
2022-06-06Sema: fix inline call of func using ret_ptr with comptime only typeVeikka Tuominen
2022-06-06AstGen: fix coercion scope type when stores are eliminatedVeikka Tuominen
2022-06-06Sema: fix coerce result ptr outside of functionsVeikka Tuominen
2022-06-01Sema: apply previous changes to `validateUnionInit`Veikka Tuominen
2022-05-31stage2: ignore generic return type when hashing function typeVeikka Tuominen
2022-05-31Sema: take `dbg_stmt` into account in `zirResolveInferredAlloc`Veikka Tuominen
2022-05-29AstGen: add tuple aware elem_type_indexVeikka Tuominen
2022-05-29AstGen: improve generated Zir for array init exprsVeikka Tuominen
2022-05-27stage2 AArch64: complete genTypedValuejoachimschmidt557
2022-05-27AstGen: preserve inferred ptr result loc for breaksVeikka Tuominen
2022-05-19x64: re-enable behavior testsJakub Konka
2022-05-17LLVM: support mixing extern and export with the same symbol nameAndrew Kelley