| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-22 | aarch64: add new from scratch self-hosted backend | Jacob Young | |
| 2025-06-16 | rename spirv backend name | Ali Cheraghi | |
| `stage2_spirv64` -> `stage2_spirv` | |||
| 2025-06-01 | Legalize: implement scalarization of `@shuffle` | Jacob Young | |
| 2025-02-24 | test: skip failing tests with spirv-vulkan | Ali Cheraghi | |
| 2024-10-22 | tests: re-enable tests that now pass on aarch64-windows | kcbanner | |
| 2024-09-12 | test: Re-enable a bunch of behavior tests with LLVM. | Alex Rønne Petersen | |
| Closes #10627. Closes #12013. Closes #18034. | |||
| 2024-06-10 | spirv: improve shuffle codegen | Robin Voetter | |
| 2024-05-11 | riscv: add stage2_riscv to test matrix and bypass failing tests | David Rubin | |
| 2024-05-08 | disable regressed test from LLVM 18 upgrade | Andrew Kelley | |
| tracked by #19824 | |||
| 2024-02-25 | x86_64: implement `@shuffle` | Jacob Young | |
| 2024-02-04 | spirv: fix shuffle properly | Robin Voetter | |
| 2023-11-19 | test: update behavior to silence 'var is never mutated' errors | mlugg | |
| 2023-06-13 | all: replace `comptime try` with `try comptime` | Eric Joldasov | |
| Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me> | |||
| 2023-05-11 | setup spirv backend in behavior tests | Ali Chraghi | |
| 2023-04-07 | Enable new tests | Auguste Rame | |
| 2023-03-05 | behavior: fix comptime issue and disable failing test | Jacob Young | |
| 2023-03-05 | CBE: implement select and shuffle | Jacob Young | |
| 2022-12-10 | stage2: sparc64: Skip unimplemented tests | Koakuma | |
| 2022-12-06 | remove references to stage1 in behavior tests | Andrew Kelley | |
| Good riddance. | |||
| 2022-05-25 | mark some more behavior tests as passing | Andrew Kelley | |
| 2022-03-18 | organize behavior tests | Andrew Kelley | |
| * Identify the ones that are passing and stop skipping them. * Flatten out the main behavior.zig file and have each individual test disable itself if it is not passing. | |||
| 2022-03-11 | Sema: implement `@shuffle` at comptime and for differing lengths | Veikka Tuominen | |
| 2021-09-01 | re-enable mips behavior tests for vectors | Andrew Kelley | |
| closes #3317 | |||
| 2021-06-09 | Re-enable multiple wasm32 vector tests | Jakub Konka | |
| Fixes #5339 | |||
| 2021-05-08 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley | |
| Conflicts: * doc/langref.html.in * lib/std/enums.zig * lib/std/fmt.zig * lib/std/hash/auto_hash.zig * lib/std/math.zig * lib/std/mem.zig * lib/std/meta.zig * test/behavior/alignof.zig * test/behavior/bitcast.zig * test/behavior/bugs/1421.zig * test/behavior/cast.zig * test/behavior/ptrcast.zig * test/behavior/type_info.zig * test/behavior/vector.zig Master branch added `try` to a bunch of testing function calls, and some lines also had changed how to refer to the native architecture and other `@import("builtin")` stuff. | |||
| 2021-04-29 | move behavior tests from test/stage1/ to test/ | Andrew Kelley | |
| And fix test cases to make them pass. This is in preparation for starting to pass behavior tests with self-hosted. | |||
