aboutsummaryrefslogtreecommitdiff
path: root/test/cases/type_names.zig
AgeCommit message (Collapse)Author
2025-07-17test: Restore and fix deleted tests that relied on intern pool types (#24422)Felix Koppe
2025-06-07don't put intern pool indexes in test casesAndrew Kelley
2025-06-07cases: fix type namesmlugg
A different merge must have changed these numbers before this PR was merged, leading to CI failures.
2025-06-06AstGen: fix name strategy bugsmlugg
Representing this with a `GenZir` field is incredibly bug-prone. Instead, just pass this data directly to the relevant expression in the very few places which actually provide a name strategy. Resolves: #22798