| Age | Commit message (Expand) | Author |
| 2025-01-02 | Update copyright years. | Jakub Jelinek |
| 2024-01-03 | Update copyright years. | Jakub Jelinek |
| 2023-01-16 | Update copyright years. | Jakub Jelinek |
| 2022-01-03 | Update copyright years. | Jakub Jelinek |
| 2021-10-09 | libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98... | Jonathan Wakely |
| 2021-08-04 | libstdc++: Add [[nodiscard]] to iterators and related utilities | Jonathan Wakely |
| 2021-01-10 | libstdc++: Suppress more vstring testsuite warnings. [PR 98613] | David Edelsohn |
| 2021-01-04 | Update copyright years. | Jakub Jelinek |
| 2020-12-14 | Correct/improve maybe_emit_free_warning (PR middle-end/98166, PR c++/57111, P... | Martin Sebor |
| 2020-12-03 | Add support for detecting mismatched allocation/deallocation calls. | Martin Sebor |
| 2020-10-29 | libstdc++: Avoid warnings in tests | Jonathan Wakely |
| 2020-01-01 | Update copyright years. | Jakub Jelinek |
| 2019-10-22 | Remove redundant std::allocator members for C++20 | Jonathan Wakely |
| 2019-01-01 | Update copyright years. | Jakub Jelinek |
| 2018-07-26 | Remove dg-require-cstdint directive from tests | Jonathan Wakely |
| 2018-01-03 | Update copyright years. | Jakub Jelinek |
| 2017-01-01 | Update copyright years. | Jakub Jelinek |
| 2016-10-14 | 1.cc: Remove 'test' variables. | Paolo Carlini |
| 2016-09-23 | Avoid reallocation for basic_string::clear() | Jonathan Wakely |
| 2016-08-26 | Use effective-target instead of -std options | Jonathan Wakely |
| 2016-01-04 | Update copyright years. | Jakub Jelinek |
| 2015-01-05 | Update copyright years. | Jakub Jelinek |
| 2014-10-16 | libstdc++.exp: Prefer -std=gnu++11. | Paolo Carlini |
| 2014-01-02 | Update copyright years in libstdc++-v3/ | Richard Sandiford |
| 2013-09-13 | re PR libstdc++/58415 (__sso_string_base move constructor does not null termi... | Paolo Carlini |
| 2013-08-15 | re PR libstdc++/58163 ([C++11] Pedantic assert on str[str.size()] is wrong in... | Paolo Carlini |
| 2013-07-01 | stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): A... | Paolo Carlini |
| 2013-06-27 | *: Move inside testsuite/21_strings/basic_string/modifiers/. | Paolo Carlini |
| 2013-06-27 | stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++... | Paolo Carlini |
| 2013-05-10 | re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons... | Paolo Carlini |
| 2013-02-03 | Update copyright in libstdc++-v3. | Richard Sandiford |
| 2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek |
| 2012-11-01 | range_access.cc: Fix copying permission statement. | Jonathan Wakely |
| 2012-03-05 | re PR libstdc++/43813 ([DR1234] vector<T*>(3, NULL) fails to compile) | Paolo Carlini |
| 2011-11-07 | basic_string.h (basic_string::at): Move adjacent to other overload. | Jonathan Wakely |
| 2011-06-01 | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al... | Paolo Carlini |
| 2011-05-21 | propagation_consistent.cc: Fix vs POD-ness of value_type. | Paolo Carlini |
| 2011-02-17 | re PR libstdc++/47776 (New libstc++ test failures) | Paolo Carlini |
| 2011-02-17 | re PR libstdc++/47773 (Versatile string lacks a default hash function) | Paolo Carlini |
| 2010-12-19 | 4.cc: New. | Paolo Carlini |
| 2010-12-15 | vstring.h (operator+(__versa_string<>&&, const __versa_string<>&), [...]): Add. | Paolo Carlini |
| 2010-07-27 | [multiple changes] | Paolo Carlini |
| 2010-01-10 | basic_string.h (basic_string<>:: basic_string(basic_string&&), [...]): Add. | Paolo Carlini |
| 2010-01-09 | set.h: Revert last change, per DR 1204 [Ready]; mention the latter in comment. | Paolo Carlini |
| 2010-01-09 | set.h: Protect move assignment operator vs self assignment. | Paolo Carlini |
| 2010-01-08 | re PR libstdc++/42573 ([C++0x] shrink_to_fit() missing) | Paolo Carlini |
| 2010-01-01 | 2010-01-01 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini |
| 2010-01-01 | propagation_consistent.cc: Remove, cannot instantiate basic_string for non-PO... | Paolo Carlini |
| 2010-01-01 | PR libstdc++/21772 part 3 | Benjamin Kosnik |
| 2009-08-25 | basic_string.h (basic_string): Add cbegin(), cend(), crbegin(), crend() in C+... | Benjamin Kosnik |