summaryrefslogtreecommitdiff
path: root/libcxx/docs
AgeCommit message (Expand)Author
2025-11-21[libc++] Revert fstream::read optimizations (#168894)Jordan Rupprecht
2025-11-19[libc++] Make views::iota aware of __int128 (#167869)Nikolas Klauser
2025-11-17[libc++] Enable compiler-rt when performing a bootstrapping build (#167065)Louis Dionne
2025-11-14[libc++][hardening] Allow setting the assertion semantic via CMake. (#167636)Konstantin Varlamov
2025-11-14[libc++] Reorganize and fix the libc++ CI dockerfiles (#167530)Louis Dionne
2025-11-14[libcxx] [doc] Document the supported target versions of Windows (#167845)Martin Storsjö
2025-11-14[libcxx] [doc] Update the docs about LIBCXX_ENABLE_FILESYSTEM (#167843)Martin Storsjö
2025-11-14[libc++][ranges] LWG3505: `split_view::outer-iterator::operator++` misspecifi...Hristo Hristov
2025-11-12[libc++] Implement P2988R12: `std::optional<T&>` (#155202)William Tran-Viet
2025-11-10[libc++][docs] Update to refer to P3355R2 (#167267)A. Jiang
2025-11-09[libc++] Treat P0513R0 as a defect report against C++11 (#166690)A. Jiang
2025-11-07[libc++] Optimize fstream::read (#165223)Nikolas Klauser
2025-11-03[libc++][docs] Fix documentation of `REQUIRES: std-at-least-*` (#166226)Adrian Vogelsgesang
2025-11-03[libc++][docs] Fix documentation of `REQUIRES: std-at-least-*` (#166221)Adrian Vogelsgesang
2025-11-03[libc++][docs] Update status for P2641R4 (#166073)A. Jiang
2025-11-02[libc++] P2641R4: Checking if a `union` alternative is active (`std::is_withi...Nikolas Klauser
2025-11-01[libc++] constexpr flat_multiset (#161016)Hui
2025-10-31[libc++] Update our documentation on the supported compilers (#165684)Nikolas Klauser
2025-10-28[libcxx] Optimize `rng::generate_n` for segmented iterators (#165280)Connector Switch
2025-10-23[libc++][docs] Add missing column headers for GitHub issues (#164745)A. Jiang
2025-10-21[libcxx] Optimize `std::generate_n` for segmented iterators (#164266)Connector Switch
2025-10-21Reapply "[libc++] Optimize __hash_table::erase(iterator, iterator)" (#162850)Nikolas Klauser
2025-10-20[libcxx] Optimize std::generate for segmented iterators (#163006)Connector Switch
2025-10-19[libc++][docs] Retarget completion of P2944R3 to LLVM 22 (#163753)A. Jiang
2025-10-17[libc++] Optimize std::{,ranges}::{fill,fill_n} for segmented iterators (#132...Peng Liu
2025-10-16[libc++] Optimize {std,ranges}::distance for segmented iterators (#133612)Peng Liu
2025-10-13[libc++][atomic] P2835R7: Expose `std::atomic_ref`'s object address (#162236)Hristo Hristov
2025-10-10[libcxx][NFC] Added `libunwind` to `LLVM_ENABLE_RUNTIMES` for Windows… (#16...Connector Switch
2025-10-09[libcxx] Use %{temp} instead of %T (#162323)Aiden Grossman
2025-10-07[libcxx] Run tests on Windows/arm64 too (#161906)Martin Storsjö
2025-10-06[libc++][ranges] P3060R3: Add `std::views::indices(n)` (#146823)Hristo Hristov
2025-10-02[libc++] Upgrade Xcode to 26.0 (#160097)Nikolas Klauser
2025-09-30[libc++][istream] P3223R2: Making `std::istream::ignore` less surprising (#14...Hristo Hristov
2025-09-29[libc++][NFC] In documentation, fix path to benchmark that has now movedLouis Dionne
2025-09-29[libc++] Vectorize std::find (#156431)Nikolas Klauser
2025-09-25[libc++] Add link to premerge tesing dashboard to docs. (#160342)cmtice
2025-09-25[libc++][string] P3044R2: sub-`string_view` from `string` (#147095)Hristo Hristov
2025-09-24[libc++] Implement Resolution of LWG 3886 (#155356)William Tran-Viet
2025-09-18[libc++] Introduce _LIBCPP_COMPRESSED_ELEMENT (#134253)Nikolas Klauser
2025-09-17Revert "[libc++] Optimize __hash_table::erase(iterator, iterator) (#1… (#15...Aiden Grossman
2025-09-15[libc++] Add documentation for the new comment-triggered benchmarking bot (#1...Louis Dionne
2025-09-09[libc++] Start tracking Github issues in status pages (#149833)Louis Dionne
2025-09-09[libc++] Update utilities to compare benchmarks (#157556)Louis Dionne
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-09-04[libc++] Split ABI flag for removing iterator bases and removing the second m...Nikolas Klauser
2025-09-03[libc++][ranges] LWG4083: `views::as_rvalue` should reject non-input ranges (...Hristo Hristov
2025-09-03[libc++] Optimize {map,set}::insert(InputIterator, InputIterator) (#154703)Nikolas Klauser
2025-08-29[libc++] Optimize map::insert_or_assign (#155816)Nikolas Klauser
2025-08-28[libc++] Stabilize transitive includes for C++23 (#134143)Louis Dionne
2025-08-27[libc++] Optimize ofstream::write (#123337)Nikolas Klauser