aboutsummaryrefslogtreecommitdiff
path: root/src/InternPool.zig
AgeCommit message (Expand)Author
2023-06-10compiler: move error union types and error set types to InternPoolAndrew Kelley
2023-06-10compiler: eliminate legacy Type.Tag.pointerAndrew Kelley
2023-06-10compiler: move `anyframe->T` to InternPoolAndrew Kelley
2023-06-10stage2: move function types to InternPoolAndrew Kelley
2023-06-10stage2: encode one-possible-value tuple speciallyAndrew Kelley
2023-06-10stage2: move anon tuples and anon structs to InternPoolAndrew Kelley
2023-06-10stage2: move enum tag values into the InternPoolAndrew Kelley
2023-06-10InternPool: transition float valuesmlugg
2023-06-10stage2: move enum types into the InternPoolAndrew Kelley
2023-06-10InternPool: fix deinit leaking inner mapsAndrew Kelley
2023-06-10InternPool: ability to encode enumsAndrew Kelley
2023-06-10stage2: move union types and values to InternPoolAndrew Kelley
2023-06-10stage2: move struct types and aggregate values to InternPoolAndrew Kelley
2023-06-10stage2: move opaque types to InternPoolAndrew Kelley
2023-06-10InternPool: add optional valuesAndrew Kelley
2023-06-10InternPool: add ptr-to-int valueAndrew Kelley
2023-06-10InternPool: add indexToKey for empty struct typesAndrew Kelley
2023-06-10InternPool: add an int_u8 value encodingAndrew Kelley
2023-06-10InternPool: fix UAF in getCoercedInt and add u16 int value encodingAndrew Kelley
2023-06-10InternPool: add getCoercedInt to avoid copy in SemaAndrew Kelley
2023-06-10InternPool: implement indexToKey and equality for int valuesAndrew Kelley
2023-06-10InternPool: add an encoding for arrays with sentinelsAndrew Kelley
2023-06-10stage2: move integer values to InternPoolAndrew Kelley
2023-06-10InternPool: fix bug in addLimbsExtraAssumeCapacityAndrew Kelley
2023-06-10InternPool: add a slice encodingAndrew Kelley
2023-06-10stage2: add tmp_hack_arena for the InternPool transitionAndrew Kelley
2023-06-10InternPool: add a dump functionAndrew Kelley
2023-06-10stage2: migrate many pointer types to the InternPoolAndrew Kelley
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