aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2024-08-01[libc++] Avoid using **this in error messages for expected monadic operations...ZERO-N2-20/+20
2024-08-01[libc++] Fix missing declarations of uses_allocator_construction_args (#67044)Shivam2-129/+179
2024-08-01[libc++] Remove dedicated namespaces for ranges functions (#76543)Christopher Di Bella96-583/+255
2024-08-01[NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT t...Xing Xue1-1/+1
2024-08-01[libc++][NFC] Avoid opening namespace std in the tests (#94160)Nikolas Klauser35-515/+364
2024-07-31[libc++] Drop support for the C++20 Synchronization Library before C++20 (#82...Louis Dionne34-191/+120
2024-07-31[libc++][NFC] Add missing license headersLouis Dionne298-0/+381
2024-07-31[libc++] Move the benchmarks under libcxx/test (#99371)Louis Dionne78-15/+17
2024-07-31[libc++] Make std::unique_lock available with _LIBCPP_HAS_NO_THREADS (#99562)Paul Kirth22-382/+314
2024-07-31[libcxx][test] Require long_tests for eval.PR44847.pass.cp (#100722)David Spickett1-2/+2
2024-07-31[libcxx][test] Mark sort.pass.cpp as a long test (#100720)David Spickett1-1/+1
2024-07-31[libc++][NFC] Remove two unused implementation details `__find_end` (#100685)Hewill Kang1-103/+0
2024-07-31[cmake] switch to CMake's native `check_{compiler,linker}_flag` (#96171)h-vetinari1-1/+1
2024-07-31[libc++][docs] Remove misadded entry for P1937R2 from Cxx20Papers.csv (#100741)A. Jiang1-1/+0
2024-07-31[libc++] Refactor tests for shared_mutex and shared_timed_mutex (#100783)Louis Dionne18-624/+900
2024-07-30[libc++] fix `array<T, 0>` under `USE_WRAP_ITER` (#101156)nicole mazzuca1-26/+31
2024-07-30[libc++][stdatomic.h] Implements LWG3671. (#99775)Mark de Wever3-1/+9
2024-07-30[libc++][spaceship] Removes unneeded relational operators. (#100441)Mark de Wever3-11/+4
2024-07-30[libc++][format] Implements P3107R5 in <format>. (#86713)Mark de Wever10-10/+337
2024-07-30[libc++][test] Do not assume array::iterator is a pointer (#100603)nicole mazzuca4-54/+104
2024-07-28[libc++][memory_resource] Implements LWG3683. (#100775)Mark de Wever3-1/+53
2024-07-26[libc++] Fix bug in atomic_ref's calculation of lock_free-ness (#99570)Louis Dionne5-125/+312
2024-07-26[libcxx] [test] Detect the UCRT printf("%a") formatting bug (#99846)Martin Storsjö3-8/+22
2024-07-26[libc++][doc] Updates the libc++ status page. (#100595)Mark de Wever3-12/+12
2024-07-26[libc++] Enable Clang modules in carve-out CI jobs (#100571)Louis Dionne12-0/+42
2024-07-26[libc++] Remove outdated setting of LIBCXX_CXX_ABI_LIBRARY_PATH (#100631)Louis Dionne1-6/+0
2024-07-26[libc++] Remove unmaintained support for generating code coverage (#100630)Louis Dionne4-83/+0
2024-07-25[libc++][test] Fix Clang `-Wunused-variable` warnings in time.zone.members/to...Stephan T. Lavavej1-8/+8
2024-07-25[libc++] Remove unmaintained LIBCXX_CONFIGURE_IDE (#100574)Louis Dionne3-44/+0
2024-07-25[libc++] Remove unnecessary check for LIBCXX_INCLUDE_TESTS (#100573)Louis Dionne1-15/+12
2024-07-25[libc++] Add missing xlocale.h include on Apple and FreeBSD (#99689)Louis Dionne1-0/+4
2024-07-25[libc++][spaceship] Marks P1614 as complete. (#99375)Mark de Wever9-21/+22
2024-07-25Fix fs.op.copy_file/copy_file_large.pass.cpp on z/OS (#100382)Zibi Sarbinowski1-1/+1
2024-07-25[libcxx][test] Update picolibc version (#100348)David Spickett2-10/+2
2024-07-24[libc++][spaceship] Implements X::iterator container requirements. (#99343)Mark de Wever14-7/+413
2024-07-24[libc++] Improve behavior when using relative path for LIBCXX_ASSERTION_HANDL...Louis Dionne2-3/+8
2024-07-24[libcxx][test] Explain picolib unsupported in sort.pass.cppDavid Spickett1-1/+2
2024-07-24Revert "[libc++][math] Fix undue overflowing of `std::hypot(x,y,z)` (#93350)"Mitch Phillips8-197/+65
2024-07-24[libcxx][test] Update picolib xfails (#99631)David Spickett2-3/+4
2024-07-23[libc++] Revert "Make std::pair trivially copyable if its members are (#89652...Louis Dionne5-72/+6
2024-07-23[libc++][Android] Fix Android bugs in the CI Dockerfile (#99623)Ryan Prichard2-16/+28
2024-07-23Suppress a redundant hardening check in basic_string_view::substr (#91804)David Benjamin1-1/+14
2024-07-23[libc++] Add clang-20 to failing tests on Windows (#100119)gulfemsavrun3-3/+3
2024-07-23[libc++][libc++abi] Minor follow-up changes after ptrauth upstreaming (#87481)Louis Dionne2-7/+8
2024-07-23[libc++][NFC] Add comment about __builtin_verbose_trap per review commentLouis Dionne1-0/+1
2024-07-23[libc++][memory] Implements LWG3307. (#99776)Mark de Wever4-1/+52
2024-07-23[libc++][vector] Updates LWG3778 status. (#99818)Mark de Wever2-5/+4
2024-07-23[libc++][doc] Update the release notes for LLVM 19. (#99061)Mark de Wever3-11/+52
2024-07-23[libc++][doc] Fixes building the release notes.Mark de Wever1-1/+1
2024-07-23[libc++][string] Fixes shrink_to_fit. (#97961)Mark de Wever2-3/+55