| 3 years ago | Jacob Young | | Sema: port Value.decl_ptr to InternPool |
| 3 years ago | Jacob Young | | Sema: port reify struct access to use InternPool |
| 3 years ago | Jacob Young | | Sema: add coerceTupleToStruct result to the InternPool |
| 3 years ago | Jacob Young | | InternPool: add repeated aggregate storage |
| 3 years ago | Andrew Kelley | | compiler: move error union types and error set types to InternPool |
| 3 years ago | Andrew Kelley | | compiler: eliminate legacy Type.Tag.pointer |
| 3 years ago | Andrew Kelley | | compiler: eliminate legacy Type.Tag.optional |
| 3 years ago | Andrew Kelley | | compiler: move `anyframe->T` to InternPool |
| 3 years ago | Andrew Kelley | | stage2: move function types to InternPool |
| 3 years ago | Andrew Kelley | | stage2: encode one-possible-value tuple specially |
| 3 years ago | Andrew Kelley | | stage2: move anon tuples and anon structs to InternPool |
| 3 years ago | Andrew Kelley | | stage2: move enum tag values into the InternPool |
| 3 years ago | Andrew Kelley | | stage2: remove legacy Type array and array_sentinel |
| 3 years ago | Matthew Lugg | | InternPool: transition float values |
| 3 years ago | Andrew Kelley | | stage2: move enum types into the InternPool |
| 3 years ago | Andrew Kelley | | InternPool: fix deinit leaking inner maps |
| 3 years ago | Andrew Kelley | | InternPool: ability to encode enums |
| 3 years ago | Andrew Kelley | | add std.hash.uint32 |
| 3 years ago | Andrew Kelley | | stage2: move union types and values to InternPool |
| 3 years ago | Andrew Kelley | | stage2: move struct types and aggregate values to InternPool |
| 3 years ago | Andrew Kelley | | stage2: move opaque types to InternPool |
| 3 years ago | Andrew Kelley | | InternPool: add optional values |
| 3 years ago | Andrew Kelley | | InternPool: add ptr-to-int value |
| 3 years ago | Andrew Kelley | | InternPool: add indexToKey for empty struct types |
| 3 years ago | Andrew Kelley | | Sema: introduce Value.enum_field_0 |
| 3 years ago | Andrew Kelley | | stage2: more InternPool related fixes |
| 3 years ago | Andrew Kelley | | stage2: move empty struct type and value to InternPool |
| 3 years ago | Andrew Kelley | | InternPool: add an int_u8 value encoding |
| 3 years ago | Andrew Kelley | | stage2: more InternPool-related fixes |
| 3 years ago | Andrew Kelley | | stage2: implement intTagType logic |
| 3 years ago | Andrew Kelley | | stage2: bug fixes related to Type/Value/InternPool |
| 3 years ago | Andrew Kelley | | InternPool: fix UAF in getCoercedInt and add u16 int value encoding |
| 3 years ago | Matthew Lugg | | Replace uses of Value.zero, Value.one, Value.negative_one |
| 3 years ago | Andrew Kelley | | InternPool: add getCoercedInt to avoid copy in Sema |
| 3 years ago | Matthew Lugg | | wip: progress towards compiling tests |
| 3 years ago | Andrew Kelley | | InternPool: implement indexToKey and equality for int values |
| 3 years ago | Andrew Kelley | | InternPool: add an encoding for arrays with sentinels |
| 3 years ago | Andrew Kelley | | stage2: move integer values to InternPool |
| 3 years ago | Andrew Kelley | | Sema: update onePossibleValue for InternPool |
| 3 years ago | Andrew Kelley | | LLVM backend: update integer constant lowering for InternPool |
| 3 years ago | Andrew Kelley | | stage2: fix interned integer value printing |
| 3 years ago | Andrew Kelley | | InternPool: fix bug in addLimbsExtraAssumeCapacity |
| 3 years ago | Andrew Kelley | | Sema: add typeHasOnePossibleValue logic for InternPool |
| 3 years ago | Andrew Kelley | | InternPool: add a slice encoding |
| 3 years ago | Andrew Kelley | | stage2: add missing comptimeOnly logic for InternPool |
| 3 years ago | Andrew Kelley | | fix AIR printing of interned constants |
| 3 years ago | Andrew Kelley | | stage2: add tmp_hack_arena for the InternPool transition |
| 3 years ago | Andrew Kelley | | fill out more InternPool Type methods |
| 3 years ago | Andrew Kelley | | InternPool: add a dump function |
| 3 years ago | Andrew Kelley | | stage2: migrate many pointer types to the InternPool |
|