| Commit message (Expand) | Author | Age | Files | Lines |
* | [libc++][ranges] Temporarily mark `ranges::join_view` as experimental. | varconst | 2023-01-30 | 1 | -1/+2 |
* | [libc++] Enable segmented iterator optimizations for join_view::iterator | Nikolas Klauser | 2023-01-20 | 1 | -5/+59 |
* | [libc++] Refactor deque::iterator algorithm optimizations | Nikolas Klauser | 2023-01-19 | 1 | -21/+70 |
* | Reapply "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`" | varconst | 2023-01-13 | 1 | -0/+2 |
* | Revert "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`" | Vitaly Buka | 2022-10-02 | 1 | -2/+0 |
* | [libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}` | Konstantin Varlamov | 2022-10-01 | 1 | -0/+2 |
* | [libc++] Make <ranges> non-experimental | Louis Dionne | 2022-08-18 | 1 | -1/+0 |
* | [libc++][ranges] Fix the return value of `{copy,move}_backward`. | Konstantin Varlamov | 2022-08-02 | 1 | -9/+9 |
* | [libc++] Fix algorithms which use reverse_iterator | Nikolas Klauser | 2022-07-25 | 1 | -7/+14 |
* | [libcxx][ranges] Create a test tool `ProxyIterator` that customises `iter_mov... | Hui Xie | 2022-07-08 | 1 | -0/+11 |
* | [libc++] Implement ranges::copy{, _n, _if, _backward} | Nikolas Klauser | 2022-04-15 | 1 | -0/+210 |