1. 50bd957 [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. by Stephan T. Lavavej · 9 years ago
  2. d4b83e6 [libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 3/4. by Stephan T. Lavavej · 9 years ago
  3. 8a915ed Protect exceptional paths under libcpp-no-exceptions by Roger Ferrer Ibanez · 9 years ago
  4. 1f4231f Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros by Eric Fiselier · 10 years ago
  5. 89685ed Recommit r263036 with additional inlining, so that it will continue to work with existing system dylibs. Implements LWG#2583 by Marshall Clow · 10 years ago
  6. 47c3a474 Revert r263036, it's ABI-breaking. by Nico Weber · 10 years ago
  7. e96f8b5 Implement LWG#2583: There is no way to supply an allocator for basic_string(str, pos) by Marshall Clow · 10 years ago
  8. f520c14 Make it possible to build a no-exceptions variant of libcxx. by Asiri Rathnayake · 10 years ago
  9. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago[Renamed from libcxx/test/strings/basic.string/string.cons/substr.pass.cpp]
  10. c3deeb5 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 · 12 years ago
  11. 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
  12. eec7218 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 · 12 years ago
  13. 412dbeb license change by Howard Hinnant · 15 years ago
  14. bf2897c Fixing whitespace problems by Howard Hinnant · 15 years ago
  15. 5b08a8a Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  16. 3e51952 libcxx initial import by Howard Hinnant · 15 years ago