1. e99c490 [libc++] Granularize <cstddef> includes (#108696) by Nikolas Klauser · 7 months ago
  2. d5c654b [libc++][RFC] Only include what is required by-version in the umbrella headers (#83740) by Nikolas Klauser · 1 year, 1 month ago
  3. 37dca60 [libc++] Clean up includes of <__assert> (#80091) by Louis Dionne · 1 year, 3 months ago
  4. f73bf45 [libc++] Fix typo in _LIBCPP_REMOVE_TRANSITIVE_INCLUDES (#78639) by bobsayshilol · 1 year, 4 months ago
  5. 66ba7c3 [libc++] Granularize <type_traits> includes in <concepts> by Nikolas Klauser · 2 years, 5 months ago
  6. 385cc25 [libc++] Ensure that all public C++ headers include <__assert> by Louis Dionne · 3 years, 2 months ago
  7. fa6b9e4 [libc++] Normalize all our '#pragma GCC system_header', and regression-test. by Arthur O'Dwyer · 3 years, 4 months ago
  8. 1637921 [libc++][NFC] Move concepts to a subheader. by Mark de Wever · 3 years, 9 months ago
  9. 0922ce5 [libc++][format] Add __format_arg_store. by Mark de Wever · 3 years, 9 months ago
  10. 5891566 [libc++][modularisation] Split up <concepts> into granular headers. by Arthur O'Dwyer · 3 years, 9 months ago
  11. ac42f760 [libc++] s/_VSTD::_IsSame/_IsSame/. NFCI. by Arthur O'Dwyer · 3 years, 10 months ago
  12. 050b064 [libcxx][functional][modular] splices <functional> into modular headers by Christopher Di Bella · 3 years, 11 months ago
  13. 89599e8 [libcxx][ranges] Add concepts in range.utility.helpers. by zoecarver · 4 years ago
  14. ab3fcc5 [libc++] s/_VSTD::declval/declval/g. NFCI. by Arthur O'Dwyer · 4 years ago
  15. cfef7c9 [libc++][NFC] Remove _VSTD:: when not needed. by Mark de Wever · 4 years ago
  16. 97e383a [libc++] Add std::ranges::iter_move and std::iter_rvalue_reference_t by Louis Dionne · 4 years, 1 month ago
  17. e0adf7e [libc++][NFC] Move incrementable_traits and indirectly_readable_traits into separate headers. by zoecarver · 4 years, 1 month ago
  18. 920c0f7 [libcxx] adds __cpp_lib_concepts feature-test macro by Christopher Di Bella · 4 years, 2 months ago
  19. cedd07d [libcxx] fixes `common_reference` requirement for `swappable_with` by Christopher Di Bella · 4 years, 2 months ago
  20. 96dbdd7 [libcxx] adds remaining callable concepts by Christopher Di Bella · 4 years, 2 months ago
  21. c25c22d [libcxx] moves `std::invoke` into `__functional_base` by Christopher Di Bella · 4 years, 2 months ago
  22. 7959d59 [libcxx] adds concepts `std::totally_ordered` and `std::totally_ordered_with` by Christopher Di Bella · 4 years, 2 months ago
  23. 8d4af1b [libcxx] adds concept std::regular by Christopher Di Bella · 4 years, 2 months ago
  24. 1543955 [libcxx] adds concept std::semiregular by Christopher Di Bella · 4 years, 2 months ago
  25. 8ef69c6 [libcxx] adds concept std::copyable by Christopher Di Bella · 4 years, 2 months ago
  26. dc9f385 [libcxx] adds concept std::movable by Christopher Di Bella · 4 years, 2 months ago
  27. c744332 [libcxx] adds std::ranges::swap, std::swappable, and std::swappable_with by Christopher Di Bella · 4 years, 3 months ago
  28. 6eb5d55 [libcxx] fixes up some [concepts]-related code by Christopher Di Bella · 4 years, 3 months ago
  29. e63ddcc [libcxx] adds concepts std::equality_comparable[_with] by Christopher Di Bella · 4 years, 3 months ago
  30. 647af31 [libcxx] adds concept `std::assignable_from` by Christopher Di Bella · 4 years, 3 months ago
  31. f893312 [libcxx] adds concept `std::common_with` by Christopher Di Bella · 4 years, 3 months ago
  32. 3f5438c [libcxx] adds concept `std::common_reference_with` by Christopher Di Bella · 4 years, 3 months ago
  33. e4dd614 [libcxx] cleans up __cpp_concepts mess by Christopher Di Bella · 4 years, 3 months ago
  34. 9f4f6ac [libcxx] adds concept `std::uniform_random_bit_generator` by Christopher Di Bella · 4 years, 3 months ago
  35. 17db24a [libcxx] adds concepts `std::invocable` and `std::regular_invocable` by Christopher Di Bella · 4 years, 3 months ago
  36. c63de22 [libcxx] adds concept std::derived_from by Christopher Di Bella · 4 years, 3 months ago
  37. bee7b07 [libcxx] adds [concepts.arithmetic] by Christopher Di Bella · 4 years, 3 months ago
  38. 2193e8b [libcxx] adds concept `std::copy_constructible` by Christopher Di Bella · 4 years, 3 months ago
  39. 2b2f36a [libcxx] adds concept `std::move_constructible` by Christopher Di Bella · 4 years, 3 months ago
  40. 8caf835 [libcxx] adds concept `std::convertible_to` by Christopher Di Bella · 4 years, 3 months ago
  41. 3ffc53b [libc++] Implements concept default_initializable. by Mark de Wever · 4 years, 4 months ago
  42. 18fe3fe [libc++] Implements concept constructible_from by Mark de Wever · 4 years, 4 months ago
  43. a8e0636 [libc++] Implements concept destructible by Mark de Wever · 4 years, 4 months ago
  44. 601f763 [libcxx] Adds [concept.same] by Eric Fiselier · 5 years ago