1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. bda804e Remove names of unreferenced parameters. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  3. 5142fe4 Our test allocators support move/copy construction; they should support move/copy assignment as well by Marshall Clow · 9 years ago
  4. 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 · 9 years ago
  5. 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
  6. ebedffd Found two identical files named 'allocators.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change by Marshall Clow · 11 years ago[Renamed from test/utilities/allocator.adaptor/allocators.h]
  7. a2ccccc sync with N3126 by Howard Hinnant · 14 years ago[Renamed from test/utilities/memory/allocator.adaptor/allocators.h]
  8. 73d21a4 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. by Howard Hinnant · 14 years ago
  9. c52f43e Fixing whitespace problems by Howard Hinnant · 14 years ago
  10. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago