Clone this repo:

Branches

  1. 7fb8d7b [libc++][NFC] Simplify duration comparisons a bit (#201788) by Nikolas Klauser · 3 hours ago main master
  2. 450f1cd [libc++] Drop transitive includes by default (#195509) by Nikolas Klauser · 6 hours ago
  3. 22ba56a [libc++] Remove ios_base::__xindex_ from the ABI (#198994) by Nikolas Klauser · 15 hours ago
  4. 3f2390b [libc++] Suppress deprecation warning around wstring_convert::to_bytes (#201633) by Louis Dionne · 17 hours ago
  5. 29fe5b8 [libc++] Fix constraint recursion in std::expected's operator== (#201455) by Louis Dionne · 17 hours ago
  6. c98fae3 [libc++] Simplify unique_ptr constructor SFINAE (#201305) by Nikolas Klauser · 29 hours ago
  7. 04e1863 [libc++][tests] Add missing strong exception guarantee test coverage in forward_list (#200666) by ovatonne · 2 days ago
  8. 463382a [libc++][locale] Applied `[[nodiscard]]` (#200726) by A. Jiang · 2 days ago
  9. 4d657d4 [libc++][span] LWG4243: `as_bytes`/`as_writable_bytes` is broken with `span<volatile T>` (#200993) by eiytoq · 2 days ago
  10. 61e1e00 [libc++][test] Make narrowing in `nasty_char_traits::to_char_type` more explicit (#138375) by A. Jiang · 2 days ago
  11. d2529bb [libc++] Reject cv-qualified types in __is_signed/unsigned_integer_v (#200377) by Xavier Roche · 2 days ago
  12. 6e12eca [libc++] Make `<map>` `std::map` constexpr as part of P3372R3 (#134330) by Vinay Deshmukh · 2 days ago
  13. b93a1b1 [clang] Treat unnamed bitfields as padding in `__builtin_clear_padding` (#201102) by Michael Buch · 3 days ago
  14. a2013bc [libc++] Apply `[[nodiscard]]` to `unique_lock` and `<shared_mutex>` (#200986) by A. Jiang · 3 days ago
  15. 3978ad1 [libc++][type_traits] Applied `[[nodiscard]]` (#200760) by A. Jiang · 4 days ago
  16. 5ffae44 [libc++] Applied `[[nodiscard]]` to `optional::iterator` (#198489) by Hristo Hristov · 4 days ago
  17. 4b00af1 [libc++][ranges] P2542R8: Implement `views::concat` (#120920) by Nhat Nguyen · 6 days ago
  18. 4c83e96 [libc++] std::byteswap support for _BitInt(N) (#196512) by Xavier Roche · 6 days ago
  19. 295513d Update Google Benchmark to v1.9.5 (#198964) by Brad Smith · 7 days ago
  20. de26e58 [libc++][NFC] Move functions in shared_ptr.h into the class body (#200343) by Nikolas Klauser · 7 days ago