| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-28 | aarch64: workaround some optional/union issues | Jacob Young | |
| 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-03-24 | stage2-wasm: enable already working tests | Pavel Verigo | |
| 2025-02-24 | test: skip failing tests with spirv-vulkan | Ali Cheraghi | |
| 2024-12-14 | ensure `InstMap` capacity before remapping error code | David Rubin | |
| 2024-09-03 | AstGen: update @errorCast to maybe eval to err | Michael Dusan | |
| Consequently, `AstGen.ret()` now passes the error code to `.defer_error_code`. Previously, the error union value was passed. closes #20371 | |||
| 2024-07-31 | riscv: implement non-pow2 indirect loads | David Rubin | |
| 2024-07-26 | riscv: update tests and fix reuse bug | David Rubin | |
| 2024-07-26 | riscv: clean up and unify encoding logic | David Rubin | |
| 2024-06-13 | ZigObject: enforce min function alignement on riscv | David Rubin | |
| 2024-06-13 | riscv: `std.fmt.format` running | David Rubin | |
| - implements `airSlice`, `airBitAnd`, `airBitOr`, `airShr`. - got a basic design going for the `airErrorName` but for some reason it simply returns empty bytes. will investigate further. - only generating `.got.zig` entries when not compiling an object or shared library - reduced the total amount of ops a mnemonic can have to 3, simplifying the logic | |||
| 2024-05-11 | riscv: math progress | David Rubin | |
| 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-10-01 | x86_64: implement float compare and cast builtins | Jacob Young | |
| 2023-09-23 | spirv: enable passing tests | Robin Voetter | |
| 2023-07-26 | add behavior test for defer assign | Andrew Kelley | |
| closes #10591 | |||
| 2023-06-13 | all: replace `comptime try` with `try comptime` | Eric Joldasov | |
| Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me> | |||
| 2023-06-03 | AstGen: handle ref_table for errdefer captures | mlugg | |
| Resolves: #15861 | |||
| 2023-05-20 | spirv: more passing tests | Robin Voetter | |
| 2023-05-11 | setup spirv backend in behavior tests | Ali Chraghi | |
| 2023-04-02 | x86_64: implement error name | Jacob Young | |
| 2023-03-15 | behavior: enable passing behavior tests on stage2_x86_64 | Jacob Young | |
| 2023-01-10 | fix errdefers in functions that can't return errors | Veikka Tuominen | |
| This was broken by 58caed1c71179f48c4e7bffadef0392fa8381e72 Closes #14053 | |||
| 2022-12-10 | stage2: sparc64: Skip unimplemented tests | Koakuma | |
| 2022-10-25 | cbe: fix atomics | Jacob Young | |
| 2022-09-12 | stage2: change how defers are stored in Zir | Veikka Tuominen | |
| Storing defers this way has the benefits that the defer doesn't get analyzed multiple times in AstGen, it takes up less space, and it makes Sema aware of defers allowing for 'unreachable else prong' error on error sets in generic code. The disadvantage is that it is a bit more complex and errdefers with payloads now emit a placeholder instruction (but those are rare). Sema.zig before: Total ZIR bytes: 3.7794370651245117MiB Instructions: 238996 (2.051319122314453MiB) String Table Bytes: 89.2802734375KiB Extra Data Items: 430144 (1.640869140625MiB) Sema.zig after: Total ZIR bytes: 3.3344192504882812MiB Instructions: 211829 (1.8181428909301758MiB) String Table Bytes: 89.2802734375KiB Extra Data Items: 374611 (1.4290275573730469MiB) | |||
| 2022-06-08 | Sema: implement zirRetErrValueCode | Andrew Kelley | |
| 2022-03-08 | stage2 ARM: implement ret_load | joachimschmidt557 | |
| 2022-03-05 | stage2 AArch64: add more slice support | joachimschmidt557 | |
| * airSlice * airArrayToSlice * and initial support for airSlicePtr and co | |||
| 2022-02-28 | x64: pass more behavior tests | Jakub Konka | |
| 2022-02-27 | stage2 ARM: enable more behavior tests | joachimschmidt557 | |
| 2022-02-24 | Sema: implement tupleFieldVal, fix comptime elem_ptr | Andrew Kelley | |
| 2022-02-22 | Port more behavior tests | Jakub Konka | |
| 2022-01-26 | organize behavior tests | Andrew Kelley | |
| Every test that is moved in this commit has been checked to see if it is now passing. | |||
| 2021-12-29 | compiler_rt: move more functions to the stage2 section | Andrew Kelley | |
| also move more already-passing behavior tests to the passing section. | |||
| 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. | |||
