1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago[Renamed from test/libcxx/strings/basic.string/string.modifiers/erase_iter_iter_db1.pass.cpp]
  2. 375e2f6 Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros by Eric Fiselier · 8 years ago[Renamed from test/std/strings/basic.string/string.modifiers/string_erase/erase_iter_iter_db1.pass.cpp]
  3. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago[Renamed from test/strings/basic.string/string.modifiers/string_erase/erase_iter_iter_db1.pass.cpp]
  4. 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
  5. 5e57142 Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. by Howard Hinnant · 11 years ago
  6. 499cea1 Debug mode for string. This commit also marks the first time libc++ debug-mode has found a bug (found one in regex). Had to play with extern templates a bit to get this to work since string is heavily used within libc++.dylib. by Howard Hinnant · 11 years ago