aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-17[libcxx][libcxxabi] Fix build for OpenBSD (#92186)John Ericson2-3/+17
2024-05-16[libc++] LWG3672: `common_iterator::operator->()` should return by value (#87...Xiaoyang Liu3-11/+11
2024-05-16[libc++][z/OS] Correct a definition of __native_vector_size (#91995)zibi21-1/+1
2024-05-16[libc++][z/OS] Fixup two linear_congruential_engine tests (#92261)zibi22-0/+6
2024-05-16[libc++][test] `__cpp_lib_within_lifetime` -> `__cpp_lib_is_within_lifetime` ...Mital Ashok5-80/+82
2024-05-15Fix typo "indicies" (#92232)Jay Foad1-1/+1
2024-05-13[libcxx][test] Fix numpunct grouping tests on AIX (#91781)Xing Xue1-6/+5
2024-05-13[libcxx] [test] Fix the locale ctype widen tests on AIX (#91744)Xing Xue2-4/+2
2024-05-11[libc++] Vectorize std::mismatch with trivially equality comparable types (#8...Nikolas Klauser8-25/+285
2024-05-10[libc++][NFC] Replace __apply_cv with __copy_cv or __copy_cvref (#90867)Nikolas Klauser9-58/+11
2024-05-10[libc++][NFC] Use TestEachPointerType in TestEachAtomicType (#91480)Louis Dionne1-2/+1
2024-05-10[libc++] Make `constexpr std::variant`. Implement P2231R1 (#83335)Hui16-836/+1322
2024-05-09[libc++][doc] Updates Spaceship status page.Mark de Wever1-3/+3
2024-05-09[libc++][ASan] Fix std::basic_string trait type (#91590)Tacet1-2/+2
2024-05-09[libc++][test] Fixes constexpr char_traits. (#90981)Mark de Wever2-21/+48
2024-05-09[libc++][functional] P2944R3 (partial): Comparisons for `reference_wrapper` (...Hristo Hristov19-26/+614
2024-05-08[libc++][CI] Reenables clang-tidy. (#90077)Mark de Wever5-11/+47
2024-05-08[libc++] Implement std::gcd using the binary version (#77747)serge-sans-paille10-4/+213
2024-05-08[libc++][NFC] Refactor __is_transparent to be a variable template (#90865)Nikolas Klauser5-87/+66
2024-05-07[ASan][libc++] Turn on ASan annotations for short strings (#79536)Tacet6-41/+471
2024-05-07[AIX][libc++] Enable clang_modules_include.gen.py tests (#90971)Jake Egan1-6/+0
2024-05-07[libc++] Rename _LIBCPP_INTRODUCED_foo_MARKUP to _LIBCPP_INTRODUCED_foo_ATTRI...Louis Dionne1-48/+48
2024-05-07[libc++][NFC] Remove unused include from <__type_traits/is_equality_comparabl...Nikolas Klauser1-1/+0
2024-05-05[NFC] Remove BLOCKLIT workaround. (#91001)Eric4-42/+49
2024-05-04[libc++] Fix P1206R7 feature test macros (#90914)krzysdz15-331/+370
2024-05-04[libc++] Adjust some of the [rand.dist] critical values that are too strict (...Matt Stephanson28-199/+192
2024-05-03[libc++][modules] Uses _LIBCPP_USING_IF_EXISTS. (#90409)Mark de Wever33-1023/+1023
2024-05-03Revert "[NFC] Enable atomic tests on AIX"Mark de Wever4-0/+4
2024-05-02Bump actions runner image used for libc++'s builders.Eric Fiselier1-1/+1
2024-05-02[libcxx] Align `__recommend() + 1` by __endian_factor (#90292)Vitaly Buka1-2/+2