1. e7652f5 [libcxx] Use custom allocator's `construct` in C++03 when available. by Volodymyr Sapsai · 7 years ago
  2. f912759 Implement P0513R0 - "Poisoning the Hash" by Eric Fiselier · 9 years ago
  3. 5cac775 Fix PR31378 - std::list::remove should not require a default constructible allocator. by Eric Fiselier · 9 years ago
  4. 2a10c96 Support allocators with explicit conversion constructors. Fixes bug #29000 by Marshall Clow · 9 years ago
  5. c797958 Add Filesystem TS -- Complete by Eric Fiselier · 9 years ago
  6. f2f2a63 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 9 years ago
  7. cbf166a 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. e3981b8 Add bare_allocator archetype that implements the minimal possible allocator interface. by Eric Fiselier · 11 years ago
  9. 354d39c 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 · 12 years ago
  10. e34f6f6 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 · 12 years ago[Renamed from libcxx/test/containers/min_allocator.h]
  11. 3ec1f00 Implement full support for non-pointer pointers in custom allocators for vector. by Howard Hinnant · 12 years ago
  12. 07d3ecc 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