1. 9f7cc58 Cleanup _LIBCPP_HAS_NO_<c++11-features> macro usage in regex by Eric Fiselier · 8 years ago
  2. fd5ceb2 #include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change by Marshall Clow · 9 years ago
  3. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago[Renamed from libcxx/test/re/re.regex/re.regex.assign/assign.il.pass.cpp]
  4. 54976f2 Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 by Howard Hinnant · 14 years ago
  5. 412dbeb license change by Howard Hinnant · 15 years ago
  6. 7609c9b 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 · 15 years ago
  7. f36101d Fixing whitespace problems by Howard Hinnant · 15 years ago
  8. 5cd6658 Everything under [re.regex] by Howard Hinnant · 15 years ago