| Age | Commit message (Expand) | Author |
| 2014-03-21 | re PR libstdc++/60587 (debug-mode -std=c++11 vector::insert(pos, begin, end) ... | Jonathan Wakely |
| 2014-03-11 | re PR libstdc++/60499 (non-reserved name in <debug/vector>) | Jonathan Wakely |
| 2014-01-22 | re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<s... | Jonathan Wakely |
| 2014-01-08 | stl_vector.h (std::vector<>::_M_move_assign): Pass *this allocator instance w... | François Dumont |
| 2014-01-02 | Update copyright years in libstdc++-v3/ | Richard Sandiford |
| 2013-09-17 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse |
| 2013-06-30 | stl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]):... | 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 |
| 2012-11-10 | * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. | Jason Merrill |
| 2012-11-07 | stl_vector.h (vector(size_type)): Add missing allocator parameter. | Jonathan Wakely |
| 2012-11-05 | forward_list: Update to meet allocator-aware requirements. | Jonathan Wakely |
| 2012-03-09 | formatter.h (enum _Debug_msg_id): Add __msg_self_move_assign. | Paolo Carlini |
| 2012-03-05 | re PR libstdc++/43813 ([DR1234] vector<T*>(3, NULL) fails to compile) | Paolo Carlini |
| 2011-11-18 | hash-long-double-aux.cc: Rename to... | Paolo Carlini |
| 2011-11-09 | stl_vector.h (vector::_Alloc_traits): Make private. | Jonathan Wakely |
| 2011-10-01 | vector (vector<>::erase(iterator, iterator): Check iterators equality using n... | François Dumont |
| 2011-09-27 | re PR libstdc++/50529 ([C++0x] std::vector::erase invokes undefined behavior ... | Paolo Carlini |
| 2011-06-29 | set.h, [...]: Remove base class default constructor calls. | François Dumont |
| 2011-06-12 | allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix. | François Dumont |
| 2011-06-01 | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al... | Paolo Carlini |
| 2011-05-26 | list.cc: Use noexcept per the FDIS. | Paolo Carlini |
| 2011-01-30 | PR libstdc++/36104 part four | Benjamin Kosnik |
| 2010-11-25 | debug.cc: Introduce a mutex pool in get_safe_base_mutex. | François Dumont |
| 2010-09-22 | functional_hash.h (__hash_base): Add. | Paolo Carlini |
| 2010-08-29 | [multiple changes] | Paolo Carlini |
| 2010-08-05 | move.h (forward): Update to N3092. | Paolo Carlini |
| 2010-06-18 | re PR libstdc++/32618 (std::vector calls uneccessary constructors instead of ... | Paolo Carlini |
| 2010-05-18 | re PR libstdc++/44190 (Debug vector resize does not update capacity) | Eelis van der Weegen |
| 2010-03-03 | bitset (hash): Minor tweaks. | Paolo Carlini |
| 2010-03-02 | stl_bvector.h (hash<vector<bool, _Alloc>>): 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 |
| 2009-11-17 | bitset: Add doxygen markup. | Benjamin Kosnik |
| 2009-05-18 | stl_pair.h (swap): Do not swap rvalues. | Jonathan Wakely |
| 2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek |
| 2008-07-29 | set.h: Minor formatting fixes. | Paolo Carlini |
| 2008-07-21 | Add initializer_list support as per N2679. | Jason Merrill |
| 2008-07-18 | vector (insert(iterator, _Tp&&), [...]): Enable only when _Tp != bool. | Paolo Carlini |
| 2008-06-13 | stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove. | Paolo Carlini |
| 2008-05-12 | vector (vector<>::_M_requires_reallocation): Just use this->capacity(). | Stefano Soffia |
| 2008-05-10 | vector (vector<>::_M_requires_reallocation): Fix macro. | Roberto Bagnara |
| 2007-11-23 | stl_list.h (insert(iterator, value_type&&)): Just forward to emplace. | Paolo Carlini |
| 2007-11-12 | stl_deque.h (deque<>::push_back<>(_Args...), [...]): Add. | Chris Jefferson |
| 2007-11-09 | stl_deque.h (deque<>::operator=(deque&&)): Implement resolution of DR 675, ca... | Paolo Carlini |
| 2007-11-08 | vector (push_back, emplace): Fix signature typo. | Paolo Carlini |
| 2007-11-05 | stl_vector.h (vector<>::push_back<>(_Args...), [...]): Add. | Chris Jefferson |
| 2007-10-15 | set.h (set<>::cbegin, [...]): Add. | Paolo Carlini |