| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-06 | categorize `behavior/bugs/<issueno>.zig` tests | Veikka Tuominen | |
| 2023-11-19 | test: update behavior to silence 'var is never mutated' errors | mlugg | |
| 2023-05-11 | setup spirv backend in behavior tests | Ali Chraghi | |
| 2023-03-05 | CBE: implement some big integer and vector unary operations | Jacob Young | |
| 2022-12-10 | stage2: sparc64: Skip unimplemented tests | Koakuma | |
| 2022-12-06 | remove references to stage1 in behavior tests | Andrew Kelley | |
| Good riddance. | |||
| 2022-08-22 | stage2+stage1: remove type parameter from bit builtins | Veikka Tuominen | |
| Closes #12529 Closes #12511 Closes #6835 | |||
| 2022-03-18 | organize behavior tests | Andrew Kelley | |
| * Identify the ones that are passing and stop skipping them. * Flatten out the main behavior.zig file and have each individual test disable itself if it is not passing. | |||
| 2021-11-16 | stage1: Fix caching of LLVM builtin fns | LemonBoy | |
| The cache entry must take into account the fact some functions operate on scalar types and some other on vectors of scalar types. Fixes #10147 | |||
