| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-06 | categorize `behavior/bugs/<issueno>.zig` tests | Veikka Tuominen | |
| 2022-12-06 | remove references to stage1 in behavior tests | Andrew Kelley | |
| Good riddance. | |||
| 2022-08-29 | skip new behavior tests that do not pass for stage1 | Andrew Kelley | |
| 2022-08-26 | Sema: ensure resolveTypeFields is called for optional and error union types | martinhath | |
| We call `sema.resolveTypeFields` in order to get the fields of structs and unions inserted into their data structures. If it isn't called, it can happen that the fields of a type is queried before those fields are inserted into (for instance) `Module.Union.fields`, which would result in a wrong 'no field named' error. Fixes: #12486 | |||
