1. 0218ea4 [libc++] Implement ranges::ends_with by Zijun Zhao · 1 year, 8 months ago
  2. 37e5baf [libc++][PSTL] Implement std::sort by Nikolas Klauser · 1 year, 10 months ago
  3. b5270ba [libc++] Remove the legacy debug mode. by varconst · 1 year, 11 months ago
  4. 3a7876f [libc++][PSTL] Implement std::is_partitioned by Nikolas Klauser · 1 year, 11 months ago
  5. cd91610 [libc++][PSTL] Implement std::generate{,_n} by Nikolas Klauser · 1 year, 11 months ago
  6. 51131ed [libc++][PSTL] Implement std::replace{,_if,_copy,_copy_if} by Nikolas Klauser · 2 years ago
  7. 7a3b528 [libc++][PSTL] Implement std::count{,_if} by Nikolas Klauser · 2 years ago
  8. d51a84b [libc++][PSTL] Implement std::stable_sort by Nikolas Klauser · 2 years ago
  9. bf63b15 [libc++][PSTL] Implement std::merge by Nikolas Klauser · 2 years ago
  10. 7ace54e [libc++][PSTL] Implement std::copy{,_n} by Nikolas Klauser · 2 years ago
  11. 2051755 [libc++] Implement ranges::starts_with by zijunzhao · 2 years ago
  12. 61d5671 Revert "[libc++][PSTL] Implement std::copy{,_n}" by Nikolas Klauser · 2 years ago
  13. b049fc0 [libc++][PSTL] Implement std::copy{,_n} by Nikolas Klauser · 2 years ago
  14. 6851d07 [libc++][PSTL] Implement std::transform by Nikolas Klauser · 2 years ago
  15. 627e6ef Revert "[libc++][PSTL] Implement std::transform" by Nikolas Klauser · 2 years ago
  16. cbd9e54 [libc++][PSTL] Implement std::transform by Nikolas Klauser · 2 years ago
  17. e7e3711 [libc++][PSTL] Make the PSTL available by default under -fexperimental-library by Nikolas Klauser · 2 years ago
  18. ade9c3b [libc++][PSTL] Implement std::fill{,_n} by Nikolas Klauser · 2 years ago
  19. 8243916 [libc++][PSTL] Implement std::find{,_if,_if_not} by Nikolas Klauser · 2 years ago
  20. 68ee014 [libc++][PSTL] Implement std::for_each{, _n} by Nikolas Klauser · 2 years, 1 month ago
  21. 8af259e [libc++][PSTL] Implement std::{any, all, none}_of by Nikolas Klauser · 2 years, 1 month ago
  22. 1eb74f7 [libc++] Remove the chrono include from algorithm by Ian Anderson · 2 years, 1 month ago
  23. 7d98590 [libc++][PSTL] Remove current integration by Nikolas Klauser · 2 years, 1 month ago
  24. 75196f8 [libc++] Remove <cstdlib> includes by Nikolas Klauser · 2 years, 1 month ago
  25. de6827b [libc++] Improves clang-format settings. by Mark de Wever · 2 years, 3 months ago
  26. 40a20ae [libc++] Granularize <bit> includes by Nikolas Klauser · 2 years, 3 months ago
  27. e698c59 [libc++] Granularize <type_traits> includes in <algorithm> by Nikolas Klauser · 2 years, 3 months ago
  28. 2a06757 [libc++][spaceship] Implement `lexicographical_compare_three_way` by Adrian Vogelsgesang · 2 years, 3 months ago
  29. 5629d49 Reapply "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`" by varconst · 2 years, 4 months ago
  30. 86aac87 [libc++] Granularize <bit> and remove <__bits> by Nikolas Klauser · 2 years, 4 months ago
  31. 89b356f [libc++] Granularize <concept> includes by Nikolas Klauser · 2 years, 6 months ago
  32. a6e1080 Revert "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`" by Vitaly Buka · 2 years, 8 months ago
  33. 005916d [libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}` by Konstantin Varlamov · 2 years, 8 months ago
  34. 473a160 [libc++][NFC] Fix some standard-mandated includes comments by Nikolas Klauser · 2 years, 8 months ago
  35. ddb6c2b [libc++] Rewrites graph_header_deps.py. by Mark de Wever · 2 years, 8 months ago
  36. d5e2677 [libc++] Granularize the rest of memory by Nikolas Klauser · 2 years, 8 months ago
  37. e31c2a1 [NFC][libc++] Moves transitive includes location. by Mark de Wever · 2 years, 9 months ago
  38. bc8fd9c Revert "[libc++] Granularize the rest of memory" by Vitaly Buka · 2 years, 9 months ago
  39. 30adaa7 [libc++] Granularize the rest of memory by Nikolas Klauser · 2 years, 9 months ago
  40. 8ff2d6a [libc++] Reduces the number of transitive includes. by Mark de Wever · 2 years, 9 months ago
  41. 4038c85 [libc++][ranges] Implement `ranges::is_permutation` by Nikolas Klauser · 2 years, 9 months ago
  42. 1915c1c [libc++][NFC] Remove rebase artifact by Igor Zhukov · 2 years, 9 months ago
  43. a203acb [libc++][ranges] Implement `ranges::clamp` by Nikolas Klauser · 2 years, 10 months ago
  44. 36c746c [libc++][ranges] Implement `ranges::rotate`. by Konstantin Varlamov · 2 years, 10 months ago
  45. 68264b6 [libc++][ranges] Implement `ranges::{prev, next}_permutation`. by Nikolas Klauser · 2 years, 10 months ago
  46. 6bdb642 [libc++][ranges] Implement `ranges::sample`. by Konstantin Varlamov · 2 years, 10 months ago
  47. 93172c1 [libc++][ranges] Implement `ranges::replace_copy{,_if}`. by Nikolas Klauser · 2 years, 10 months ago
  48. 760d2b4 [libc++][ranges] Implement `ranges::remove_copy{, _if}`. by Nikolas Klauser · 2 years, 10 months ago
  49. db7d795 [libc++][ranges] Implement `std::ranges::partial_sort_copy`. by Konstantin Varlamov · 2 years, 10 months ago
  50. 72f57e3 [libc++][ranges] implement `std::ranges::unique{_copy}` by Hui Xie · 2 years, 10 months ago
  51. 8a61749 [libc++][ranges] implement `std::ranges::inplace_merge` by Hui Xie · 2 years, 10 months ago
  52. d406c64 [libc++][ranges] Implement `ranges::is_heap{,_until}`. by Konstantin Varlamov · 2 years, 10 months ago
  53. ead7302 [libc++][ranges] Implement `ranges::generate{,_n}`. by Konstantin Varlamov · 2 years, 10 months ago
  54. 14cf74d [libc++][ranges] Implement `ranges::shuffle`. by Konstantin Varlamov · 2 years, 10 months ago
  55. c559964 [libc++][ranges] implement `std::ranges::includes` by Hui Xie · 2 years, 10 months ago
  56. 0f6364b8 [libc++][ranges] implement `std::ranges::equal_range` by Hui Xie · 2 years, 10 months ago
  57. 065202f [libc++][ranges] Implement `std::ranges::partition_{point,copy}`. by Konstantin Varlamov · 2 years, 10 months ago
  58. 5dd19ad [libc++][ranges] Implement `ranges::partial_sort`. by varconst · 2 years, 10 months ago
  59. 8ed702b [libc++][ranges] Implement `ranges::{,stable_}partition`. by Konstantin Varlamov · 2 years, 10 months ago
  60. 3151b95 [libc++][ranges] implement `std::ranges::set_union` by Hui Xie · 2 years, 10 months ago
  61. a5c0638 [libc++][ranges] implement `std::ranges::set_symmetric_difference` by Hui Xie · 2 years, 10 months ago
  62. 101d1e9 [libc++] Implement ranges::find_end, ranges::search{, _n} by Nikolas Klauser · 2 years, 10 months ago
  63. 1f04759 Revert "[libc++] Implement ranges::find_end, ranges::search{, _n}" by Nikolas Klauser · 2 years, 10 months ago
  64. 76a7651 [libc++] Implement ranges::find_end, ranges::search{, _n} by Nikolas Klauser · 2 years, 10 months ago
  65. 7d426a3 [libc++] Implement ranges::{reverse, rotate}_copy by Nikolas Klauser · 2 years, 10 months ago
  66. 96b674f [libc++][ranges] implement `std::ranges::set_intersection` by Hui Xie · 2 years, 10 months ago
  67. c945bd0 [libc++][ranges] Implement modifying heap algorithms: by Konstantin Varlamov · 2 years, 10 months ago
  68. 23c7328 [libc++][ranges] Implement `ranges::nth_element`. by Konstantin Varlamov · 2 years, 10 months ago
  69. 1cdec6c [libcxx][ranges] implement `std::ranges::set_difference` by Hui Xie · 2 years, 10 months ago
  70. f8cbe3cdf [libc++] Implement ranges::remove{, _if} by Nikolas Klauser · 2 years, 10 months ago
  71. 25607d1 [libc++] Implement `std::ranges::merge` by Hui Xie · 2 years, 11 months ago
  72. 94c7b89 [libc++][ranges] Implement `ranges::stable_sort`. by Konstantin Varlamov · 2 years, 11 months ago
  73. 79a2b4b [libc++][ranges] Finish LWG issues directly related to the One Ranges Proposal. by Konstantin Varlamov · 2 years, 11 months ago
  74. de4a57c [libc++] Re-add transitive includes that had been removed since LLVM 14 by Louis Dionne · 2 years, 11 months ago
  75. 2c3bbac [libc++] Implement ranges::move{, _backward} by Nikolas Klauser · 2 years, 11 months ago
  76. db1978b [libc++] Mark standard-mandated includes as such by Nikolas Klauser · 2 years, 11 months ago
  77. ff3989e [libc++][ranges] Implement `ranges::sort`. by Konstantin Varlamov · 2 years, 11 months ago
  78. afd5a4f [libc++] Implement ranges::lexicographical_compare by Nikolas Klauser · 2 years, 11 months ago
  79. 4cd04d1 [libc++] Removes unneeded <iterator> includes. by Mark de Wever · 2 years, 11 months ago
  80. 3cd4531 [libc++] Granularize <iterator> includes by Nikolas Klauser · 3 years ago
  81. ff6d5de [libc++] Implement ranges::replace{, _if} by Nikolas Klauser · 3 years ago
  82. 916e905 [libc++] Implement ranges::adjacent_find by Nikolas Klauser · 3 years ago
  83. b79b2b6 [libc++] Implement ranges::find_first_of by Nikolas Klauser · 3 years ago
  84. 8171586 [libc++][ranges] Implement ranges::binary_search and ranges::{lower, upper}_bound by Nikolas Klauser · 3 years ago
  85. 11e3ad2 [libc++] Implement ranges::is_sorted{, _until} by Nikolas Klauser · 3 years ago
  86. 0e3dc1a [libc++] Implement ranges::{all, any, none}_of by Nikolas Klauser · 3 years ago
  87. 569d663 [libc++] Implement ranges::equal by Nikolas Klauser · 3 years ago
  88. 7af89a3 [libc++] Implement ranges::fill{, _n} by Nikolas Klauser · 3 years ago
  89. 1d1a191 [libc++] Implement ranges::reverse by Nikolas Klauser · 3 years ago
  90. 40f7fca3 [libc++] Add ranges::max_element to the synopsis and ADL-proof the __min_element_impl calls by Nikolas Klauser · 3 years ago
  91. 37ba1b9 [libc++] Implement ranges::is_partitioned by Nikolas Klauser · 3 years ago
  92. 80045e9 [libc++] Implement ranges::for_each{, _n} by Nikolas Klauser · 3 years ago
  93. a83f4b9 [libc++] Remove <functional> includes by Nikolas Klauser · 3 years, 1 month ago
  94. faef447 [libc++] Granularize <functional> includes by Nikolas Klauser · 3 years, 1 month ago
  95. 1d83750 [libc++] Implement ranges::copy{, _n, _if, _backward} by Nikolas Klauser · 3 years, 1 month ago
  96. 58d9ab7 [libc++][ranges] Implement ranges::minmax and ranges::minmax_element by Nikolas Klauser · 3 years, 1 month ago
  97. 1306b10 [libc++][ranges] Implement ranges::count{, _if} by Nikolas Klauser · 3 years, 1 month ago
  98. 3ba8548 [libc++][ranges] Implement ranges::transform by Nikolas Klauser · 3 years, 1 month ago
  99. e476df5 [libc++][ranges] Implement ranges::max by Nikolas Klauser · 3 years, 1 month ago
  100. 385cc25 [libc++] Ensure that all public C++ headers include <__assert> by Louis Dionne · 3 years, 2 months ago