- e9280a1 [libc++] Backport segmented iterator optimization for std::for_each to C++11 (#134960) by Peng Liu · 3 weeks ago
- 475cbf0 [libc++] Implement ranges::iota (#68494) by James E T Smith · 5 weeks ago
- 053a714 [libc++] Implement part of P2562R1: constexpr `ranges::inplace_merge` (#131947) by A. Jiang · 8 weeks ago
- 854a4f2 [libc++] Implement part of P2562R1: constexpr `std::inplace_merge` (#129008) by A. Jiang · 8 weeks ago
- ba9aeed [libc++] Implement part of P2562R1: constexpr `ranges::stable_sort` (#128860) by A. Jiang · 9 weeks ago
- c28c508 [libc++] Implement part of P2562R1: constexpr `ranges::stable_partition` (#129839) by A. Jiang · 9 weeks ago
- bf9bf29 [libc++] Implement part of P2562R1: constexpr `std::stable_partition` (#128868) by A. Jiang · 10 weeks ago
- 438e2cc [libc++] Make std::stable_sort constexpr friendly (#110320) by PaulXiCao · 4 months ago
- b9a2658 [libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002) by Nikolas Klauser · 5 months ago
- c166a9c [libc++] Add #if 0 block to all the top-level headers (#119234) by Nikolas Klauser · 5 months ago
- 5366bf5 [libc++][NFC] Improve the synopsis of <algorithm> by Louis Dionne · 7 months ago
- 8e6bba2 [libc++][NFC] Rename fold.h to ranges_fold.h (#109696) by Louis Dionne · 7 months ago
- f11abac Revert "[libc++][modules] Rewrite the modulemap to have fewer top-level modules (#107638)" (#110384) by Chris B · 7 months ago
- 24bc324 [libc++][NFC] Rename fold.h to ranges_fold.h (#109696) by Louis Dionne · 8 months ago
- 09e3a36 [libc++][modules] Fix missing and incorrect includes (#108850) by Louis Dionne · 8 months ago
- 04760bf [libc++][ranges] P1223R5: `find_last` (#99312) by nicole mazzuca · 10 months ago
- e406d5e [libc++][pstl] Merge all frontend functions for the PSTL (#89219) by Louis Dionne · 12 months ago
- d5c654b [libc++][RFC] Only include what is required by-version in the umbrella headers (#83740) by Nikolas Klauser · 1 year, 1 month ago
- 37dca60 [libc++] Clean up includes of <__assert> (#80091) by Louis Dionne · 1 year, 2 months ago
- a6b846a [libc++][ranges] Implement ranges::contains_subrange (#66963) by ZijunZhaoCCK · 1 year, 3 months ago
- 3903438 [libcxx] adds ranges::fold_left_with_iter and ranges::fold_left (#75259) by Christopher Di Bella · 1 year, 5 months ago
- fdd089b [libc++] Implement ranges::contains (#65148) by ZijunZhaoCCK · 1 year, 5 months ago
- ed27a4e [libc++][PSTL] Implement std::equal (#72448) by Nikolas Klauser · 1 year, 5 months ago
- a65070a [libc++] Remove a few transitive includes (#70553) by philnik777 · 1 year, 6 months ago
- 5d7f346 [libc++][PSTL] Implement std::rotate_copy by Nikolas Klauser · 1 year, 7 months ago
- d2a46e6 [libc++][PSTL] Implement std::move by Nikolas Klauser · 1 year, 7 months ago
- 0218ea4 [libc++] Implement ranges::ends_with by Zijun Zhao · 1 year, 8 months ago
- 37e5baf [libc++][PSTL] Implement std::sort by Nikolas Klauser · 1 year, 10 months ago
- b5270ba [libc++] Remove the legacy debug mode. by varconst · 1 year, 11 months ago
- 3a7876f [libc++][PSTL] Implement std::is_partitioned by Nikolas Klauser · 1 year, 11 months ago
- cd91610 [libc++][PSTL] Implement std::generate{,_n} by Nikolas Klauser · 1 year, 11 months ago
- 51131ed [libc++][PSTL] Implement std::replace{,_if,_copy,_copy_if} by Nikolas Klauser · 1 year, 11 months ago
- 7a3b528 [libc++][PSTL] Implement std::count{,_if} by Nikolas Klauser · 1 year, 11 months ago
- d51a84b [libc++][PSTL] Implement std::stable_sort by Nikolas Klauser · 2 years ago
- bf63b15 [libc++][PSTL] Implement std::merge by Nikolas Klauser · 2 years ago
- 7ace54e [libc++][PSTL] Implement std::copy{,_n} by Nikolas Klauser · 2 years ago
- 2051755 [libc++] Implement ranges::starts_with by zijunzhao · 2 years ago
- 61d5671 Revert "[libc++][PSTL] Implement std::copy{,_n}" by Nikolas Klauser · 2 years ago
- b049fc0 [libc++][PSTL] Implement std::copy{,_n} by Nikolas Klauser · 2 years ago
- 6851d07 [libc++][PSTL] Implement std::transform by Nikolas Klauser · 2 years ago
- 627e6ef Revert "[libc++][PSTL] Implement std::transform" by Nikolas Klauser · 2 years ago
- cbd9e54 [libc++][PSTL] Implement std::transform by Nikolas Klauser · 2 years ago
- e7e3711 [libc++][PSTL] Make the PSTL available by default under -fexperimental-library by Nikolas Klauser · 2 years ago
- ade9c3b [libc++][PSTL] Implement std::fill{,_n} by Nikolas Klauser · 2 years ago
- 8243916 [libc++][PSTL] Implement std::find{,_if,_if_not} by Nikolas Klauser · 2 years ago
- 68ee014 [libc++][PSTL] Implement std::for_each{, _n} by Nikolas Klauser · 2 years ago
- 8af259e [libc++][PSTL] Implement std::{any, all, none}_of by Nikolas Klauser · 2 years ago
- 1eb74f7 [libc++] Remove the chrono include from algorithm by Ian Anderson · 2 years, 1 month ago
- 7d98590 [libc++][PSTL] Remove current integration by Nikolas Klauser · 2 years, 1 month ago
- 75196f8 [libc++] Remove <cstdlib> includes by Nikolas Klauser · 2 years, 1 month ago
- de6827b [libc++] Improves clang-format settings. by Mark de Wever · 2 years, 2 months ago
- 40a20ae [libc++] Granularize <bit> includes by Nikolas Klauser · 2 years, 3 months ago
- e698c59 [libc++] Granularize <type_traits> includes in <algorithm> by Nikolas Klauser · 2 years, 3 months ago
- 2a06757 [libc++][spaceship] Implement `lexicographical_compare_three_way` by Adrian Vogelsgesang · 2 years, 3 months ago
- 5629d49 Reapply "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`" by varconst · 2 years, 4 months ago
- 86aac87 [libc++] Granularize <bit> and remove <__bits> by Nikolas Klauser · 2 years, 4 months ago
- 89b356f [libc++] Granularize <concept> includes by Nikolas Klauser · 2 years, 6 months ago
- a6e1080 Revert "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`" by Vitaly Buka · 2 years, 7 months ago
- 005916d [libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}` by Konstantin Varlamov · 2 years, 7 months ago
- 473a160 [libc++][NFC] Fix some standard-mandated includes comments by Nikolas Klauser · 2 years, 8 months ago
- ddb6c2b [libc++] Rewrites graph_header_deps.py. by Mark de Wever · 2 years, 8 months ago
- d5e2677 [libc++] Granularize the rest of memory by Nikolas Klauser · 2 years, 8 months ago
- e31c2a1 [NFC][libc++] Moves transitive includes location. by Mark de Wever · 2 years, 8 months ago
- bc8fd9c Revert "[libc++] Granularize the rest of memory" by Vitaly Buka · 2 years, 8 months ago
- 30adaa7 [libc++] Granularize the rest of memory by Nikolas Klauser · 2 years, 8 months ago
- 8ff2d6a [libc++] Reduces the number of transitive includes. by Mark de Wever · 2 years, 8 months ago
- 4038c85 [libc++][ranges] Implement `ranges::is_permutation` by Nikolas Klauser · 2 years, 9 months ago
- 1915c1c [libc++][NFC] Remove rebase artifact by Igor Zhukov · 2 years, 9 months ago
- a203acb [libc++][ranges] Implement `ranges::clamp` by Nikolas Klauser · 2 years, 9 months ago
- 36c746c [libc++][ranges] Implement `ranges::rotate`. by Konstantin Varlamov · 2 years, 9 months ago
- 68264b6 [libc++][ranges] Implement `ranges::{prev, next}_permutation`. by Nikolas Klauser · 2 years, 9 months ago
- 6bdb642 [libc++][ranges] Implement `ranges::sample`. by Konstantin Varlamov · 2 years, 9 months ago
- 93172c1 [libc++][ranges] Implement `ranges::replace_copy{,_if}`. by Nikolas Klauser · 2 years, 9 months ago
- 760d2b4 [libc++][ranges] Implement `ranges::remove_copy{, _if}`. by Nikolas Klauser · 2 years, 9 months ago
- db7d795 [libc++][ranges] Implement `std::ranges::partial_sort_copy`. by Konstantin Varlamov · 2 years, 10 months ago
- 72f57e3 [libc++][ranges] implement `std::ranges::unique{_copy}` by Hui Xie · 2 years, 10 months ago
- 8a61749 [libc++][ranges] implement `std::ranges::inplace_merge` by Hui Xie · 2 years, 10 months ago
- d406c64 [libc++][ranges] Implement `ranges::is_heap{,_until}`. by Konstantin Varlamov · 2 years, 10 months ago
- ead7302 [libc++][ranges] Implement `ranges::generate{,_n}`. by Konstantin Varlamov · 2 years, 10 months ago
- 14cf74d [libc++][ranges] Implement `ranges::shuffle`. by Konstantin Varlamov · 2 years, 10 months ago
- c559964 [libc++][ranges] implement `std::ranges::includes` by Hui Xie · 2 years, 10 months ago
- 0f6364b8 [libc++][ranges] implement `std::ranges::equal_range` by Hui Xie · 2 years, 10 months ago
- 065202f [libc++][ranges] Implement `std::ranges::partition_{point,copy}`. by Konstantin Varlamov · 2 years, 10 months ago
- 5dd19ad [libc++][ranges] Implement `ranges::partial_sort`. by varconst · 2 years, 10 months ago
- 8ed702b [libc++][ranges] Implement `ranges::{,stable_}partition`. by Konstantin Varlamov · 2 years, 10 months ago
- 3151b95 [libc++][ranges] implement `std::ranges::set_union` by Hui Xie · 2 years, 10 months ago
- a5c0638 [libc++][ranges] implement `std::ranges::set_symmetric_difference` by Hui Xie · 2 years, 10 months ago
- 101d1e9 [libc++] Implement ranges::find_end, ranges::search{, _n} by Nikolas Klauser · 2 years, 10 months ago
- 1f04759 Revert "[libc++] Implement ranges::find_end, ranges::search{, _n}" by Nikolas Klauser · 2 years, 10 months ago
- 76a7651 [libc++] Implement ranges::find_end, ranges::search{, _n} by Nikolas Klauser · 2 years, 10 months ago
- 7d426a3 [libc++] Implement ranges::{reverse, rotate}_copy by Nikolas Klauser · 2 years, 10 months ago
- 96b674f [libc++][ranges] implement `std::ranges::set_intersection` by Hui Xie · 2 years, 10 months ago
- c945bd0 [libc++][ranges] Implement modifying heap algorithms: by Konstantin Varlamov · 2 years, 10 months ago
- 23c7328 [libc++][ranges] Implement `ranges::nth_element`. by Konstantin Varlamov · 2 years, 10 months ago
- 1cdec6c [libcxx][ranges] implement `std::ranges::set_difference` by Hui Xie · 2 years, 10 months ago
- f8cbe3cdf [libc++] Implement ranges::remove{, _if} by Nikolas Klauser · 2 years, 10 months ago
- 25607d1 [libc++] Implement `std::ranges::merge` by Hui Xie · 2 years, 10 months ago
- 94c7b89 [libc++][ranges] Implement `ranges::stable_sort`. by Konstantin Varlamov · 2 years, 10 months ago
- 79a2b4b [libc++][ranges] Finish LWG issues directly related to the One Ranges Proposal. by Konstantin Varlamov · 2 years, 11 months ago
- de4a57c [libc++] Re-add transitive includes that had been removed since LLVM 14 by Louis Dionne · 2 years, 11 months ago