Clone this repo:

Branches

  1. 0d8e5e0 [libc++] Move numpunct into <__locale_dir/num.h> (#212465) by Nikolas Klauser · 2 hours ago main master
  2. 8d6a174 [libc++] Remove SFINAE checks in tuple which are always true (#212765) by Nikolas Klauser · 2 hours ago
  3. b673190 [libc++] Granularize `<optional>` (#206644) by William Tran-Viet · 8 hours ago
  4. 12469f0 Speed up compilation of typical invocations of std::visit(std::variant<...>) for up to 11 types (#164196) by higher-performance · 8 hours ago
  5. 120c30f [libc++][math] Add missing `constexpr since C++23` comment for `signbit` (#212458) by Lucas Mellone · 17 hours ago
  6. be3a98f [libc++][pstl] Implementation of a parallel std::adjacent_find() based on std::mismatch() (#210604) by Michael G. Kazakov · 20 hours ago
  7. 59369e2 [libc++][NFC] Clean up atomic_support.h (#212464) by Nikolas Klauser · 23 hours ago
  8. fed8b51 [libc++][test][NFC] remove old UNSUPPORTED clang from clear_padding.pass.cpp (#212690) by Hui · 23 hours ago
  9. 6a58fa4 [libc++] Mark LWG3133 as Complete and add valarray operator[] safety tests (#208145) by Yordan Vásquez · 25 hours ago
  10. d0ca0ca [libc++] Reduce sequence container benchmark size ladder (#212281) by Louis Dionne · 2 days ago
  11. dc074d9 [libc++] Drop char8_t instantiation from string benchmarks (#212283) by Louis Dionne · 2 days ago
  12. fb78c35 [libc++] Defer removal of two escape hatches to LLVM 25 (#211553) by Louis Dionne · 2 days ago
  13. 0732a53 [libc++][math] Add `constexpr` to comparison functions (#210075) by Lucas Mellone · 2 days ago
  14. 5f00e92 [libc++][optional][NFC] Use variable templates instead of class templates (#212443) by Hristo Hristov · 2 days ago
  15. 19e6f5d [libc++] Fix ungetc failing after xsgetn (#210951) by Nikolas Klauser · 2 days ago
  16. ee6f52f [libc++][test] Suppress warning on bitwise shift with `bool` operands in `std::byte` tests for MSVC (#212433) by A. Jiang · 2 days ago
  17. 7634628 [libc++][test][NFC] Format `test_macros.h` (#212442) by A. Jiang · 2 days ago
  18. 16bb281 [libc++][test] Disable test coverage for `_BitInt` for non-libc++ implementations (#212435) by A. Jiang · 2 days ago
  19. 69e9d2d [libc++] Simplify some meta-programming in tuple (#212436) by Nikolas Klauser · 2 days ago
  20. 109d5d4 [libc++] Implement P0528R3 `std::atomic` CAS for types with padding (#76180) by Hui · 2 days ago