| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-10 | stage2: add `interned` AIR tag | Andrew Kelley | |
| This required additionally passing the `InternPool` into some AIR methods. Also, implement `Type.isNoReturn` for interned types. | |||
| 2023-06-10 | InternPool: flesh out some of the implementations | Andrew Kelley | |
| * hashing * equality * encoding | |||
| 2023-06-10 | stage2: start the InternPool transition | Andrew Kelley | |
| Instead of doing everything at once which is a hopelessly large task, this introduces a piecemeal transition that can be done in small increments at a time. This is a minimal changeset that keeps the compiler compiling. It only uses the InternPool for a small set of types. Behavior tests are not passing. Air.Inst.Ref and Zir.Inst.Ref are separated into different enums but compile-time verified to have the same fields in the same order. The large set of changes is mainly to deal with the fact that most Type and Value methods now require a Module to be passed in, so that the InternPool object can be accessed. | |||
| 2022-12-17 | std.builtin: rename Type.UnionField and Type.StructField's field_type to type | r00ster91 | |
| 2022-11-18 | run zig fmt on everything checked by CI | Stevie Hryciw | |
| 2022-04-06 | stage2: rename InternArena to InternPool | Andrew Kelley | |
