| Age | Commit message (Expand) | Author |
| 2014-09-12 | deque (__gnu_debug::deque): Make base class C++11 allocator aware. | Jonathan Wakely |
| 2014-09-09 | Make std::deque meet C++11 allocator requirements. | Jonathan Wakely |
| 2014-09-06 | hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified. | François Dumont |
| 2014-05-13 | re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though... | Jonathan Wakely |
| 2014-05-07 | re PR libstdc++/61086 (ubsan detects undefined behaviour in the standard libr... | Jonathan Wakely |
| 2014-05-06 | macros.h [...]: Add parameter to pass the 2 instances to check allocator equa... | François Dumont |
| 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-24 | re PR libstdc++/59548 (Abort after copying std::unordered_map in debug mode) | Jonathan Wakely |
| 2014-01-22 | re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<s... | Jonathan Wakely |
| 2014-01-20 | re PR libstdc++/56267 (unordered containers require Assignable hash function) | Jonathan Wakely |
| 2014-01-13 | set.h (set): Implement C++11 allocator-aware container requirements. | François Dumont |
| 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-11-22 | safe_local_iterator.h (_Safe_local_iterator<>): Remove _M_bucket, use same in... | François Dumont |
| 2013-11-08 | safe_iterator.h (_BeforeBeginHelper<>::_S_Is): Take only a const safe iterato... | François Dumont |
| 2013-10-25 | formatter.h (__check_singular): Add const on iterator reference. | François Dumont |
| 2013-09-25 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse |
| 2013-09-24 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse |
| 2013-09-21 | Print additional info when various out-of-range conditions are detected. | Paul Pluzhnikov |
| 2013-09-20 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse |
| 2013-09-19 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse |
| 2013-09-18 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse |
| 2013-09-18 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse |
| 2013-09-17 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse |
| 2013-08-30 | re PR libstdc++/58148 (Fails to insert iterator range into sequence container... | François Dumont |
| 2013-08-30 | re PR libstdc++/58191 (Can't use boost transform_iterator with _GLIBCXX_DEBUG) | François Dumont |
| 2013-08-02 | functions.h (__foreign_iterator_aux4): Initialize __l and __ge. | Paolo Carlini |
| 2013-08-02 | functions.h (__foreign_iterator_aux4): Initialize __l and __ge. | Paolo Carlini |
| 2013-08-02 | re PR libstdc++/58049 (libstdc++ bootstrap failure for fix to PR libstdc++/57... | Paolo Carlini |
| 2013-08-01 | re PR libstdc++/57779 (vector insert fails to diagnose iterators pointing int... | François Dumont |
| 2013-07-01 | stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): A... | Paolo Carlini |
| 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-04-25 | re PR libstdc++/57065 (incorrect default allocator template for debug and pro... | Paolo Carlini |
| 2013-04-22 | hashtable_policy.h: Add C++11 allocator support. | François Dumont |
| 2013-04-03 | re PR libstdc++/56834 (Errors in <array> with --enable-symvers=gnu-versioned-... | Paolo Carlini |
| 2013-02-03 | Update copyright in libstdc++-v3. | Richard Sandiford |
| 2013-01-28 | hashtable_policy.h (_Local_iterator_base): Use _Hashtable_ebo_helper to embed... | François Dumont |
| 2013-01-16 | PR libstdc++/55043 (again) | Jonathan Wakely |
| 2013-01-16 | re PR libstdc++/55043 (issue with nesting unordered_map containing unique_ptr... | Jonathan Wakely |
| 2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek |
| 2012-11-10 | * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. | Jason Merrill |
| 2012-11-07 | array (_GLIBCXX_THROW_OR_ABORT): Move... | Paolo Carlini |
| 2012-11-07 | stl_vector.h (vector(size_type)): Add missing allocator parameter. | Jonathan Wakely |
| 2012-11-07 | re PR libstdc++/51850 (debug mode for std::array and tr1::array) | Paolo Carlini |
| 2012-11-05 | forward_list: Update to meet allocator-aware requirements. | Jonathan Wakely |
| 2012-10-27 | unordered_map.h (unordered_map<>): Prefer aggregation to inheritance with _Ha... | François Dumont |
| 2012-10-22 | unordered_set.h (unordered_set<>): Prefer aggregation to inheritance with _Ha... | François Dumont |