aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/basic.zig
AgeCommit message (Expand)Author
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix crashesJacob Young
2023-10-18spirv: switch on boolAli Chraghi
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-15std.testing: disable expectEqualSlices printing for spirvRobin Voetter
2023-10-15spirv: aggregate_init for structsRobin Voetter
2023-10-14tests: enable already passing behaviour tests for self-hosted wasmXavier Bouchoux
2023-10-14codegen/wasm: fix non-byte-sized signed integer comparisonXavier Bouchoux
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