aboutsummaryrefslogtreecommitdiff
path: root/src/InternPool.zig
AgeCommit message (Expand)Author
2023-06-10InternPool: enhance integer valuesAndrew Kelley
2023-06-10InternPool: add the missing pointer dataAndrew Kelley
2023-06-10stage2: move many Type encodings to InternPoolAndrew Kelley
2023-06-10Type.isSlice: make it InternPool awareAndrew Kelley
2023-06-10stage2: move most simple values to InternPoolAndrew Kelley
2023-06-10InternPool: implement resolveTypeFieldsAndrew Kelley
2023-06-10stage2: add `interned` AIR tagAndrew Kelley
2023-06-10InternPool: flesh out some of the implementationsAndrew Kelley
2023-06-10stage2: start the InternPool transitionAndrew Kelley
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-04-06stage2: rename InternArena to InternPoolAndrew Kelley