summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/ranges_move.h
AgeCommit message (Expand)Author
2024-08-01[libc++] Remove dedicated namespaces for ranges functions (#76543)Christopher Di Bella
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
2023-06-19[libc++][NFC] Apply clang-format on large parts of the code baseLouis Dionne
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-01-13Reapply "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`"varconst
2022-10-02Revert "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`"Vitaly Buka
2022-10-01[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`Konstantin Varlamov
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne
2022-08-03[libc++][ranges] Implement `ranges::rotate`.Konstantin Varlamov
2022-06-23[libc++] Implement ranges::move{, _backward}Nikolas Klauser