| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-23 | remove `spirv` cpu arch | Ali Cheraghi | |
| 2025-05-21 | target: auto-generated spirv features | Ali Cheraghi | |
| 2025-05-21 | spirv: write error value in an storage buffer | Ali Cheraghi | |
| 2025-03-18 | spirv: require int8/int16 capabilities | Ali Cheraghi | |
| 2025-03-17 | spirv/target: arbitrary_precision_integers feature support | Ali Cheraghi | |
| 2025-03-17 | target: split `addresses` and `physical_storage_buffer` features | Ali Cheraghi | |
| 2025-02-24 | spirv: replace some unreachables with compile errors | Ali Cheraghi | |
| 2025-02-18 | spirv: ziggify and remove unknown spirv features | Ali Cheraghi | |
| `OpCapability` and `OpExtension` now can also be emitted from inline assembly | |||
| 2025-02-18 | target: update spirv features | Ali Cheraghi | |
| 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-08-12 | std.Target: Rename feature_set_fns to FeatureSetFns | Linus Groh | |
| From https://ziglang.org/documentation/master/#Names: > If `x` is callable, and `x`'s return type is `type`, then `x` should > be `TitleCase`. | |||
| 2024-01-01 | std.Target: flatten | Andrew Kelley | |
