aboutsummaryrefslogtreecommitdiff
path: root/src/Zcu/PerThread.zig
AgeCommit message (Expand)Author
2025-10-30std.debug.lockStderrWriter: also return ttyconfMatthew Lugg
2025-10-29compiler: update for introduction of std.IoAndrew Kelley
2025-10-05InternPool: use sequential string indices instead of byte offsetsJacob Young
2025-09-30compiler: better crash handlermlugg
2025-09-21Elf2: create a new linker from scratchJacob Young
2025-09-20Zcu: fix analysis of type of decl with inferred typemlugg
2025-09-15frontend: fix reference tracking through coerced function bodiesmlugg
2025-08-15what if we kissed by the extern source bitmlugg
2025-08-15Zcu: don't tell linkers about exports if there are compile errorsmlugg
2025-08-12remove redundant test casesJustus Klausecker
2025-08-12replace even more aggregate internsJustus Klausecker
2025-08-12address most commentsJustus Klausecker
2025-08-12Sema: Improve comptime arithmetic undef handlingJustus Klausecker
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-07Merge pull request #24661 from alichraghi/spv4Andrew Kelley
2025-08-05std: remove BoundedArrayAndrew Kelley
2025-08-02spirv: refactorAli Cheraghi
2025-08-01build system: replace fuzzing UI with build UI, add time reportmlugg
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-19std.Io.Writer: fix writeSliceSwapAndrew Kelley
2025-07-16inline assembly: use typesAndrew Kelley
2025-07-14std.Io: handle packed structs betterAndrew Kelley
2025-07-07compiler: update a bunch of format stringsAndrew Kelley
2025-07-07std.zig.llvm.Builder: update format APIAndrew Kelley
2025-07-07compiler: upgrade various std.io API usageAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-06-13link: fix obvious race conditionmlugg
2025-06-13compiler: fix atomic orderingsmlugg
2025-06-12compiler: improve progress outputmlugg
2025-06-12Zcu: handle unreferenced `test_functions` correctlymlugg
2025-06-12Zcu: SPIR-V also doesn't generate MIR (yet)mlugg
2025-06-12Zcu: fix `deleteExport` crash with LLVM backendmlugg
2025-06-12compiler: improve progress outputmlugg
2025-06-12x86_64: remove air references from mirJacob Young
2025-06-12InternPool: store the Nav types are named aftermlugg
2025-06-12Zcu: fix verbose airJacob Young
2025-06-12compiler: rework emit paths and cache modesmlugg
2025-06-12spirv: make the backend compile againmlugg
2025-06-12compiler: get most backends compiling againmlugg
2025-06-12compiler: rework backend pipeline to separate codegen and linkmlugg
2025-06-12link: make checking for failed types the responsibility of Compilationmlugg
2025-06-12compiler: slightly untangle LLVM from the linkersmlugg
2025-06-12compiler: minor refactors to ZCU linkingmlugg
2025-06-06x86_64: add support for pie executablesJacob Young
2025-06-01compiler: implement better shuffle AIRmlugg
2025-06-01Legalize: replace `safety_checked_instructions`mlugg