| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-12-04 | libstdc++: Fix std::erase_if behavior for std::__debug::deque | François Dumont | 1 | -0/+28 |
| 2025-07-08 | libstdc++: Make debug iterator pointer sequence const [PR116369] | François Dumont | 1 | -2/+3 |
| 2025-04-11 | libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055] | Tomasz Kamiński | 1 | -4/+4 |
| 2025-03-26 | libstdc++: Add P1206R7 range operations to std::deque [PR111055] | Tomasz Kamiński | 1 | -0/+51 |
| 2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2024-09-25 | libstdc++: #ifdef out #pragma GCC system_header | Jason Merrill | 1 | -0/+2 |
| 2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2021-11-14 | libstdc++: [_GLIBCXX_DEBUG] Remove _Safe_container<>::_M_safe() | François Dumont | 1 | -3/+3 |
| 2021-11-11 | libstdc++: Fix debug containers for C++98 mode | Jonathan Wakely | 1 | -9/+1 |
| 2021-10-04 | libstdc++: Implement P1518R2 for container deduction guides | Jonathan Wakely | 1 | -2/+2 |
| 2021-08-18 | libstdc++: Fix CTAD for debug sequence containers | Jonathan Wakely | 1 | -1/+6 |
| 2021-08-04 | libstdc++: Add [[nodiscard]] to sequence containers | Jonathan Wakely | 1 | -0/+18 |
| 2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2020-06-02 | libstdc++: Make debug containers prefer copy ctor to base ctor (PR 90102) | Jonathan Wakely | 1 | -2/+12 |
| 2020-04-17 | libstdc++: Add comparison operators to sequence containers | Jonathan Wakely | 1 | -0/+7 |
| 2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2018-08-24 | Forward declare debug containers so std::pmr aliases work | Jonathan Wakely | 1 | -0/+5 |
| 2018-08-22 | re PR libstdc++/68222 (_Safe_iterator provides operators the wrapped iterator... | François Dumont | 1 | -0/+3 |
| 2018-05-08 | macros.h (__glibcxx_check_valid_range_at): New. | François Dumont | 1 | -2/+2 |
| 2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2017-10-26 | Deduction guides for associative containers, debug mode deduction guide fixes. | Ville Voutilainen | 1 | -0/+10 |
| 2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2016-10-17 | Implement P0084R2, Emplace return type, for C++17 | Jonathan Wakely | 1 | -0/+14 |
| 2016-05-13 | libstdc++/71073 add system_header pragma to Debug Mode headers | Jonathan Wakely | 1 | -0/+2 |
| 2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2015-07-13 | c++config (_GLIBCXX_NOEXCEPT_IF): Define. | Jonathan Wakely | 1 | -3/+2 |
| 2015-06-29 | stl_iterator_base_types.h (_Iter_base): Limit definition to pre-C++11 mode. | François Dumont | 1 | -10/+28 |
| 2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2014-09-12 | deque (__gnu_debug::deque): Make base class C++11 allocator aware. | Jonathan Wakely | 1 | -2/+2 |
| 2014-09-09 | Make std::deque meet C++11 allocator requirements. | Jonathan Wakely | 1 | -2/+8 |
| 2014-05-06 | macros.h [...]: Add parameter to pass the 2 instances to check allocator equa... | François Dumont | 1 | -70/+77 |
| 2014-01-22 | re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<s... | Jonathan Wakely | 1 | -1/+4 |
| 2014-01-02 | Update copyright years in libstdc++-v3/ | Richard Sandiford | 1 | -1/+1 |
| 2013-09-20 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse | 1 | -11/+11 |
| 2013-06-30 | stl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]):... | Paolo Carlini | 1 | -4/+28 |
| 2013-06-27 | stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++... | Paolo Carlini | 1 | -2/+6 |
| 2013-05-10 | re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons... | Paolo Carlini | 1 | -3/+19 |
| 2013-02-03 | Update copyright in libstdc++-v3. | Richard Sandiford | 1 | -3/+1 |
| 2012-11-10 | * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. | Jason Merrill | 1 | -12/+12 |
| 2012-03-09 | formatter.h (enum _Debug_msg_id): Add __msg_self_move_assign. | Paolo Carlini | 1 | -0/+1 |
| 2012-03-05 | re PR libstdc++/43813 ([DR1234] vector<T*>(3, NULL) fails to compile) | Paolo Carlini | 1 | -1/+17 |
| 2011-10-01 | vector (vector<>::erase(iterator, iterator): Check iterators equality using n... | François Dumont | 1 | -1/+1 |
| 2011-09-27 | re PR libstdc++/50529 ([C++0x] std::vector::erase invokes undefined behavior ... | Paolo Carlini | 1 | -1/+5 |
| 2011-06-29 | set.h, [...]: Remove base class default constructor calls. | François Dumont | 1 | -5/+4 |
| 2011-06-12 | allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix. | François Dumont | 1 | -1/+6 |
| 2011-06-01 | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al... | Paolo Carlini | 1 | -1/+1 |
| 2011-05-26 | list.cc: Use noexcept per the FDIS. | Paolo Carlini | 1 | -16/+16 |