1. 375e2f6 Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros by Eric Fiselier · 8 years ago
  2. f4f7d8f Recommit r263036 with additional inlining, so that it will continue to work with existing system dylibs. Implements LWG#2583 by Marshall Clow · 8 years ago
  3. fadd1db Revert r263036, it's ABI-breaking. by Nico Weber · 8 years ago
  4. ff0b9f5 Implement LWG#2583: There is no way to supply an allocator for basic_string(str, pos) by Marshall Clow · 9 years ago
  5. cc2e93c Make it possible to build a no-exceptions variant of libcxx. by Asiri Rathnayake · 9 years ago
  6. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago[Renamed from test/strings/basic.string/string.cons/substr.pass.cpp]
  7. 1b92188 Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later. by Marshall Clow · 11 years ago
  8. 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
  9. 9dcdcde Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. by Howard Hinnant · 11 years ago
  10. b64f8b0 license change by Howard Hinnant · 14 years ago
  11. 6e0a1f4 Fixing whitespace problems by Howard Hinnant · 14 years ago
  12. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  13. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago