1. a203acb [libc++][ranges] Implement `ranges::clamp` by Nikolas Klauser · 2 years, 9 months ago
  2. 36c746c [libc++][ranges] Implement `ranges::rotate`. by Konstantin Varlamov · 2 years, 10 months ago
  3. 68264b6 [libc++][ranges] Implement `ranges::{prev, next}_permutation`. by Nikolas Klauser · 2 years, 10 months ago
  4. 6bdb642 [libc++][ranges] Implement `ranges::sample`. by Konstantin Varlamov · 2 years, 10 months ago
  5. 93172c1 [libc++][ranges] Implement `ranges::replace_copy{,_if}`. by Nikolas Klauser · 2 years, 10 months ago
  6. 760d2b4 [libc++][ranges] Implement `ranges::remove_copy{, _if}`. by Nikolas Klauser · 2 years, 10 months ago
  7. db7d795 [libc++][ranges] Implement `std::ranges::partial_sort_copy`. by Konstantin Varlamov · 2 years, 10 months ago
  8. 72f57e3 [libc++][ranges] implement `std::ranges::unique{_copy}` by Hui Xie · 2 years, 10 months ago
  9. 8a61749 [libc++][ranges] implement `std::ranges::inplace_merge` by Hui Xie · 2 years, 10 months ago
  10. d406c64 [libc++][ranges] Implement `ranges::is_heap{,_until}`. by Konstantin Varlamov · 2 years, 10 months ago
  11. ead7302 [libc++][ranges] Implement `ranges::generate{,_n}`. by Konstantin Varlamov · 2 years, 10 months ago
  12. 14cf74d [libc++][ranges] Implement `ranges::shuffle`. by Konstantin Varlamov · 2 years, 10 months ago
  13. c559964 [libc++][ranges] implement `std::ranges::includes` by Hui Xie · 2 years, 10 months ago
  14. 0f6364b8 [libc++][ranges] implement `std::ranges::equal_range` by Hui Xie · 2 years, 10 months ago
  15. 065202f [libc++][ranges] Implement `std::ranges::partition_{point,copy}`. by Konstantin Varlamov · 2 years, 10 months ago
  16. 5dd19ad [libc++][ranges] Implement `ranges::partial_sort`. by varconst · 2 years, 10 months ago
  17. 8ed702b [libc++][ranges] Implement `ranges::{,stable_}partition`. by Konstantin Varlamov · 2 years, 10 months ago
  18. 3151b95 [libc++][ranges] implement `std::ranges::set_union` by Hui Xie · 2 years, 10 months ago
  19. a5c0638 [libc++][ranges] implement `std::ranges::set_symmetric_difference` by Hui Xie · 2 years, 10 months ago
  20. 101d1e9 [libc++] Implement ranges::find_end, ranges::search{, _n} by Nikolas Klauser · 2 years, 10 months ago
  21. 1f04759 Revert "[libc++] Implement ranges::find_end, ranges::search{, _n}" by Nikolas Klauser · 2 years, 10 months ago
  22. 76a7651 [libc++] Implement ranges::find_end, ranges::search{, _n} by Nikolas Klauser · 2 years, 10 months ago
  23. 7d426a3 [libc++] Implement ranges::{reverse, rotate}_copy by Nikolas Klauser · 2 years, 10 months ago
  24. 96b674f [libc++][ranges] implement `std::ranges::set_intersection` by Hui Xie · 2 years, 10 months ago
  25. c945bd0 [libc++][ranges] Implement modifying heap algorithms: by Konstantin Varlamov · 2 years, 10 months ago
  26. 23c7328 [libc++][ranges] Implement `ranges::nth_element`. by Konstantin Varlamov · 2 years, 10 months ago
  27. 1cdec6c [libcxx][ranges] implement `std::ranges::set_difference` by Hui Xie · 2 years, 10 months ago
  28. f8cbe3cdf [libc++] Implement ranges::remove{, _if} by Nikolas Klauser · 2 years, 10 months ago
  29. 25607d1 [libc++] Implement `std::ranges::merge` by Hui Xie · 2 years, 11 months ago
  30. 94c7b89 [libc++][ranges] Implement `ranges::stable_sort`. by Konstantin Varlamov · 2 years, 11 months ago
  31. 79a2b4b [libc++][ranges] Finish LWG issues directly related to the One Ranges Proposal. by Konstantin Varlamov · 2 years, 11 months ago
  32. de4a57c [libc++] Re-add transitive includes that had been removed since LLVM 14 by Louis Dionne · 2 years, 11 months ago
  33. 2c3bbac [libc++] Implement ranges::move{, _backward} by Nikolas Klauser · 2 years, 11 months ago
  34. db1978b [libc++] Mark standard-mandated includes as such by Nikolas Klauser · 2 years, 11 months ago
  35. ff3989e [libc++][ranges] Implement `ranges::sort`. by Konstantin Varlamov · 2 years, 11 months ago
  36. afd5a4f [libc++] Implement ranges::lexicographical_compare by Nikolas Klauser · 2 years, 11 months ago
  37. 4cd04d1 [libc++] Removes unneeded <iterator> includes. by Mark de Wever · 2 years, 11 months ago
  38. 3cd4531 [libc++] Granularize <iterator> includes by Nikolas Klauser · 3 years ago
  39. ff6d5de [libc++] Implement ranges::replace{, _if} by Nikolas Klauser · 3 years ago
  40. 916e905 [libc++] Implement ranges::adjacent_find by Nikolas Klauser · 3 years ago
  41. b79b2b6 [libc++] Implement ranges::find_first_of by Nikolas Klauser · 3 years ago
  42. 8171586 [libc++][ranges] Implement ranges::binary_search and ranges::{lower, upper}_bound by Nikolas Klauser · 3 years ago
  43. 11e3ad2 [libc++] Implement ranges::is_sorted{, _until} by Nikolas Klauser · 3 years ago
  44. 0e3dc1a [libc++] Implement ranges::{all, any, none}_of by Nikolas Klauser · 3 years ago
  45. 569d663 [libc++] Implement ranges::equal by Nikolas Klauser · 3 years ago
  46. 7af89a3 [libc++] Implement ranges::fill{, _n} by Nikolas Klauser · 3 years ago
  47. 1d1a191 [libc++] Implement ranges::reverse by Nikolas Klauser · 3 years ago
  48. 40f7fca3 [libc++] Add ranges::max_element to the synopsis and ADL-proof the __min_element_impl calls by Nikolas Klauser · 3 years ago
  49. 37ba1b9 [libc++] Implement ranges::is_partitioned by Nikolas Klauser · 3 years ago
  50. 80045e9 [libc++] Implement ranges::for_each{, _n} by Nikolas Klauser · 3 years ago
  51. a83f4b9 [libc++] Remove <functional> includes by Nikolas Klauser · 3 years, 1 month ago
  52. faef447 [libc++] Granularize <functional> includes by Nikolas Klauser · 3 years, 1 month ago
  53. 1d83750 [libc++] Implement ranges::copy{, _n, _if, _backward} by Nikolas Klauser · 3 years, 1 month ago
  54. 58d9ab7 [libc++][ranges] Implement ranges::minmax and ranges::minmax_element by Nikolas Klauser · 3 years, 1 month ago
  55. 1306b10 [libc++][ranges] Implement ranges::count{, _if} by Nikolas Klauser · 3 years, 1 month ago
  56. 3ba8548 [libc++][ranges] Implement ranges::transform by Nikolas Klauser · 3 years, 1 month ago
  57. e476df5 [libc++][ranges] Implement ranges::max by Nikolas Klauser · 3 years, 1 month ago
  58. 385cc25 [libc++] Ensure that all public C++ headers include <__assert> by Louis Dionne · 3 years, 2 months ago
  59. f83d833 [libc++][ranges] Implement ranges::min by Nikolas Klauser · 3 years, 2 months ago
  60. 1458458 [libc++] Remove <utility> includes by Nikolas Klauser · 3 years, 2 months ago
  61. ee0f8c4 [libc++][ranges] Implement ranges::find{, _if, _if_not} by Nikolas Klauser · 3 years, 2 months ago
  62. c2cd15a [libc++][ranges] Implement ranges::mismatch by Nikolas Klauser · 3 years, 2 months ago
  63. 205557c [libc++][ranges] Implement ranges::max_element by Nikolas Klauser · 3 years, 2 months ago
  64. 52915d7 [libc++] Granularize <utility> includes by Nikolas Klauser · 3 years, 2 months ago
  65. 68f4131 [libc++][ranges] Add ranges::in_found_result by Nikolas Klauser · 3 years, 3 months ago
  66. 807766b [libc++][ranges] Add ranges::min_max_result by Nikolas Klauser · 3 years, 3 months ago
  67. 3b470d1 [libc++][ranges] Implement ranges::min_element by Nikolas Klauser · 3 years, 3 months ago
  68. 1e77b39 [libc++] Add ranges::in_fun_result by Nikolas Klauser · 3 years, 3 months ago
  69. 9d90531 [libc++][ranges] Implement std::ranges::swap_ranges() by Nikolas Klauser · 3 years, 3 months ago
  70. ea2206d [libc++] Replace includes of <utility> with specific detail headers by Arthur O'Dwyer · 3 years, 3 months ago
  71. fa6b9e4 [libc++] Normalize all our '#pragma GCC system_header', and regression-test. by Arthur O'Dwyer · 3 years, 3 months ago
  72. 610979b [libc++][ranges] Add ranges::in_out_out_result by Nikolas Klauser · 3 years, 3 months ago
  73. f3514af [libc++][ranges] Add ranges::in_in_out_result by Nikolas Klauser · 3 years, 3 months ago
  74. d3729bb [libc++][ranges] Add ranges::in_in_result by Nikolas Klauser · 3 years, 4 months ago
  75. 8d23b74 [libc++][ranges] Implement `uninitialized_copy{,_n}` and `uninitialized_move{,_n}`. by Konstantin Varlamov · 3 years, 4 months ago
  76. 4d81a46 [libc++] Alphabetize header #includes. NFCI. by Arthur O'Dwyer · 3 years, 4 months ago
  77. cf54cb2 [libc++][NFC] Remove duplicate header includes from <algorithm> and reorder them by Nikolas Klauser · 3 years, 4 months ago
  78. eb8650a [runtimes][NFC] Remove filenames at the top of the license notice by Louis Dionne · 3 years, 6 months ago
  79. 64184b4 [libc++][NFC] Remove useless _LIBCPP_PUSH_MACROS by Louis Dionne · 3 years, 9 months ago
  80. 6adbc83 [libcxx][modularisation] moves <utility> content out of <type_traits> by Christopher Di Bella · 3 years, 11 months ago
  81. 134723e [libcxx] Move all algorithms into their own headers by Louis Dionne · 4 years ago
  82. 692d716 Revert "[libcxx][gardening] Move all algorithms into their own headers." by Petr Hosek · 4 years ago
  83. 7ed7d4c [libcxx][gardening] Move all algorithms into their own headers. by zoecarver · 4 years ago
  84. 05d164b Revert "[libc++] NFC: Move unwrap_iter to its own header" by Louis Dionne · 4 years ago
  85. 924ea3b [libc++] NFC: Move unwrap_iter to its own header by Louis Dionne · 4 years ago
  86. bfbd73f [libc++] Alphabetize and include-what-you-use. NFCI. by Arthur O'Dwyer · 4 years ago
  87. b13edf6 Revert "[libc++] NFC: Move unwrap_iter to its own header" by Mark de Wever · 4 years ago
  88. 9968896 [libc++] NFC: Move unwrap_iter to its own header by Louis Dionne · 4 years ago
  89. 6491d99 [libc++] Remove more unnecessary _VSTD:: from type names. NFCI. by Arthur O'Dwyer · 4 years ago
  90. ab3fcc5 [libc++] s/_VSTD::declval/declval/g. NFCI. by Arthur O'Dwyer · 4 years ago
  91. cfef7c9 [libc++][NFC] Remove _VSTD:: when not needed. by Mark de Wever · 4 years ago
  92. 4cd6ca1 [libc++] NFC: Normalize `#endif //` comment indentation by Louis Dionne · 4 years, 1 month ago
  93. 85167fb [libc++] Further improve the contiguous-iterator story, and fix some bugs. by Arthur O'Dwyer · 4 years, 3 months ago
  94. 5d95656 Revert "Revert "[libc++] [P0879] constexpr std::nth_element, and rewrite its tests."" by Arthur O'Dwyer · 4 years, 3 months ago
  95. b6ffece Revert "[libc++] [P0879] constexpr std::nth_element, and rewrite its tests." by Jordan Rupprecht · 4 years, 3 months ago
  96. 493f140 [libc++] [P0879] constexpr std::sort by Arthur O'Dwyer · 4 years, 3 months ago
  97. d41c6d5 [libc++] Rationalize our treatment of contiguous iterators and __unwrap_iter(). by Arthur O'Dwyer · 4 years, 3 months ago
  98. 207d4be [libc++] [P0879] constexpr std::nth_element, and rewrite its tests. by Arthur O'Dwyer · 4 years, 4 months ago
  99. 5386aa2 [libc++] [P0879] constexpr heap and partial_sort algorithms by Arthur O'Dwyer · 4 years, 4 months ago
  100. f851db3 [libc++] [P0879] constexpr std::reverse, partition, *_permutation. by Arthur O'Dwyer · 4 years, 4 months ago