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