| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-22 | aarch64: add new from scratch self-hosted backend | Jacob Young | |
| 2025-06-28 | riscv64: skip failing tests | Bingwu Zhang | |
| 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-08-08 | language: add module name field to `@src` | Andrew Kelley | |
| closes #20963 | |||
| 2024-07-26 | riscv: enable passing tests | David Rubin | |
| 2024-07-26 | riscv: remove redundant assert in `genBinOp` | David Rubin | |
| 2024-05-11 | riscv: add stage2_riscv to test matrix and bypass failing tests | David Rubin | |
| 2024-03-06 | behavior: correct tests after #18816 | mlugg | |
| 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-10-15 | std.testing: disable expectEqualSlices printing for spirv | Robin Voetter | |
| 2023-05-11 | setup spirv backend in behavior tests | Ali Chraghi | |
| 2023-05-03 | x86_64: fix global slices | Jacob Young | |
| 2023-03-21 | Value: handle comparisons of runtime_values | Veikka Tuominen | |
| Closes #15004 | |||
| 2022-12-10 | stage2: sparc64: Skip unimplemented tests | Koakuma | |
| 2022-10-20 | Value: handle runtime_int in hashPtr | Veikka Tuominen | |
| Closes #12702 | |||
| 2022-03-01 | stage2: introduce anonymous struct literals | Andrew Kelley | |
| 2022-02-23 | re-enable `@src` behavior test | Veikka Tuominen | |
| 2022-02-22 | Skip @src for stage1 too | Jakub Konka | |
| 2022-02-22 | Port more behavior tests | Jakub Konka | |
| 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. | |||
