Clone this repo:

Branches

  1. f544582 [libc++][CI] Use latest Docker image. (#132539) by Mark de Wever · 6 hours ago main master
  2. 004865b [libc++][NFC] Replace typedefs with using declarations in <vector> (#134083) by Nikolas Klauser · 2 days ago
  3. 993cc44 [libc++] Remove a few unused includes from <__bit/*> (#137934) by Nikolas Klauser · 3 days ago
  4. e610e25 [libc++] Simplify the implementation of is_unbounded_array a bit (#137716) by Nikolas Klauser · 3 days ago
  5. 9f69238 [libc++][pair] P2944R3: Constrain `std::pair`'s equality operator (#136672) by Hristo Hristov · 5 days ago
  6. e1485fb [libc++] Remove dead implementation of is_nothrow_convertible and merge the remaining code into is_convertible.h (#137717) by Nikolas Klauser · 6 days ago
  7. 55084f8 [libc++][CI] Improves updating Docker image. (#134497) by Mark de Wever · 6 days ago
  8. d4ad0dc [libc++] Make bad_function_call::what() existence a matter of availability instead of ABI (#127697) by Nikolas Klauser · 10 days ago
  9. 8293bd1 [libc++][NFC] Refactor string's extern template lists (#137264) by Nikolas Klauser · 10 days ago
  10. 10c02fc [libc++][NFC] Use early returns in basic_string::operator= (#137145) by Nikolas Klauser · 10 days ago
  11. 71dc3b1 [libc++] Use __array_rank in Clang versions without any known bugs (#136103) by Nikolas Klauser · 10 days ago
  12. c50c10f [libcxx] [test] Clarify the condition for long double hex formatting (#135334) by Martin Storsjö · 10 days ago
  13. a1d6a6c Optimize std::__tree::__assign_multi to insert the provided range at the end of the tree every time (#131030) by higher-performance · 10 days ago
  14. 172895c [libc++][ranges] Reject non-class types in ranges::to (#135802) by Yuzhiy · 11 days ago
  15. e8cf266 [libcxx] [test] Extend mingw workarounds for armv7/aarch64 too (#136419) by Martin Storsjö · 12 days ago
  16. 5de7bee [libc++] Backport segmented iterator optimization for std::for_each to C++11 (#134960) by Peng Liu · 2 weeks ago
  17. 5148936 [libc++] Properly decay functions in CTAD for `pair` (#134544) by A. Jiang · 2 weeks ago
  18. ff64f07 [libc++] Replace __libcpp_{ctz, clz} with __builtin_{ctzg, clzg} (#133920) by Peng Liu · 2 weeks ago
  19. 251052e [libc++] Make __config_site modular (#134699) by Louis Dionne · 2 weeks ago
  20. bd8e916 [libc++] Simplify the generic implementation of is_{un}signed (#136095) by Nikolas Klauser · 2 weeks ago