| 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-07-26 | riscv: make multi-threaded enabled compilation the default | David Rubin | |
| 2024-07-26 | riscv: update tests and fix reuse bug | David Rubin | |
| 2024-07-26 | riscv: implement more operators | David Rubin | |
| we can run `std.debug.print` now, with both run-time strings and integers! | |||
| 2024-06-13 | riscv: implement optional logic | David Rubin | |
| 2024-05-11 | riscv: add stage2_riscv to test matrix and bypass failing tests | David Rubin | |
| 2024-02-04 | spirv: air is_(non_)null_ptr, optional_payload_ptr | Robin Voetter | |
| 2023-11-19 | test: update behavior to silence 'var is never mutated' errors | mlugg | |
| 2023-10-23 | Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"" | Robin Voetter | |
| This reverts commit 9f0359d78f9facc38418e32b0e8c1bf6f99f0d26 in an attempt to make the tests pass again. The CI failure from that merge should be unrelated to this commit. | |||
| 2023-10-22 | Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs" | Andrew Kelley | |
| This reverts commit b822e841cda0adabe3fec260ff51c18508f7ee32, reversing changes made to 0c99ba1eab63865592bb084feb271cd4e4b0357e. This caused a CI failure when it landed in master branch. | |||
| 2023-10-21 | spirv: self-referential pointers via new fwd_ptr_type | Robin Voetter | |
| Its a little ugly but it works. | |||
| 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-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-03-21 | x86_64: (re)implement optional ops | Jacob Young | |
| Note that this commit also changes the layout of optional for all other backends using `src/codegen.zig` without updating them! | |||
| 2023-03-15 | behavior: enable passing behavior tests on stage2_x86_64 | Jacob Young | |
| 2022-12-27 | stage2 AArch64: unify callee-preserved regs on all targets | joachimschmidt557 | |
| also enables many passing behavior tests | |||
| 2022-12-10 | stage2: sparc64: Skip unimplemented tests | Koakuma | |
| 2022-03-17 | CBE: enable more tests that are currently passing | Daniele Cocca | |
| 2022-03-09 | wasm: Enable passing behavior tests | Luuk de Gram | |
| This also adds some float-related instructions to MIR/Emit | |||
| 2022-03-05 | stage2 AArch64: add more slice support | joachimschmidt557 | |
| * airSlice * airArrayToSlice * and initial support for airSlicePtr and co | |||
| 2022-02-22 | Port more behavior tests | Jakub Konka | |
| 2022-02-08 | stage2: fix inferred comptime constant locals | Andrew Kelley | |
| `const` declarations inside comptime blocks were not getting properly evaluated at compile-time. To accomplish this there is a new ZIR instruction, `alloc_inferred_comptime`. Actually we already had one named that, but it got renamed to `alloc_inferred_comptime_mut` to match the naming convention with the other similar instructions. | |||
| 2021-11-27 | stage2: implement `@typeName` | Andrew Kelley | |
| * stage1: change the `@typeName` of `@TypeOf(undefined)`, `@TypeOf(null)`, and `@TypeOf(.foo)` to match stage2. * move passing behavior tests to the passing-for-stage2 section. | |||
| 2021-11-02 | C backend: implement ?void, and other zero sized types | Emily Bellows | |
| 2021-10-17 | stage2: LLVM backend: lower constant field/elem ptrs | Andrew Kelley | |
| 2021-06-21 | fix code broken from previous commit | Jacob G-W | |
| 2021-06-21 | std, src, doc, test: remove unused variables | Jacob G-W | |
| 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. | |||
