aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/eval.zig
AgeCommit message (Expand)Author
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-02-22Type: resolve union tag type before checking for runtime bitsDavid Rubin
2025-02-05Sema: disable runtime safety checks in comptime blocksmlugg
2025-01-16x86_64: implement switch jump tablesJacob Young
2025-01-09Sema: rewrite semantic analysis of function callsmlugg
2025-01-02Sema: correctly label `block_comptime` for restoring error return trace indexmlugg
2024-11-28test: adjust behaviour test to new concat/mul semanticsDavid Rubin
2024-11-03std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().Alex Rønne Petersen
2024-10-13spirv: skip range switch testsRobin Voetter
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-26riscv: enable passing testsDavid Rubin
2024-07-14riscv: truncate `airStructFieldVal` resultDavid Rubin
2024-07-14riscv implement `@sqrt` for f32/f64David Rubin
2024-06-19Merge pull request #20070 from Rexicon226/riscvJakub Konka
2024-06-19AstGen: error for redundant `@inComptime()`mlugg
2024-06-13riscv: rewrite "binOp"David Rubin
2024-06-13riscv: implement optional logicDavid Rubin
2024-06-13riscv: zero registers when using register-wide operationsDavid Rubin
2024-06-13riscv: add `airAggregateInit` for arraysDavid Rubin
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
2024-06-13riscv: arbitrary sized arraysDavid Rubin
2024-06-13riscv: switch progress + by-ref return progressDavid Rubin
2024-05-11riscv: finally fix bug + `airAggregateInit`David Rubin
2024-05-11riscv: math progressDavid Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-03-25compiler: implement analysis-local comptime-mutable memorymlugg
2024-02-26compiler: decide dbg_var scoping based on AIR blocksmlugg
2024-02-06x86_64+macho: pass more behavior testsJakub Konka
2024-02-04spirv: update testsRobin Voetter
2024-01-15test/behavior: replace all 'comptime expect' with 'comptime assert'dweiller
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-23Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs""Robin Voetter
2023-10-22Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"Andrew Kelley
2023-10-21spirv: self-referential pointers via new fwd_ptr_typeRobin Voetter
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-09x86_64: implement 128-bit integer multiply and divideJacob Young
2023-09-23spirv: enable passing testsRobin Voetter
2023-09-23spirv: disable failing testsRobin Voetter
2023-09-23Sema: refactor detection of comptime-known constsmlugg
2023-09-17AstGen: allow closure over known-runtime values within @TypeOfmlugg
2023-07-31std: finish cleanup up asmJacob Young
2023-07-31cbe: get behavior tests running on armJacob Young
2023-07-26add behavior test for comptime array loadAndrew Kelley
2023-07-25make `@typeInfo` not return private declsJacob G-W
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov