aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/basic.zig
AgeCommit message (Expand)Author
2023-09-23spirv: enable passing testsRobin Voetter
2023-09-23spirv: generate module initializerRobin Voetter
2023-06-25std.cstr: deprecate namespaceEric Joldasov
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-31enable passing behavior testsLuuk de Gram
2023-05-20spirv: more passing testsRobin Voetter
2023-05-20spirv: ptr_addRobin Voetter
2023-05-20spirv: dont use OpIAddCarryRobin Voetter
2023-05-20spirv: implement pointer comparison in for air cmpRobin Voetter
2023-05-13Merge pull request #15643 from Vexu/fixesVeikka Tuominen
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-11Sema: return const pointers from ref initsVeikka Tuominen
2023-05-09fix `[x]u65529` and above overflowingr00ster91
2023-05-08Disallow named test decls with duplicate namesDominic
2023-05-03x86_64: fix feature confusionJacob Young
2023-05-01behavior: update affected tests for the x86_64 backendJacob Young
2023-04-28llvm backend: fix lowering of memsetAndrew Kelley
2023-04-26behavior: update passing cbe testsJacob Young
2023-04-26Merge pull request #15278 from ziglang/memcpy-memsetAndrew Kelley
2023-04-25x86_64 backend: support `@memset` with slicesAndrew Kelley
2023-04-25x86_64 backend: implement `@memset` for element ABI size > 1Andrew Kelley
2023-04-25add behavior test for `@memset` on slicesAndrew Kelley
2023-04-25Sema: implement comptime `@memcpy`Andrew Kelley
2023-04-25Sema: implement comptime `@memset`Andrew Kelley
2023-04-25LLVM backend: support non-byte-sized memsetAndrew Kelley
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-25cbe: fix mutability issues with builtin test_functionsJacob Young
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