| Age | Commit message (Expand) | Author |
| 2025-11-02 | [libc++] Remove a few unused includes (#165687) | Nikolas Klauser |
| 2025-10-30 | [libc++] Fix LLVM 22 TODOs (#153367) | Nikolas Klauser |
| 2025-10-09 | [libc++] Use std::__{scope,exception}_guard throughout the code base (#161322) | Nikolas Klauser |
| 2025-10-07 | [libc++] Make the naming of the iterator_traits aliases consistent (#161661) | Nikolas Klauser |
| 2025-09-24 | [libc++][NFC] Refactor __is_allocator to be a variable template (#159584) | Nikolas Klauser |
| 2025-06-18 | [libc++] Make list constexpr as part of P3372R3 (#129799) | Peng Liu |
| 2025-06-07 | [libc++] Do not call `reserve` in flat containers if underlying container is ... | Hui |
| 2025-04-09 | [libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885) | Nikolas Klauser |
| 2025-03-06 | [libc++] Remove identity casts in <{forward_,}list> (#130049) | Nikolas Klauser |
| 2025-02-26 | [libcxx] Add LWG4135: The helper lambda of std::erase for list should specify... | elhewaty |
| 2025-01-30 | [libc++] Implement N4258(Cleaning-up noexcept in the Library) (#120312) | Nikolas Klauser |
| 2024-12-21 | [libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002) | Nikolas Klauser |
| 2024-12-13 | [libc++] Granularize the <new> header (#119270) | Louis Dionne |
| 2024-12-10 | [libc++] Add #if 0 block to all the top-level headers (#119234) | Nikolas Klauser |
| 2024-11-14 | [libc++] Remove obsolete accessors in std::list and std::forward_list (#115748) | Louis Dionne |
| 2024-11-06 | [libc++] Refactor the configuration macros to being always defined (#112094) | Nikolas Klauser |
| 2024-10-18 | [libc++] __uglify non-conforming member typedef `base` (#112843) | A. Jiang |
| 2024-10-12 | [libc++] Add container_traits (prework for `std::flat_map`) (#109578) | Hui |
| 2024-10-12 | [libc++][RFC] Always define internal feature test macros (#89178) | Nikolas Klauser |
| 2024-09-16 | [libc++] Take the ABI break for `std::list`'s pointer UB unconditionally (#10... | Nikolas Klauser |
| 2024-09-16 | [libc++] Replace `__compressed_pair` with `[[no_unique_address]]` (#76756) | Nikolas Klauser |
| 2024-09-12 | [libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454) | Nikolas Klauser |
| 2024-09-05 | [libc++] Add miscellaneous missing includes | Louis Dionne |
| 2024-08-30 | [libc++][NFC] Run clang-format on libcxx/include | Louis Dionne |
| 2024-07-07 | [libc++] Restore `__synth_three_way` lambda (#90398) | Hristo Hristov |
| 2024-06-25 | [libc++] Move allocator assertion into allocator_traits (#94750) | Hui |
| 2024-06-23 | [libc++][NFC] Replace _NOEXCEPT and _LIBCPP_CONSTEXPR macros with the keyword... | Nikolas Klauser |
| 2024-06-18 | [libc++] Refactor<__type_traits/is_swappable.h> (#86822) | Nikolas Klauser |
| 2024-06-18 | [libc++] Enable modernize-use-equals-delete (#93293) | Nikolas Klauser |
| 2024-06-18 | [libc++][NFC] Remove unnecessary parens in static_asserts (#95605) | Nikolas Klauser |
| 2024-05-28 | [libc++] Make the __availability header a sub-header of __config (#93083) | Louis Dionne |
| 2024-05-23 | Removed redundant template in '__delete_node()' member function of '__forward... | 2LoS |
| 2024-04-22 | [libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (... | Nikolas Klauser |
| 2024-03-18 | [libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab... | Nikolas Klauser |
| 2024-02-29 | [libc++] Clean up includes of <__assert> (#80091) | Louis Dionne |
| 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-05 | [libc++] Replace uses of _VSTD:: by std:: (#74331) | Louis Dionne |
| 2023-12-04 | [libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095) | Louis Dionne |
| 2023-10-29 | [libc++] Remove a few transitive includes (#70553) | philnik777 |
| 2023-10-13 | [libc++] Re-apply "Remove UB in list, forward_list and __hash_table" | Louis Dionne |
| 2023-10-06 | Revert "[libc++] Remove UB in list, forward_list and __hash_table" | Krasimir Georgiev |
| 2023-10-05 | [libc++] Remove UB in list, forward_list and __hash_table | Louis Dionne |
| 2023-09-15 | [libc++] Refactor node creation and destruction in list and forward_list (#65... | Louis Dionne |
| 2023-09-08 | [libc++][NFC] Remove dead code in <list> (#65651) | Louis Dionne |
| 2023-07-20 | [libc++][hardening] Categorize most assertions inside the container classes. | varconst |
| 2023-07-18 | [libc++][ranges] Implement the changes to node-based containers from P1206 (`... | varconst |
| 2023-06-29 | [libc++] Remove the legacy debug mode. | varconst |
| 2023-06-28 | [libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`. | varconst |
| 2023-06-20 | [libc++] Add incomplete availability markup for std::pmr | Louis Dionne |