| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-02 | disallow alignment on packed union fields | David Rubin | |
| 2025-01-16 | all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames | mlugg | |
| 2024-08-28 | std: update `std.builtin.Type` fields to follow naming conventions | mlugg | |
| The compiler actually doesn't need any functional changes for this: Sema does reification based on the tag indices of `std.builtin.Type` already! So, no zig1.wasm update is necessary. This change is necessary to disallow name clashes between fields and decls on a type, which is a prerequisite of #9938. | |||
| 2024-03-11 | std.builtin: make container layout fields lowercase | Tristan Ross | |
| 2024-03-06 | cases: correct after #18816 | mlugg | |
| I changed an error messages and fixed a minor bug while implementing this proposal, which led to a few compile error cases failing. | |||
| 2023-07-25 | frontend: forbid packed and extern tuples | Andrew Kelley | |
| 2022-12-17 | std.builtin: rename Type.UnionField and Type.StructField's field_type to type | r00ster91 | |
| 2022-11-23 | add tests for tuple declarations | Veikka Tuominen | |
