| 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-02-24 | test: skip failing tests with spirv-vulkan | Ali Cheraghi | |
| 2024-05-11 | riscv: add stage2_riscv to test matrix and bypass failing tests | David Rubin | |
| 2023-10-15 | spirv: update failing / passing tests | Robin Voetter | |
| Some tests are now failing due to debug info changes, some tests now pass due to improved compiler functionality. | |||
| 2023-05-11 | setup spirv backend in behavior tests | Ali Chraghi | |
| 2023-04-07 | Liveness: defer deaths of externally-scoped instructions in loop bodies | mlugg | |
| 2023-02-20 | arm: alloc new mcv in bitcast if cannot reuse operand | Jakub Konka | |
| 2023-02-18 | update existing behavior tests and std lib to new for loop semantics | Andrew Kelley | |
| 2022-12-10 | stage2: sparc64: Skip unimplemented tests | Koakuma | |
| 2022-09-09 | stage2 ARM: implement ptr_elem_val | joachimschmidt557 | |
| 2022-03-15 | Sema: implement `@truncate` for SIMD vectors | Andrew Kelley | |
| 2021-10-02 | AstGen: fix `while` and `for` with unreachable bodies | Andrew Kelley | |
| Companion commit to 61a53a587558ff1fe1b0ec98bb424022885edccf. This commit also moves over a bunch of behavior test cases to the passing-for-stage2 section. | |||
| 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. | |||
