aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2024-06-03[libc++] Handle 0 size case for testing support operator new (#93834)Jake Egan2-2/+4
2024-06-03[libc++] Fix regression about parsing leading decimal points (#93989)A. Jiang4-2/+183
2024-06-03[libc++][test] Mark `optional` test functions as `TEST_CONSTEXPR_CXX20` (#94172)Stephan T. Lavavej2-24/+22
2024-06-03[clang][Modules] Remove unnecessary includes of `Module.h` (#93417)David Stone1-2/+0
2024-06-02[libc++] Don't give functions C linkage (#94102)Nikolas Klauser8-117/+57
2024-06-02[libc++] [test] Cleanup compile-only tests (#94121)Stephan T. Lavavej18-1226/+721
2024-06-02[libc++] [test] Fix `__has_include` usage, expand condvarany and spaceship co...Stephan T. Lavavej4-14/+16
2024-06-01[libc++] Fix `std::atomic::wait` ulock wait UL_COMPARE_AND_WAIT64 (#92783)Hui2-3/+38
2024-06-01Fix order of include flags for the target & regular include paths. (#93547)Eric6-6/+6
2024-06-01 [libc++] Fix failures with GCC 14 (#92663)Nikolas Klauser10-7/+21
2024-06-01[libc++][NFC] Format pair.h (#94101)Nikolas Klauser1-18/+19
2024-06-01[libc++] Remove the inline namespace for std::filesystem in ABIv2 (#92971)Nikolas Klauser3-1/+9
2024-05-31[runtimes] Correctly apply libdir subdir for multilib (#93354)Petr Hosek1-8/+9
2024-05-29[clang] Preserve Qualifiers and type sugar in TemplateNames (#93433)Matheus Izvekov19-85/+85
2024-05-29[libc++][test] Close LWG3018 and add tests (#93047)Hui2-1/+23
2024-05-28[runtimes][CMake] Simplify the propagation of test dependencies (#93558)Louis Dionne6-23/+9
2024-05-28[runtimes] Reintroduce a way to select the compiler used for the test suite (...Louis Dionne3-2/+10
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne61-94/+60
2024-05-28[NFC][libc++] Mark LWG3951 as implemented (#93191)yronglin1-1/+1
2024-05-29[libc++][test] Close LWG3238 and add tests (#93043)Hui3-36/+26
2024-05-29[libc++] LWG3223 Broken requirements for shared_ptr converting constructors (...Hui7-77/+113
2024-05-29[libc++][test] Close LWG3382 and add tests (#93039)Hui3-1/+49
2024-05-28[libc++] [test] Fix portability issues for MSVC (#93259)Stephan T. Lavavej15-38/+45
2024-05-28[libc++] [test] Fix MSVC warnings (#93257)Stephan T. Lavavej8-15/+31
2024-05-28[libc++] Mark P2845R8 `__cpp_lib_format_path` and P2587R3 `__cpp_lib_to_strin...Stephan T. Lavavej6-72/+36
2024-05-28[libc++] Split up ABI and platform configuration to their own headers (#90863)Louis Dionne7-191/+263
2024-05-27[libc++][pstl] Merge all frontend functions for the PSTL (#89219)Louis Dionne23-2145/+1462
2024-05-27[libcxx][test][AIX] Fix the thousands_sep expectation for fr_FR locales (#92312)David Tenty1-8/+9
2024-05-27[libcxx] [test] Use `shlex.quote()` to fix Python 3.13 compatibility (#93376)Michał Górny2-4/+5
2024-05-27[libc++] Remove libcxx/include/libcxx.impLouis Dionne1-869/+0
2024-05-25Revise IDE folder structure (#89755)Michael Kruse1-0/+1
2024-05-24[libc++][test] Close LWG3045 (#93053)Hui2-1/+4
2024-05-23[libc++] Remove a few unused includes of trivially_copyable.h (#93200)Louis Dionne3-3/+0
2024-05-23[test][libcxx] Update deallocation after #90373 (#93145)Vitaly Buka1-1/+1
2024-05-23[libc++] Refactor tests for std::condition_variable (#91530)Louis Dionne10-700/+1088
2024-05-23Removed redundant template in '__delete_node()' member function of '__forward...2LoS2-2/+0
2024-05-22[libc++][pstl] Improve exception handling (#88998)Louis Dionne29-915/+404
2024-05-22[WebAssembly] Upstream misc. EH changes (#92990)Heejin Ahn2-5/+16
2024-05-22[NFC][libc++][test] Removes C++98 support. (#92930)Mark de Wever15-15/+15
2024-05-22[libc++] <experimental/simd> Add copy functions for class simd/simd_mask (#78...ZhangYin7-0/+342
2024-05-22[libc++][vector] Inline remaining constructors filling vector with the same v...Mateusz Zych1-36/+28
2024-05-22Reland "[clang] Enable sized deallocation by default in C++14 onwards" (#90373)Pengcheng Wang3-8/+11
2024-05-21[libc++] Implement C++20 atomic_ref (#76647)Damien L-G46-30/+3888
2024-05-21[libc++] Refactor flaky tests for std::shared_lock (#91779)Louis Dionne3-165/+242
2024-05-21[libcxx] [test] Detect mingw-w64 headers compatible with C++ module builds (#...Martin Storsjö1-1/+34
2024-05-21[libc++] LWG2381: Inconsistency in parsing floating point numbers (#77948)A. Jiang5-71/+467
2024-05-21[libcxx] removes unnecessary traits from `has_unique_object_representations` ...Christopher Di Bella2-4/+4
2024-05-21[libc++][z/OS] Switch to use TEST_HAS_NO_INT128 as per comment in PR 92261 (#...Zibi2-4/+4
2024-05-20[libcxx] Add cast to avoid pointer casting warning on Windows (#92738)Martin Storsjö1-2/+2
2024-05-20[libcxx] locale.cpp: Move build_name helper into unnamed namespace (#92461)Hubert Tong1-2/+2