aboutsummaryrefslogtreecommitdiff
path: root/src/dev.zig
AgeCommit message (Expand)Author
2025-07-07cbe: fix code header being omitted from the outputJacob Young
2025-07-07update compiler source to new APIsAndrew Kelley
2025-06-23remove `spirv` cpu archAli Cheraghi
2025-06-16build: add `spirv` to dev envAli Cheraghi
2025-06-12compiler: rework backend pipeline to separate codegen and linkmlugg
2025-06-01cbe: legalize safety instructions in non-zig1 buildsJacob Young
2025-05-31cbe: implement `stdbool.h` reserved identifiersJacob Young
2025-05-20compiler: Scaffold stage2_powerpc backend.Alex Rønne Petersen
2025-05-10std.Target: Remove ObjectFormat.nvptx (and associated linker code).Alex Rønne Petersen
2025-04-27link: Stub out GOFF/XCOFF linker code based on LLVM.Alex Rønne Petersen
2025-01-16x86_64: implement clz and notJacob Young
2025-01-15add dev env for wasmAndrew Kelley
2024-11-24dwarf: fix stepping through an inline loop containing one statementJacob Young
2024-11-16dev: support incremental for x86_64-linux envJacob Young
2024-07-22dev: add riscv64-linux supportDavid Rubin
2024-07-20dev: add missing x86_64 backend checksJacob Young
2024-07-19dev: introduce dev environments that enable compiler feature setsJacob Young