aboutsummaryrefslogtreecommitdiff
path: root/src/libs/libcxx.zig
AgeCommit message (Expand)Author
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-08compiler: improve error reportingmlugg
2025-07-14libcxx: fix building for wasm32-wasi by disabling exceptionsAlex Rønne Petersen
2025-07-07zig fmtAndrew Kelley
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-12compiler: rework emit paths and cache modesmlugg
2025-06-12compiler: rework backend pipeline to separate codegen and linkmlugg
2025-06-06Compilation: enable the x86_64 backend by default for debug buildsJacob Young
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-05-10libcxxabi: Pass -fPIC via module options instead of CFLAGS.Alex Rønne Petersen
2025-05-10compiler: Move vendored library support to `libs` subdirectory.Alex Rønne Petersen