aboutsummaryrefslogtreecommitdiff
path: root/src/libs/libcxx.zig
AgeCommit message (Expand)Author
2025-10-29Merge pull request #25592 from ziglang/init-std.IoAndrew Kelley
2025-10-29remove all IBM AIX and z/OS supportAlex Rønne Petersen
2025-10-29compiler: update for introduction of std.IoAndrew Kelley
2025-10-04libcxx: don't impose _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS on usersAlex Rønne Petersen
2025-10-04libcxxabi: define _LIBCPP_BUILDING_LIBRARY in addition to _LIBCXXABI_BUILDING...Alex Rønne Petersen
2025-10-04libcxxabi: don't build cxa_noexception.cpp if exceptions are enabledAlex Rønne Petersen
2025-10-04libcxxabi: sort file list according to upstream CMakeLists.txtAlex Rønne Petersen
2025-09-28libcxx: respond to some feature macro changes in LLVM 20Alex Rønne Petersen
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