Clone this repo:

Branches

  1. 1ece89c [libc++] Add [[gnu::warn_unused]] to a bunch of threading utilities (#213963) by Nikolas Klauser · 54 minutes ago main master
  2. 94af752 [libc++] Simplify the implementation of std::declval (#222303) by Nikolas Klauser · 2 hours ago
  3. 9dd6d11 [libc++][pstl] Implementation of parallel std::minmax_element() based on parallel reduce (#221572) by Michael G. Kazakov · 7 hours ago
  4. 54eed5e [libc++] Remove `_LIBCPP_EXPLICIT_SINCE_CXX14` (#222221) by A. Jiang · 21 hours ago
  5. 1036490 [libc++] Disable SSP in `clear_padding.pass.cpp` (#218130) by Michał Górny · 22 hours ago
  6. 3692e05 [libc++][pstl] Implementation of parallel std::is_heap() based on std::is_heap_until() (#221556) by Michael G. Kazakov · 22 hours ago
  7. 8775528 [libc++] Opt `std::*set` out of map key extraction optimization (#220452) by George Burgess IV · 25 hours ago
  8. c194d31 [libc++] Backport resolution of LWG2187 to C++11 (#222006) by A. Jiang · 26 hours ago
  9. 96d3e9a [libc++] Fix `optional<T>::transform` into `optional<T&>` (#221506) by William Tran-Viet · 28 hours ago
  10. aaebd31 [libcxx][libcxxabi][cmake] Deduplicate sanitizer flags function (#221757) by David Spickett · 31 hours ago
  11. ee7d1c7 [libc++][ranges] Implement LWG4013: Make `lazy_split_view::outer-iterator::value_type` non-default-constructible (#221919) by Vishank Singh · 32 hours ago
  12. 33b8141 [libc++][NFC] Remove `optional::__get` (#217218) by A. Jiang · 2 days ago
  13. 9b9622a [libc++] Fix make_from_tuple for reference types (#220966) by Nikolas Klauser · 2 days ago
  14. bdf9fca [libc++][test] Test SFINAE for `optional`'s operators in C++17 (#221643) by A. Jiang · 2 days ago
  15. 90eebe5 [libc++][ranges] Implement LWG 3599 (#221573) by jiang1997 · 3 days ago
  16. 36f6787 [libc++] Implement LWG4072: std::optional comparisons: constrain harder (#209968) by Dan Shan · 3 days ago
  17. c90314d [libc++][NFC] Avoid empty namespace in `<__concepts/common_with.h>` (#221407) by A. Jiang · 5 days ago
  18. 6586a7e [libc++][pstl] Implementation of parallel std::min_element() based on parallel reduce (#219876) by Michael G. Kazakov · 6 days ago
  19. 35bcdba [libc++] Assert that the alignment for memory_resource::allocate is a power of two (#219174) by Nikolas Klauser · 6 days ago
  20. f2b9811 [libc++] Avoid including <string_view> in <vector> (#220862) by Nikolas Klauser · 6 days ago