| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-22 | aarch64: add new from scratch self-hosted backend | Jacob Young | |
| 2025-06-16 | rename spirv backend name | Ali Cheraghi | |
| `stage2_spirv64` -> `stage2_spirv` | |||
| 2025-05-17 | x86_64: rewrite `@splat` | Jacob Young | |
| 2025-02-22 | zig build fmt | Andrew Kelley | |
| 2025-01-16 | all: update to `std.builtin.Type.Pointer.Size` field renames | mlugg | |
| This was done by regex substitution with `sed`. I then manually went over the entire diff and fixed any incorrect changes. This diff also changes a lot of `callconv(.C)` to `callconv(.c)`, since my regex happened to also trigger here. I opted to leave these changes in, since they *are* a correct migration, even if they're not the one I was trying to do! | |||
| 2025-01-15 | wasm linker: don't pretend it's possible to export data symbols | Andrew Kelley | |
| 2024-08-27 | lib,test,tools,doc: update usages of @export | mlugg | |
| 2024-08-15 | elf: fix up riscv for `.got.zig` rewrite | David Rubin | |
| 2024-05-11 | riscv: add stage2_riscv to test matrix and bypass failing tests | David Rubin | |
| 2024-04-13 | cbe: fix optional codegen | Jacob Young | |
| Also reduce ctype pool string memory usage, remove self assignments, and enable more warnings. | |||
| 2024-03-11 | std.builtin: make link mode fields lowercase | Tristan Ross | |
| 2024-02-04 | spirv: update tests | Robin Voetter | |
| 2023-10-29 | coff: implement exporting anon decls | Jakub Konka | |
| 2023-10-29 | macho: implement exporting anon decls | Jakub Konka | |
| 2023-10-29 | elf: implement exporting anon decls | Jakub Konka | |
| 2023-10-29 | elf: add partial implementation of exporting anon decls | Jakub Konka | |
| 2023-10-29 | x86_64: fix compiler rt test failures | Jacob Young | |
| 2023-10-27 | split export behavior test into export_keyword and export_builtin | Andrew Kelley | |
