aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/basic.zig
AgeCommit message (Expand)Author
2024-05-11riscv: finally fix bug + `airAggregateInit`David Rubin
2024-05-11riscv: by-value structs + `@min`David Rubin
2024-05-11riscv: math progressDavid Rubin
2024-05-11riscv: mutable globalsDavid Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-03-26compiler: audit uses of `ptr.addr` in the frontendmlugg
2024-03-18spirv: make generic globals invocation-localRobin Voetter
2024-02-09spirv: make rusticl the primary testing implementationAli Chraghi
2024-02-06x86_64+macho: pass more behavior testsJakub Konka
2024-02-05delete bad behavior testAndrew Kelley
2024-02-04spirv: update testsRobin Voetter
2024-01-29llvm: revert bad array access optimizationVeikka Tuominen
2024-01-15test/behavior: replace all 'comptime expect' with 'comptime assert'dweiller
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-11-24spirv: disable failing testsRobin Voetter
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