1. afd5a4f [libc++] Implement ranges::lexicographical_compare by Nikolas Klauser · 2 years, 11 months ago
  2. 4cd04d1 [libc++] Removes unneeded <iterator> includes. by Mark de Wever · 2 years, 11 months ago
  3. 3cd4531 [libc++] Granularize <iterator> includes by Nikolas Klauser · 3 years ago
  4. ff6d5de [libc++] Implement ranges::replace{, _if} by Nikolas Klauser · 3 years ago
  5. 916e905 [libc++] Implement ranges::adjacent_find by Nikolas Klauser · 3 years ago
  6. b79b2b6 [libc++] Implement ranges::find_first_of by Nikolas Klauser · 3 years ago
  7. 8171586 [libc++][ranges] Implement ranges::binary_search and ranges::{lower, upper}_bound by Nikolas Klauser · 3 years ago
  8. 11e3ad2 [libc++] Implement ranges::is_sorted{, _until} by Nikolas Klauser · 3 years ago
  9. 0e3dc1a [libc++] Implement ranges::{all, any, none}_of by Nikolas Klauser · 3 years ago
  10. 569d663 [libc++] Implement ranges::equal by Nikolas Klauser · 3 years ago
  11. 7af89a3 [libc++] Implement ranges::fill{, _n} by Nikolas Klauser · 3 years ago
  12. 1d1a191 [libc++] Implement ranges::reverse by Nikolas Klauser · 3 years ago
  13. 40f7fca3 [libc++] Add ranges::max_element to the synopsis and ADL-proof the __min_element_impl calls by Nikolas Klauser · 3 years ago
  14. 37ba1b9 [libc++] Implement ranges::is_partitioned by Nikolas Klauser · 3 years ago
  15. 80045e9 [libc++] Implement ranges::for_each{, _n} by Nikolas Klauser · 3 years ago
  16. a83f4b9 [libc++] Remove <functional> includes by Nikolas Klauser · 3 years, 1 month ago
  17. faef447 [libc++] Granularize <functional> includes by Nikolas Klauser · 3 years, 1 month ago
  18. 1d83750 [libc++] Implement ranges::copy{, _n, _if, _backward} by Nikolas Klauser · 3 years, 1 month ago
  19. 58d9ab7 [libc++][ranges] Implement ranges::minmax and ranges::minmax_element by Nikolas Klauser · 3 years, 1 month ago
  20. 1306b10 [libc++][ranges] Implement ranges::count{, _if} by Nikolas Klauser · 3 years, 1 month ago
  21. 3ba8548 [libc++][ranges] Implement ranges::transform by Nikolas Klauser · 3 years, 1 month ago
  22. e476df5 [libc++][ranges] Implement ranges::max by Nikolas Klauser · 3 years, 1 month ago
  23. 385cc25 [libc++] Ensure that all public C++ headers include <__assert> by Louis Dionne · 3 years, 2 months ago
  24. f83d833 [libc++][ranges] Implement ranges::min by Nikolas Klauser · 3 years, 2 months ago
  25. 1458458 [libc++] Remove <utility> includes by Nikolas Klauser · 3 years, 2 months ago
  26. ee0f8c4 [libc++][ranges] Implement ranges::find{, _if, _if_not} by Nikolas Klauser · 3 years, 2 months ago
  27. c2cd15a [libc++][ranges] Implement ranges::mismatch by Nikolas Klauser · 3 years, 2 months ago
  28. 205557c [libc++][ranges] Implement ranges::max_element by Nikolas Klauser · 3 years, 2 months ago
  29. 52915d7 [libc++] Granularize <utility> includes by Nikolas Klauser · 3 years, 2 months ago
  30. 68f4131 [libc++][ranges] Add ranges::in_found_result by Nikolas Klauser · 3 years, 3 months ago
  31. 807766b [libc++][ranges] Add ranges::min_max_result by Nikolas Klauser · 3 years, 3 months ago
  32. 3b470d1 [libc++][ranges] Implement ranges::min_element by Nikolas Klauser · 3 years, 3 months ago
  33. 1e77b39 [libc++] Add ranges::in_fun_result by Nikolas Klauser · 3 years, 3 months ago
  34. 9d90531 [libc++][ranges] Implement std::ranges::swap_ranges() by Nikolas Klauser · 3 years, 3 months ago
  35. ea2206d [libc++] Replace includes of <utility> with specific detail headers by Arthur O'Dwyer · 3 years, 3 months ago
  36. fa6b9e4 [libc++] Normalize all our '#pragma GCC system_header', and regression-test. by Arthur O'Dwyer · 3 years, 3 months ago
  37. 610979b [libc++][ranges] Add ranges::in_out_out_result by Nikolas Klauser · 3 years, 3 months ago
  38. f3514af [libc++][ranges] Add ranges::in_in_out_result by Nikolas Klauser · 3 years, 3 months ago
  39. d3729bb [libc++][ranges] Add ranges::in_in_result by Nikolas Klauser · 3 years, 4 months ago
  40. 8d23b74 [libc++][ranges] Implement `uninitialized_copy{,_n}` and `uninitialized_move{,_n}`. by Konstantin Varlamov · 3 years, 4 months ago
  41. 4d81a46 [libc++] Alphabetize header #includes. NFCI. by Arthur O'Dwyer · 3 years, 4 months ago
  42. cf54cb2 [libc++][NFC] Remove duplicate header includes from <algorithm> and reorder them by Nikolas Klauser · 3 years, 4 months ago
  43. eb8650a [runtimes][NFC] Remove filenames at the top of the license notice by Louis Dionne · 3 years, 6 months ago
  44. 64184b4 [libc++][NFC] Remove useless _LIBCPP_PUSH_MACROS by Louis Dionne · 3 years, 9 months ago
  45. 6adbc83 [libcxx][modularisation] moves <utility> content out of <type_traits> by Christopher Di Bella · 3 years, 11 months ago
  46. 134723e [libcxx] Move all algorithms into their own headers by Louis Dionne · 4 years ago
  47. 692d716 Revert "[libcxx][gardening] Move all algorithms into their own headers." by Petr Hosek · 4 years ago
  48. 7ed7d4c [libcxx][gardening] Move all algorithms into their own headers. by zoecarver · 4 years ago
  49. 05d164b Revert "[libc++] NFC: Move unwrap_iter to its own header" by Louis Dionne · 4 years ago
  50. 924ea3b [libc++] NFC: Move unwrap_iter to its own header by Louis Dionne · 4 years ago
  51. bfbd73f [libc++] Alphabetize and include-what-you-use. NFCI. by Arthur O'Dwyer · 4 years ago
  52. b13edf6 Revert "[libc++] NFC: Move unwrap_iter to its own header" by Mark de Wever · 4 years ago
  53. 9968896 [libc++] NFC: Move unwrap_iter to its own header by Louis Dionne · 4 years ago
  54. 6491d99 [libc++] Remove more unnecessary _VSTD:: from type names. NFCI. by Arthur O'Dwyer · 4 years ago
  55. ab3fcc5 [libc++] s/_VSTD::declval/declval/g. NFCI. by Arthur O'Dwyer · 4 years ago
  56. cfef7c9 [libc++][NFC] Remove _VSTD:: when not needed. by Mark de Wever · 4 years ago
  57. 4cd6ca1 [libc++] NFC: Normalize `#endif //` comment indentation by Louis Dionne · 4 years, 1 month ago
  58. 85167fb [libc++] Further improve the contiguous-iterator story, and fix some bugs. by Arthur O'Dwyer · 4 years, 3 months ago
  59. 5d95656 Revert "Revert "[libc++] [P0879] constexpr std::nth_element, and rewrite its tests."" by Arthur O'Dwyer · 4 years, 3 months ago
  60. b6ffece Revert "[libc++] [P0879] constexpr std::nth_element, and rewrite its tests." by Jordan Rupprecht · 4 years, 3 months ago
  61. 493f140 [libc++] [P0879] constexpr std::sort by Arthur O'Dwyer · 4 years, 3 months ago
  62. d41c6d5 [libc++] Rationalize our treatment of contiguous iterators and __unwrap_iter(). by Arthur O'Dwyer · 4 years, 3 months ago
  63. 207d4be [libc++] [P0879] constexpr std::nth_element, and rewrite its tests. by Arthur O'Dwyer · 4 years, 4 months ago
  64. 5386aa2 [libc++] [P0879] constexpr heap and partial_sort algorithms by Arthur O'Dwyer · 4 years, 4 months ago
  65. f851db3 [libc++] [P0879] constexpr std::reverse, partition, *_permutation. by Arthur O'Dwyer · 4 years, 4 months ago
  66. 3fbd3ea [libc++] Implement [P0769] "Add shift to algorithm" (shift_left, shift_right) by Arthur O'Dwyer · 4 years, 4 months ago
  67. a11f8b1 [libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library. by Marek Kurdej · 4 years, 4 months ago
  68. eef4bdb [libc++] Add a missing `<_Compare>` template argument. by Arthur O'Dwyer · 4 years, 4 months ago
  69. be4c657 [libc++] Consistently replace `::new(__p) T` with `::new ((void*)__p) T`. NFCI. by Arthur O'Dwyer · 4 years, 5 months ago
  70. b6f1917 [libc++] Fix some one-off typos in comments. NFCI. by Arthur O'Dwyer · 4 years, 5 months ago
  71. 1d7c39e [libc++] s/Birdirectional/Bidirectional/g. NFCI. by Arthur O'Dwyer · 4 years, 5 months ago
  72. 1968804 [libc++] Add _VSTD:: qualifications to ADL-proof <algorithm>. by Arthur O'Dwyer · 4 years, 5 months ago
  73. c0428b3 [libc++] ADL-proof <iterator>. `__convert_to_integral` is not a customization point. by Arthur O'Dwyer · 4 years, 5 months ago
  74. b8bc4e1 [libc++] Update the commented "synopsis" in <algorithm> to match current reality. by Arthur O'Dwyer · 4 years, 5 months ago
  75. 14098cf [libc++] [P0202] constexpr set_union, set_difference, set_symmetric_difference, merge by Arthur O'Dwyer · 4 years, 5 months ago
  76. 297c839 [libc++] fix std::sort(T**, T**) by Brett Gutstein · 4 years, 5 months ago
  77. d586f92 [libc++] Consistently replace `std::` qualification with `_VSTD::` or nothing. NFCI. by Arthur O'Dwyer · 4 years, 6 months ago
  78. 527a7fd [libc++] Replace several uses of 0 by nullptr by Bruce Mitchener · 4 years, 6 months ago
  79. ee95c70 [libc++] Remove _LIBCPP_CONSTEXPR_AFTER_CXX17_WITH_IS_CONSTANT_EVALUATED. by Arthur O'Dwyer · 4 years, 6 months ago
  80. 3ed89b5 [Take 2] [libc++] Make rotate a constexpr. by zoecarver · 4 years, 8 months ago
  81. ed65318 Revert "[libc++] Make rotate a constexpr." by zoecarver · 4 years, 8 months ago
  82. b552a30 [libc++] Finish implementing P0202R3 by Nicholas-Baron · 4 years, 8 months ago
  83. 1ec02ef [libc++] Make rotate a constexpr. by zoecarver · 4 years, 8 months ago
  84. f82dba0 Rename __is_foo_iterator traits to reflect their Cpp17 nature. by Eric Fiselier · 5 years ago
  85. 83901cb [libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is_constant_evaluated. by Louis Dionne · 6 years ago
  86. 13c90a5 [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexpr by Louis Dionne · 6 years ago
  87. 4f41779 Add a missing _VSTD:: before a call to merge. Fixes PR43034. Checked the rest of 'algorithm' looking for unqualified calls. Didn't find any. by Marshall Clow · 6 years ago
  88. 7fa6865 Fix a couple of unguarded operator, calls in algorithm. Fixes PR#43063. Updated all the heap tests to check this. by Marshall Clow · 6 years ago
  89. 9568924 [pstl][libc++] Provide uglified header names for interface headers by Louis Dionne · 6 years ago
  90. 0a06eb9 [libc++] Take 2: Integrate the PSTL into libc++ by Louis Dionne · 6 years ago
  91. a3c83b75 Revert "[libc++] Integrate the PSTL into libc++" by Louis Dionne · 6 years ago
  92. 910323e [libc++] Integrate the PSTL into libc++ by Louis Dionne · 6 years ago
  93. f3b851f Reorganize the 'bit' header to make most of the facilities available for internal use pre-C++20. NFC for external users by Marshall Clow · 6 years ago
  94. 000f25a Make move and forward work in C++03. by Eric Fiselier · 6 years ago
  95. 6ab51de [libc++] Make __debug_less::operator() constexpr by Thomas Anderson · 6 years ago
  96. 3c3ccc0 [libc++] Fix build failure with _LIBCPP_DEBUG=0 when iterators return values instead of references by Thomas Anderson · 6 years ago
  97. aa1cad1 Cleanup how debug comparators are created in <algorithm> by Eric Fiselier · 6 years ago
  98. 1362d7e libcxx: Add _LIBCPP_NODISCARD_EXT to 38 more functions by Nico Weber · 6 years ago
  99. 6e4ec60 Fix PR41017 - Build failure with _LIBCPP_DEBUG=0 and non-const-ref by Eric Fiselier · 6 years ago
  100. c8879ab Add a specialization for '__unwrap_iter' to handle const interators. This enables the 'memmove' optimization for std::copy, etc. by Marshall Clow · 6 years ago