1. c6c26a4 Complete LWG issue #2016. Allocators must be nothrow swappable by Eric Fiselier · 8 years ago
  2. 91a1565 Fix LWG issue 2345 - Add insert(value_type&&) by Eric Fiselier · 8 years ago
  3. 83c9dc1 Extract key to avoid preemptive mallocs in insert/emplace in associative containers by Eric Fiselier · 8 years ago
  4. 21f3b4c Update container_test_types.h and cleanup the related tests by Eric Fiselier · 8 years ago
  5. 2960ae2 Teach __hash_table how to handle unordered_map's __hash_value_type. by Eric Fiselier · 9 years ago
  6. 774c7c5 Recommit r260012 - Cleanup node-type handling in the unordered containers. by Eric Fiselier · 9 years ago
  7. 398588c Revert r260012 due to __gnu_cxx::hash_map breakage by Eric Fiselier · 9 years ago
  8. cf108eb Cleanup node-type handling in the unordered containers by Eric Fiselier · 9 years ago
  9. e5e9bff Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches. by Marshall Clow · 9 years ago
  10. 14ba0ad Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this. by Marshall Clow · 9 years ago
  11. eefcf82 Remove undefined behavior from tests; specifically, ensure that the value type of the allocators match the value type of the containers by Marshall Clow · 9 years ago
  12. ffc9c61 Fix compile error in test. Can't use `operator[]` for multimap. by Marshall Clow · 9 years ago
  13. 15a326c More tests for LWG#2156 by Marshall Clow · 9 years ago
  14. 7b7c9ec LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Add tests to make sure we meet these requirements. Since we met the stricter ones, no code change needed to meet the looser ones. by Marshall Clow · 9 years ago
  15. 7d914d1 Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. by Marshall Clow · 9 years ago
  16. 488025c Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase by Marshall Clow · 9 years ago
  17. df00d5e We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change. by Marshall Clow · 10 years ago
  18. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago