index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libs
/
libcxx.zig
Age
Commit message (
Expand
)
Author
2025-10-29
Merge pull request #25592 from ziglang/init-std.Io
Andrew Kelley
2025-10-29
remove all IBM AIX and z/OS support
Alex Rønne Petersen
2025-10-29
compiler: update for introduction of std.Io
Andrew Kelley
2025-10-04
libcxx: don't impose _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS on users
Alex Rønne Petersen
2025-10-04
libcxxabi: define _LIBCPP_BUILDING_LIBRARY in addition to _LIBCXXABI_BUILDING...
Alex Rønne Petersen
2025-10-04
libcxxabi: don't build cxa_noexception.cpp if exceptions are enabled
Alex Rønne Petersen
2025-10-04
libcxxabi: sort file list according to upstream CMakeLists.txt
Alex Rønne Petersen
2025-09-28
libcxx: respond to some feature macro changes in LLVM 20
Alex Rønne Petersen
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
compiler: improve error reporting
mlugg
2025-07-14
libcxx: fix building for wasm32-wasi by disabling exceptions
Alex Rønne Petersen
2025-07-07
zig fmt
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-06-12
compiler: rework backend pipeline to separate codegen and link
mlugg
2025-06-06
Compilation: enable the x86_64 backend by default for debug builds
Jacob Young
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-10
libcxxabi: Pass -fPIC via module options instead of CFLAGS.
Alex Rønne Petersen
2025-05-10
compiler: Move vendored library support to `libs` subdirectory.
Alex Rønne Petersen