| 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-06 | remove references to stage1 in behavior tests | Andrew Kelley | |
| Good riddance. | |||
| 2022-05-26 | clean up some behavior tests | Andrew Kelley | |
| * improve names * properly categorize a couple of bug cases * mark one as already passing | |||
| 2022-03-15 | stage2: Fix panic on initializing comptime fields in tuple | Cody Tapscott | |
| This resolves https://github.com/ziglang/zig/issues/11159 The problem was that: 1. We were not correctly deleting the field stores after recognizing that an array initializer was a comptime-known value. 2. LLVM was not checking that the final type had no runtime bits, and so would generate an invalid store. This also adds several test cases for related bugs, just to check these in for later work. | |||
