aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/basic.zig
AgeCommit message (Expand)Author
2025-01-16x86_64: pass more behavior testsJacob Young
2025-01-16x86_64: implement load and storeJacob Young
2024-10-22tests: re-enable tests that now pass on aarch64-windowskcbanner
2024-10-13spirv: skip range switch testsRobin Voetter
2024-09-24std: add arch bits for s390x-linux (#21342)Meghan Denny
2024-09-12test: Re-enable a bunch of behavior tests with LLVM.Alex Rønne Petersen
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-27behavior,cases: add `@branchHint` test coveragemlugg
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-08-27lib,test,tools,doc: update usages of @exportmlugg
2024-08-15elf: fix up riscv for `.got.zig` rewriteDavid Rubin
2024-07-26riscv: update tests and fix reuse bugDavid Rubin
2024-07-26riscv: airAsm rewriteDavid Rubin
2024-07-26riscv: enable passing testsDavid Rubin
2024-07-26riscv: fix logic bug in `ptr_elem_ptr`David Rubin
2024-07-26riscv: implement more operatorsDavid Rubin
2024-07-18stage2-wasm: fix big int comparisonPavel Verigo
2024-06-13riscv: rewrite "binOp"David Rubin
2024-06-13riscv: implement optional logicDavid Rubin
2024-06-13riscv: add `airAggregateInit` for arraysDavid Rubin
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
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