1. c166a9c [libc++] Add #if 0 block to all the top-level headers (#119234) by Nikolas Klauser · 5 months ago
  2. 5366bf5 [libc++][NFC] Improve the synopsis of <algorithm> by Louis Dionne · 8 months ago
  3. 8e6bba2 [libc++][NFC] Rename fold.h to ranges_fold.h (#109696) by Louis Dionne · 8 months ago
  4. f11abac Revert "[libc++][modules] Rewrite the modulemap to have fewer top-level modules (#107638)" (#110384) by Chris B · 8 months ago
  5. 24bc324 [libc++][NFC] Rename fold.h to ranges_fold.h (#109696) by Louis Dionne · 8 months ago
  6. 09e3a36 [libc++][modules] Fix missing and incorrect includes (#108850) by Louis Dionne · 8 months ago
  7. 04760bf [libc++][ranges] P1223R5: `find_last` (#99312) by nicole mazzuca · 10 months ago
  8. e406d5e [libc++][pstl] Merge all frontend functions for the PSTL (#89219) by Louis Dionne · 12 months ago
  9. d5c654b [libc++][RFC] Only include what is required by-version in the umbrella headers (#83740) by Nikolas Klauser · 1 year, 1 month ago
  10. 37dca60 [libc++] Clean up includes of <__assert> (#80091) by Louis Dionne · 1 year, 3 months ago
  11. a6b846a [libc++][ranges] Implement ranges::contains_subrange (#66963) by ZijunZhaoCCK · 1 year, 3 months ago
  12. 3903438 [libcxx] adds ranges::fold_left_with_iter and ranges::fold_left (#75259) by Christopher Di Bella · 1 year, 5 months ago
  13. fdd089b [libc++] Implement ranges::contains (#65148) by ZijunZhaoCCK · 1 year, 5 months ago
  14. ed27a4e [libc++][PSTL] Implement std::equal (#72448) by Nikolas Klauser · 1 year, 6 months ago
  15. a65070a [libc++] Remove a few transitive includes (#70553) by philnik777 · 1 year, 7 months ago
  16. 5d7f346 [libc++][PSTL] Implement std::rotate_copy by Nikolas Klauser · 1 year, 7 months ago
  17. d2a46e6 [libc++][PSTL] Implement std::move by Nikolas Klauser · 1 year, 7 months ago
  18. 0218ea4 [libc++] Implement ranges::ends_with by Zijun Zhao · 1 year, 8 months ago
  19. 37e5baf [libc++][PSTL] Implement std::sort by Nikolas Klauser · 1 year, 10 months ago
  20. b5270ba [libc++] Remove the legacy debug mode. by varconst · 1 year, 11 months ago
  21. 3a7876f [libc++][PSTL] Implement std::is_partitioned by Nikolas Klauser · 1 year, 11 months ago
  22. cd91610 [libc++][PSTL] Implement std::generate{,_n} by Nikolas Klauser · 1 year, 11 months ago
  23. 51131ed [libc++][PSTL] Implement std::replace{,_if,_copy,_copy_if} by Nikolas Klauser · 2 years ago
  24. 7a3b528 [libc++][PSTL] Implement std::count{,_if} by Nikolas Klauser · 2 years ago
  25. d51a84b [libc++][PSTL] Implement std::stable_sort by Nikolas Klauser · 2 years ago
  26. bf63b15 [libc++][PSTL] Implement std::merge by Nikolas Klauser · 2 years ago
  27. 7ace54e [libc++][PSTL] Implement std::copy{,_n} by Nikolas Klauser · 2 years ago
  28. 2051755 [libc++] Implement ranges::starts_with by zijunzhao · 2 years ago
  29. 61d5671 Revert "[libc++][PSTL] Implement std::copy{,_n}" by Nikolas Klauser · 2 years ago
  30. b049fc0 [libc++][PSTL] Implement std::copy{,_n} by Nikolas Klauser · 2 years ago
  31. 6851d07 [libc++][PSTL] Implement std::transform by Nikolas Klauser · 2 years ago
  32. 627e6ef Revert "[libc++][PSTL] Implement std::transform" by Nikolas Klauser · 2 years ago
  33. cbd9e54 [libc++][PSTL] Implement std::transform by Nikolas Klauser · 2 years ago
  34. e7e3711 [libc++][PSTL] Make the PSTL available by default under -fexperimental-library by Nikolas Klauser · 2 years ago
  35. ade9c3b [libc++][PSTL] Implement std::fill{,_n} by Nikolas Klauser · 2 years ago
  36. 8243916 [libc++][PSTL] Implement std::find{,_if,_if_not} by Nikolas Klauser · 2 years ago
  37. 68ee014 [libc++][PSTL] Implement std::for_each{, _n} by Nikolas Klauser · 2 years, 1 month ago
  38. 8af259e [libc++][PSTL] Implement std::{any, all, none}_of by Nikolas Klauser · 2 years, 1 month ago
  39. 1eb74f7 [libc++] Remove the chrono include from algorithm by Ian Anderson · 2 years, 1 month ago
  40. 7d98590 [libc++][PSTL] Remove current integration by Nikolas Klauser · 2 years, 1 month ago
  41. 75196f8 [libc++] Remove <cstdlib> includes by Nikolas Klauser · 2 years, 1 month ago
  42. de6827b [libc++] Improves clang-format settings. by Mark de Wever · 2 years, 3 months ago
  43. 40a20ae [libc++] Granularize <bit> includes by Nikolas Klauser · 2 years, 3 months ago
  44. e698c59 [libc++] Granularize <type_traits> includes in <algorithm> by Nikolas Klauser · 2 years, 3 months ago
  45. 2a06757 [libc++][spaceship] Implement `lexicographical_compare_three_way` by Adrian Vogelsgesang · 2 years, 3 months ago
  46. 5629d49 Reapply "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`" by varconst · 2 years, 4 months ago
  47. 86aac87 [libc++] Granularize <bit> and remove <__bits> by Nikolas Klauser · 2 years, 4 months ago
  48. 89b356f [libc++] Granularize <concept> includes by Nikolas Klauser · 2 years, 6 months ago
  49. a6e1080 Revert "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`" by Vitaly Buka · 2 years, 8 months ago
  50. 005916d [libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}` by Konstantin Varlamov · 2 years, 8 months ago
  51. 473a160 [libc++][NFC] Fix some standard-mandated includes comments by Nikolas Klauser · 2 years, 8 months ago
  52. ddb6c2b [libc++] Rewrites graph_header_deps.py. by Mark de Wever · 2 years, 8 months ago
  53. d5e2677 [libc++] Granularize the rest of memory by Nikolas Klauser · 2 years, 8 months ago
  54. e31c2a1 [NFC][libc++] Moves transitive includes location. by Mark de Wever · 2 years, 8 months ago
  55. bc8fd9c Revert "[libc++] Granularize the rest of memory" by Vitaly Buka · 2 years, 9 months ago
  56. 30adaa7 [libc++] Granularize the rest of memory by Nikolas Klauser · 2 years, 9 months ago
  57. 8ff2d6a [libc++] Reduces the number of transitive includes. by Mark de Wever · 2 years, 9 months ago
  58. 4038c85 [libc++][ranges] Implement `ranges::is_permutation` by Nikolas Klauser · 2 years, 9 months ago
  59. 1915c1c [libc++][NFC] Remove rebase artifact by Igor Zhukov · 2 years, 9 months ago
  60. a203acb [libc++][ranges] Implement `ranges::clamp` by Nikolas Klauser · 2 years, 9 months ago
  61. 36c746c [libc++][ranges] Implement `ranges::rotate`. by Konstantin Varlamov · 2 years, 10 months ago
  62. 68264b6 [libc++][ranges] Implement `ranges::{prev, next}_permutation`. by Nikolas Klauser · 2 years, 10 months ago
  63. 6bdb642 [libc++][ranges] Implement `ranges::sample`. by Konstantin Varlamov · 2 years, 10 months ago
  64. 93172c1 [libc++][ranges] Implement `ranges::replace_copy{,_if}`. by Nikolas Klauser · 2 years, 10 months ago
  65. 760d2b4 [libc++][ranges] Implement `ranges::remove_copy{, _if}`. by Nikolas Klauser · 2 years, 10 months ago
  66. db7d795 [libc++][ranges] Implement `std::ranges::partial_sort_copy`. by Konstantin Varlamov · 2 years, 10 months ago
  67. 72f57e3 [libc++][ranges] implement `std::ranges::unique{_copy}` by Hui Xie · 2 years, 10 months ago
  68. 8a61749 [libc++][ranges] implement `std::ranges::inplace_merge` by Hui Xie · 2 years, 10 months ago
  69. d406c64 [libc++][ranges] Implement `ranges::is_heap{,_until}`. by Konstantin Varlamov · 2 years, 10 months ago
  70. ead7302 [libc++][ranges] Implement `ranges::generate{,_n}`. by Konstantin Varlamov · 2 years, 10 months ago
  71. 14cf74d [libc++][ranges] Implement `ranges::shuffle`. by Konstantin Varlamov · 2 years, 10 months ago
  72. c559964 [libc++][ranges] implement `std::ranges::includes` by Hui Xie · 2 years, 10 months ago
  73. 0f6364b8 [libc++][ranges] implement `std::ranges::equal_range` by Hui Xie · 2 years, 10 months ago
  74. 065202f [libc++][ranges] Implement `std::ranges::partition_{point,copy}`. by Konstantin Varlamov · 2 years, 10 months ago
  75. 5dd19ad [libc++][ranges] Implement `ranges::partial_sort`. by varconst · 2 years, 10 months ago
  76. 8ed702b [libc++][ranges] Implement `ranges::{,stable_}partition`. by Konstantin Varlamov · 2 years, 10 months ago
  77. 3151b95 [libc++][ranges] implement `std::ranges::set_union` by Hui Xie · 2 years, 10 months ago
  78. a5c0638 [libc++][ranges] implement `std::ranges::set_symmetric_difference` by Hui Xie · 2 years, 10 months ago
  79. 101d1e9 [libc++] Implement ranges::find_end, ranges::search{, _n} by Nikolas Klauser · 2 years, 10 months ago
  80. 1f04759 Revert "[libc++] Implement ranges::find_end, ranges::search{, _n}" by Nikolas Klauser · 2 years, 10 months ago
  81. 76a7651 [libc++] Implement ranges::find_end, ranges::search{, _n} by Nikolas Klauser · 2 years, 10 months ago
  82. 7d426a3 [libc++] Implement ranges::{reverse, rotate}_copy by Nikolas Klauser · 2 years, 10 months ago
  83. 96b674f [libc++][ranges] implement `std::ranges::set_intersection` by Hui Xie · 2 years, 10 months ago
  84. c945bd0 [libc++][ranges] Implement modifying heap algorithms: by Konstantin Varlamov · 2 years, 10 months ago
  85. 23c7328 [libc++][ranges] Implement `ranges::nth_element`. by Konstantin Varlamov · 2 years, 10 months ago
  86. 1cdec6c [libcxx][ranges] implement `std::ranges::set_difference` by Hui Xie · 2 years, 10 months ago
  87. f8cbe3cdf [libc++] Implement ranges::remove{, _if} by Nikolas Klauser · 2 years, 10 months ago
  88. 25607d1 [libc++] Implement `std::ranges::merge` by Hui Xie · 2 years, 11 months ago
  89. 94c7b89 [libc++][ranges] Implement `ranges::stable_sort`. by Konstantin Varlamov · 2 years, 11 months ago
  90. 79a2b4b [libc++][ranges] Finish LWG issues directly related to the One Ranges Proposal. by Konstantin Varlamov · 2 years, 11 months ago
  91. de4a57c [libc++] Re-add transitive includes that had been removed since LLVM 14 by Louis Dionne · 2 years, 11 months ago
  92. 2c3bbac [libc++] Implement ranges::move{, _backward} by Nikolas Klauser · 2 years, 11 months ago
  93. db1978b [libc++] Mark standard-mandated includes as such by Nikolas Klauser · 2 years, 11 months ago
  94. ff3989e [libc++][ranges] Implement `ranges::sort`. by Konstantin Varlamov · 2 years, 11 months ago
  95. afd5a4f [libc++] Implement ranges::lexicographical_compare by Nikolas Klauser · 2 years, 11 months ago
  96. 4cd04d1 [libc++] Removes unneeded <iterator> includes. by Mark de Wever · 2 years, 11 months ago
  97. 3cd4531 [libc++] Granularize <iterator> includes by Nikolas Klauser · 3 years ago
  98. ff6d5de [libc++] Implement ranges::replace{, _if} by Nikolas Klauser · 3 years ago
  99. 916e905 [libc++] Implement ranges::adjacent_find by Nikolas Klauser · 3 years ago
  100. b79b2b6 [libc++] Implement ranges::find_first_of by Nikolas Klauser · 3 years ago