aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2023-03-08[libc++][format] Fixes invalid usage of m type.Mark de Wever3-7/+6
2023-03-08[libc++][format] Fix floating point formatting.Mark de Wever2-2/+55
2023-03-08[libc++] Fix ranges::binary_search() returning true for cases where the eleme...Nikolas Klauser4-2/+41
2023-03-06[libc++][NFC] update Range Status for the completion of C++20 rangesHui1-1/+1
2023-03-06[libc++] Temporarily not use compiler intrinsics for some type traits in Obje...Konstantin Varlamov4-4/+116
2023-03-06[libc++][ranges] move all range iterators back in classHui8-465/+448
2023-03-06[libcxx][ranges] revert join_view::iterator and sentinel to be in-classHui3-51/+67
2023-02-28[libc++] Add FTM for views::as_rvalueNikolas Klauser5-0/+56
2023-02-14[libc++] Fix bug in allocate_shared_for_overwriteLouis Dionne5-57/+123
2023-02-14[libc++][NFC] Rename _LIBCPP_NO_RTTI to _LIBCPP_HAS_NO_RTTINikolas Klauser4-32/+32
2023-02-14[libc++] fix `shared_ptr`'s incorrect constraintsHui13-120/+290
2023-02-14[libc++][NFC] Rename multidimentional uninitialized algorithmsNikolas Klauser2-17/+17
2023-02-13[libc++] In tests, use `abort` to terminate upon an error.Konstantin Varlamov1-1/+1
2023-02-10[libc++] Guard the fix to CityHash behind ABI v2Louis Dionne3-0/+17
2023-02-07[libc++][format] Fixes constexpr validation.Mark de Wever2-3/+9
2023-02-05[libc++] Remove use of internal glibc macros to determine if c8rtomb() and mb...Tom Honermann2-7/+17
2023-02-05[libc++] Fixes the Clang modular build.Mark de Wever1-3/+13
2023-02-05[libc++][ranges] Temporarily mark `ranges::join_view` as experimental.varconst28-3/+35
2023-01-31[libc++][NFC] Update the libc++ release notes for LLVM 16.Konstantin Varlamov1-2/+13
2023-01-27libcxx: Don't apply ABI tags to extern "C" fnsArsen Arsenović7-152/+67
2023-01-24[libc++] Introduce a compile-time mechanism to override __libcpp_verbose_abortLouis Dionne9-49/+87
2023-01-25[NFC][libc++] Remove __unexpected namespaceyronglin2-18/+14
2023-01-24[libc++][format] Fixes usage of contiguous ranges.Mark de Wever2-2/+72
2023-01-24[libc++][doc] Updates format status.Mark de Wever5-4/+6
2023-01-24[libc++][ranges] implement `std::ranges::split_view`Hui30-3/+2246
2023-01-23[libc++] Fix installation path for the modulemapLouis Dionne1-2/+7
2023-01-23[libc++] implement P1020R1 P1973R1 make_unique[shared]_for_overwriteHui11-14/+666
2023-01-23[libc++][doc] Fixes the usage of improper markup.Mark de Wever2-3/+3
2023-01-23[libc++] Refactor clang-query checks to clang-tidy checks to get less obscure...Nikolas Klauser14-358/+148
2023-01-23[libc++] Improve binary size when using __transactionNikolas Klauser13-161/+231
2023-01-22[NFC] Fix "form/from" typosPiotr Fusik2-2/+2
2023-01-22[libc++][test] Disable parts requiring locales.Mark de Wever3-0/+9
2023-01-22[libc++] Rename take_while_view::__sentinel to __take_while_view_sentinelNikolas Klauser1-12/+18
2023-01-21[libc++] Granularize <type_traits> includes in <bit>, <numbers> and <coroutine>Nikolas Klauser9-10/+22
2023-01-21[libc++] Implement P1413R3 (Deprecate std::aligned_storage and std::aligned_u...Nikolas Klauser17-14/+79
2023-01-20[libc++] Add FreeBSD XFAILs in preparation for CIEd Maste39-1/+74
2023-01-20[libc++] add FreeBSD atomic wait supportKonstantin Belousov1-0/+21
2023-01-20[libc++][format] range-default-formatter for set.Mark de Wever8-6/+1773
2023-01-20[libc++] Move iota_view::iterator and sentinel out of iota_viewNikolas Klauser2-205/+229
2023-01-20[libc++] Enable clang-tidy from the buildkite pipeline instead of hard-coding...Nikolas Klauser2-12/+20
2023-01-20[libc++] Enable segmented iterator optimizations for join_view::iteratorNikolas Klauser11-29/+443
2023-01-20[libc++] Mark LWG3349 as completeNikolas Klauser1-1/+1
2023-01-20[libc++] Remove old CI configurations and update the supported compiler versionsNikolas Klauser5-25/+3
2023-01-20[libc++] Implement P2446R2 (views::as_rvalue)Nikolas Klauser20-2/+888
2023-01-19[libc++][format] range-default-formatter for mapMark de Wever18-7/+1180
2023-01-19[libc++] Refactor deque::iterator algorithm optimizationsNikolas Klauser21-682/+953
2023-01-19[libc++][format] Adds formatter std::vector<bool>.Mark de Wever9-1/+430
2023-01-19[libc++][format] Adds container adaptor formatters.Mark de Wever21-9/+1337
2023-01-19[libc++][format] Implements range_formatterMark de Wever30-11/+2280
2023-01-18[libc++][format] Adds new test macros.Mark de Wever10-94/+162