aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/export_builtin.zig
AgeCommit message (Collapse)Author
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
`stage2_spirv64` -> `stage2_spirv`
2025-05-17x86_64: rewrite `@splat`Jacob Young
2025-02-22zig build fmtAndrew Kelley
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
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-15wasm linker: don't pretend it's possible to export data symbolsAndrew Kelley
2024-08-27lib,test,tools,doc: update usages of @exportmlugg
2024-08-15elf: fix up riscv for `.got.zig` rewriteDavid Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-04-13cbe: fix optional codegenJacob Young
Also reduce ctype pool string memory usage, remove self assignments, and enable more warnings.
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-02-04spirv: update testsRobin Voetter
2023-10-29coff: implement exporting anon declsJakub Konka
2023-10-29macho: implement exporting anon declsJakub Konka
2023-10-29elf: implement exporting anon declsJakub Konka
2023-10-29elf: add partial implementation of exporting anon declsJakub Konka
2023-10-29x86_64: fix compiler rt test failuresJacob Young
2023-10-27split export behavior test into export_keyword and export_builtinAndrew Kelley