1. d805c87 [libcxx] Use custom allocator's `construct` in C++03 when available. by Volodymyr Sapsai · 6 years ago
  2. 952eaec Implement P0513R0 - "Poisoning the Hash" by Eric Fiselier · 8 years ago
  3. bad1d6c Fix PR31378 - std::list::remove should not require a default constructible allocator. by Eric Fiselier · 8 years ago
  4. d4badbb Support allocators with explicit conversion constructors. Fixes bug #29000 by Marshall Clow · 8 years ago
  5. 6e9a694 Add Filesystem TS -- Complete by Eric Fiselier · 9 years ago
  6. d24c465 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 9 years ago
  7. 7b193f7 More of N4258 implementation. Mark all of our test_allocators as noexcept constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come. by Marshall Clow · 10 years ago
  8. 31b9c44 Add bare_allocator archetype that implements the minimal possible allocator interface. by Eric Fiselier · 10 years ago
  9. 98760c1 Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. by Marshall Clow · 11 years ago
  10. 061d0cc There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. by Marshall Clow · 11 years ago[Renamed from test/containers/min_allocator.h]
  11. 2c39cbe Implement full support for non-pointer pointers in custom allocators for vector. by Howard Hinnant · 11 years ago
  12. 70342b9 Implement full support for non-pointer types in custom allocators. This is for the associative containers only. This work still needs to be done on the unordered and sequence containers. Fixes http://llvm.org/bugs/show_bug.cgi?id=15978 by Howard Hinnant · 12 years ago