| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-22 | stage2-wasm: fix div and rem | Pavel Verigo | |
| 2024-05-11 | riscv: add stage2_riscv to test matrix and bypass failing tests | David Rubin | |
| 2024-04-06 | spirv: implement `@divFloor`, `@floor` and `@mod` | Ali Chraghi | |
| 2024-02-04 | spirv: update tests | Robin Voetter | |
| 2023-11-19 | test: update behavior to silence 'var is never mutated' errors | mlugg | |
| 2023-10-14 | tests: enable already passing behaviour tests for self-hosted wasm | Xavier Bouchoux | |
| 1611 passed; 262 skipped; 0 failed. (was: 1543 passed; 330 skipped; 0 failed.) | |||
| 2023-06-13 | all: replace `comptime try` with `try comptime` | Eric Joldasov | |
| Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me> | |||
| 2023-04-02 | x86_64: implement large cmp | Jacob Young | |
| 2023-03-07 | CBE: implement unsigned big int div and mod | Jacob Young | |
| 2023-03-07 | compiler_rt: fix rare case in udivei4 | Jacob Young | |
| Unsigned integers are never less than zero, and so zig helpfully deleted the entire case. :D Closes #14816 | |||
| 2022-12-10 | stage2: sparc64: Skip unimplemented tests | Koakuma | |
| 2022-03-19 | CBE: implement mod, divFloor, divTrunc | Daniele Cocca | |
| 2022-02-19 | add integer division tests | Jakub Konka | |
