1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. cc2e93c Make it possible to build a no-exceptions variant of libcxx. by Asiri Rathnayake · 9 years ago
  3. 07a4bec Use generic feature name for sanitizers that replace new and delete by Eric Fiselier · 9 years ago
  4. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago[Renamed from test/strings/basic.string/string.capacity/max_size.pass.cpp]
  5. 1c3b15d Split string capacity test into two parts and mark one part as UNSUPPORTED when using sanitizers. by Eric Fiselier · 10 years ago
  6. 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
  7. ecc8d7b Fix an off-by-one error in basic_string::__grow_by, where it would incorrectly throw length_error (instead of bad_alloc) when attempting to resize the string to 'max_size()'. Add tests for resizing to max_size +/-1 by Marshall Clow · 11 years ago
  8. 09f8550 Fixes PR17148 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. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  12. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago