Clone this repo:

Branches

  1. 62724eb [libc++][pair] P2944R3: Constrain `std::pair`'s equality operator (#136672) by Hristo Hristov · 14 hours ago main
  2. 3604cc0 [libc++] Remove dead implementation of is_nothrow_convertible and merge the remaining code into is_convertible.h (#137717) by Nikolas Klauser · 26 hours ago
  3. 9d0cba7 [libc++][CI] Improves updating Docker image. (#134497) by Mark de Wever · 2 days ago
  4. 917609c [libc++] Make bad_function_call::what() existence a matter of availability instead of ABI (#127697) by Nikolas Klauser · 5 days ago
  5. ee33d06 [libc++][NFC] Refactor string's extern template lists (#137264) by Nikolas Klauser · 5 days ago
  6. 22c1c6e [libc++][NFC] Use early returns in basic_string::operator= (#137145) by Nikolas Klauser · 5 days ago
  7. f018918 [libc++] Use __array_rank in Clang versions without any known bugs (#136103) by Nikolas Klauser · 5 days ago
  8. 52db18a [libcxx] [test] Clarify the condition for long double hex formatting (#135334) by Martin Storsjö · 5 days ago
  9. b81a412 Optimize std::__tree::__assign_multi to insert the provided range at the end of the tree every time (#131030) by higher-performance · 6 days ago
  10. bb79a34 [libc++][ranges] Reject non-class types in ranges::to (#135802) by Yuzhiy · 6 days ago
  11. 89e9b96 [libcxx] [test] Extend mingw workarounds for armv7/aarch64 too (#136419) by Martin Storsjö · 8 days ago
  12. 1057342 [libc++] Backport segmented iterator optimization for std::for_each to C++11 (#134960) by Peng Liu · 11 days ago
  13. 1b1ee15 [libc++] Properly decay functions in CTAD for `pair` (#134544) by A. Jiang · 11 days ago
  14. 4d72997 [libc++] Replace __libcpp_{ctz, clz} with __builtin_{ctzg, clzg} (#133920) by Peng Liu · 11 days ago
  15. 7c12bff [libc++] Make __config_site modular (#134699) by Louis Dionne · 12 days ago
  16. 5803cf1 [libc++] Simplify the generic implementation of is_{un}signed (#136095) by Nikolas Klauser · 12 days ago
  17. 4c05962 [libc++] Extend the scope of radix sorting inside std::stable_sort to floating-point types (#129452) by Дмитрий Изволов · 14 days ago
  18. b2be7b0 [libc++] Implement P2897R7 aligned_accessor: An mdspan accessor expressing pointer over-alignment (#122603) by Damien L-G · 2 weeks ago
  19. bf30ab1 [libc++] Removes the _LIBCPP_VERBOSE_ABORT_NOT_NOEXCEPT macro. (#135494) by Mark de Wever · 2 weeks ago
  20. 1fd3f6f [libc++] Replace __libcpp_popcount by __builtin_popcountg (#133937) by Peng Liu · 2 weeks ago