| Age | Commit message (Expand) | Author |
| 2025-09-04 | [libc++] Split ABI flag for removing iterator bases and removing the second m... | Nikolas Klauser |
| 2025-04-09 | [libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885) | Nikolas Klauser |
| 2025-01-08 | [libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710) | Nikolas Klauser |
| 2024-10-19 | [libc++] Fix `reverse_iterator` when underlying is c++20 `bidirectional_itera... | Hui |
| 2024-06-18 | [libc++][NFC] Run clang-format on libcxx/include again (#95874) | Louis Dionne |
| 2024-03-18 | [libc++] Remove __unconstrained_reverse_iterator (#85582) | Nikolas Klauser |
| 2024-03-18 | [libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab... | Nikolas Klauser |
| 2024-02-20 | [libc++] Refactor more __enable_ifs to the canonical style (#81457) | Nikolas Klauser |
| 2023-12-18 | [libc++] Format the code base (#74334) | Louis Dionne |
| 2023-12-04 | [libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095) | Louis Dionne |
| 2023-05-18 | [libc++][NFC] Rename iterator category checks to make it obvious that they ch... | Nikolas Klauser |
| 2023-02-15 | [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x | Nikolas Klauser |
| 2023-01-19 | [libc++] Refactor deque::iterator algorithm optimizations | Nikolas Klauser |
| 2023-01-13 | Reapply "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`" | varconst |
| 2023-01-12 | [libc++][NFC] Qualify declval | Nikolas Klauser |
| 2022-12-23 | [libc++] Granularize <type_traits> includes in <compare> | Nikolas Klauser |
| 2022-10-02 | Revert "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`" | Vitaly Buka |
| 2022-10-01 | [libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}` | Konstantin Varlamov |
| 2022-09-02 | [libc++] Make the naming of private member variables consistent and enforce i... | Nikolas Klauser |
| 2022-08-19 | [libc++][NFC] Rename the constexpr macros | Nikolas Klauser |
| 2022-08-18 | [libc++] Make <ranges> non-experimental | Louis Dionne |
| 2022-08-03 | [libc++][ranges] Implement `ranges::rotate`. | Konstantin Varlamov |
| 2022-07-30 | [libc++] Fix reverse_iterator::iterator_concept | Nikolas Klauser |
| 2022-07-25 | [libc++] Fix algorithms which use reverse_iterator | Nikolas Klauser |
| 2022-07-14 | [libc++] Use __unwrap_iter_impl for both unwrapping and rewrapping | Nikolas Klauser |
| 2022-07-11 | [libc++] Implement ranges::{reverse, rotate}_copy | Nikolas Klauser |
| 2022-07-08 | [libc++] Make parameter names consistent and enforce the naming style using r... | Nikolas Klauser |
| 2022-06-17 | [libc++] Unwrap reverse_iterator<reverse_iterator<Iter>> in __unwrap_iter | Nikolas Klauser |
| 2022-03-17 | [libc++][ranges] Implement changes to reverse_iterator from One Ranges Proposal. | Konstantin Varlamov |
| 2022-03-13 | [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. | Joe Loser |
| 2022-03-01 | [libc++] Revert "Protect users from relying on detail headers" & related changes | Louis Dionne |
| 2022-02-26 | [libcxx][modules] protects users from relying on detail headers | Christopher Di Bella |
| 2022-02-04 | [libc++] Normalize all our '#pragma GCC system_header', and regression-test. | Arthur O'Dwyer |
| 2022-02-02 | [libc++] [NFC] s/_LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_CONCEPTS)/!d... | Arthur O'Dwyer |
| 2022-01-27 | [libc++] Fix a typo in reverse_iterator::operator=. | Arthur O'Dwyer |
| 2022-01-17 | [libc++] [API BREAK] Change `fs::path::iterator::iterator_category` to `input... | Arthur O'Dwyer |
| 2022-01-10 | [libc++] Alphabetize header #includes. NFCI. | Arthur O'Dwyer |
| 2021-11-26 | [libcxx] Implement three-way comparison for std::reverse_iterator | Mikhail Maltsev |
| 2021-11-15 | [libcxx] Fix enable_if condition of std::reverse_iterator::operator= | Mikhail Maltsev |
| 2021-09-08 | [libc++][NFC] Rename _EnableIf to __enable_if_t for consistency | Louis Dionne |
| 2021-08-27 | [libc++][NFC] Remove useless _LIBCPP_PUSH_MACROS | Louis Dionne |
| 2021-07-06 | [libcxx][modularisation] splices `<iterator>` into individual headers | Christopher Di Bella |
| 2021-06-28 | [libc++] Split the various iterator types out of <iterator> | Louis Dionne |