| 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 | |
| 2022-12-10 | stage2: sparc64: Skip unimplemented tests | Koakuma | |
| 2022-10-25 | behavior: enable stage2_c tests that are currently passing | Jacob Young | |
| Also fix C warnings triggered by these tests. | |||
| 2022-05-27 | stage2 AArch64: complete genTypedValue | joachimschmidt557 | |
| 2022-03-16 | stage2 ARM: implement addwrap, subwrap, mulwrap | joachimschmidt557 | |
| 2022-03-15 | stage2: resolve type fully when resolving inferred allocs | Mitchell Hashimoto | |
| We must resolve the type fully so that pointer children (i.e. slices) are resolved. Additionally, we must resolve even if we can know the value at comptime because the `alloc_inferred` ZIR always produces a constant in the AIR. Fixes #11181 | |||
