1. 55b9e44 Fix an unsigned integer overflow in regex that lead to a bad memory access. Found by OSS-Fuzz by Marshall Clow · 8 years ago
  2. aae6356 [libcxx] [test] Rename _Tp to T. NFCI. by Stephan T. Lavavej · 8 years ago
  3. 9f7cc58 Cleanup _LIBCPP_HAS_NO_<c++11-features> macro usage in regex by Eric Fiselier · 9 years ago
  4. 3c35491 Update all bug URL's to point to https://bugs.llvm.org/... by Eric Fiselier · 9 years ago
  5. da520dc Fix bug #31387 - not checking end iterator when parsing decimal escape. Thanks to Karen for the report. by Marshall Clow · 9 years ago
  6. 08eb214 [libcxx] Recover no-exceptions XFAILs - I by Asiri Rathnayake · 9 years ago
  7. 2fdf202 [libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor by Hubert Tong · 9 years ago
  8. faf3149 Revert r277966. Forgot patch attribution. by Hubert Tong · 9 years ago
  9. 614c406 [libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor by Hubert Tong · 9 years ago
  10. ac98d59 [libcxx] basic_regex: add traits_type, string_type by Hubert Tong · 9 years ago
  11. d046d54 Avoid octal escape sequence warning with MSVC. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  12. d04c685 Remove trailing whitespace in test suite. Approved by Marshall Clow. by Eric Fiselier · 9 years ago
  13. 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 · 10 years ago
  14. 61c115f [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8. by Daniel Sanders · 10 years ago
  15. b414b2f Fix PR#26175. Thanks to Josh Petrie for the report and the patch. Reviewed as http://reviews.llvm.org/D16262 by Marshall Clow · 10 years ago
  16. f520c14 Make it possible to build a no-exceptions variant of libcxx. by Asiri Rathnayake · 10 years ago
  17. 983d178 Detect and throw on a class of bad regexes that we mistakenly accepted before. Thanks to Trevor Smigiel for the report by Marshall Clow · 10 years ago
  18. 9db9069 Make regex::assign not clobber the regex in case of failure. Fixes PR#22213 by Marshall Clow · 11 years ago
  19. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago