1. 7e73ea8 Teach test suite about C++2a dialect flag. by Eric Fiselier · 7 years ago
  2. 6efb1c1 Change test suite to support c++17 dialect flag instead of c++1z. by Eric Fiselier · 7 years ago
  3. 2e39082 Change a bunch of comments from C++1z to C++17. NFC by Marshall Clow · 7 years ago
  4. 79078a3 Mark tests as unsupported in C++98 as well by Roger Ferrer Ibanez · 7 years ago
  5. e3853bf Mark Endian as 'in progress' by Marshall Clow · 7 years ago
  6. c3f25ab Revert "[libc++] Don't alias quick_exit if __ANDROID_API__ < 21" by Dan Albert · 7 years ago
  7. f56f1bb [libc++] Don't alias quick_exit if __ANDROID_API__ < 21 by Dan Albert · 7 years ago
  8. d422c95 More statuses, a new patch, too by Marshall Clow · 7 years ago
  9. 9a675c6 Update the synopsis to match the P/R of 2945. No code changes. by Marshall Clow · 7 years ago
  10. 6737116 Fix broken links; update more issues. by Marshall Clow · 7 years ago
  11. c6934a3 Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFC by Marshall Clow · 7 years ago
  12. 772a6d4 Add more fuzzing bits: partial_sort_copy, partition_copy, unique, unique_copy. No functional change to libc++; this is all test infastructure by Marshall Clow · 7 years ago
  13. a4c272d Implement LWG 3013 - some filesystem members should not be noexcept. by Eric Fiselier · 7 years ago
  14. fba9cd8 Fix PR35078 - recursive directory iterator's increment method throws incorrectly. by Eric Fiselier · 7 years ago
  15. 3b8f03d Mark test as unsupported on C++98/03, since it uses move_iterator by Marshall Clow · 7 years ago
  16. c3fa965 Fix PR#35119 : set_union misbehaves with move_iterators. Thanks to Denis Yaroshevskiy for both the bug report and the fix. by Marshall Clow · 7 years ago
  17. 9bc42cf Initial triage by Marshall Clow · 7 years ago
  18. a12eafc Update status of 2950 by Marshall Clow · 7 years ago
  19. 23d0bd2 Issues to be voted on in ABQ by Marshall Clow · 7 years ago
  20. 76929f6 Mark string_view's constructor from (ptr,len) as noexcept (an extension). Update the tests to check this (and other noexcept bits by Marshall Clow · 7 years ago
  21. 66db4e4 Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K for the bug report. by Marshall Clow · 7 years ago
  22. f45f32b More fuzzing interfaces by Marshall Clow · 7 years ago
  23. b91e69c Fix misguided error message in debug mode. No functional change. Fixes PR#34966 by Marshall Clow · 7 years ago
  24. 24c7353 Fix an unsigned integer overflow in regex that lead to a bad memory access. Found by OSS-Fuzz by Marshall Clow · 7 years ago
  25. 278c0ba Fix UB - signed integer overflow in regex. Thanks to Tim Shen for the patch. Reviewed as https://reviews.llvm.org/D39066 by Marshall Clow · 7 years ago
  26. 2ac694b Fix a think-o in the design of the stable_XXX sort tests; only shows up for test cases > 255 elements by Marshall Clow · 7 years ago
  27. 6944743 Fix regex bug with ^\W. Thanks to Tim Shen for the patch. Reviewed as https://reviews.llvm.org/D37955 by Marshall Clow · 7 years ago
  28. 1aeb400 Refactor std::list node allocation logic. by Eric Fiselier · 7 years ago
  29. 9fdd867 fix shadowing warnings in new tests, try 2 by Eric Fiselier · 7 years ago
  30. d93991f fix shadowing warnings in new tests by Eric Fiselier · 7 years ago
  31. 5ccf043 Refactor _LIBCPP_<LITTLE|BIG>_ENDIAN by Eric Fiselier · 7 years ago
  32. 94c3917 [libc++] Fix PR34898 - vector iterator constructors and assign method perform push_back instead of emplace_back. by Eric Fiselier · 7 years ago
  33. 5cf53b5 Fix last_write_time.pass.cpp to work with clang-3.9 and earlier by Roman Lebedev · 7 years ago
  34. 4b05db4 Really do make sure that last_write_time.pass.cpp still works with old clang by Roman Lebedev · 7 years ago
  35. 0fdc4c9 Silence clang's -Wtautological-constant-compare in last_write_time.pass.cpp by Roman Lebedev · 7 years ago
  36. 5384fd8 Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable by Benjamin Kramer · 7 years ago
  37. c85f85a More fuzzing infastructre - regex by Marshall Clow · 7 years ago
  38. 7c31c84 Mark test as a long-test by Roger Ferrer Ibanez · 7 years ago
  39. 2f494f7 Remove unneeded typename from test by Roger Ferrer Ibanez · 7 years ago
  40. 18dba06 [libc++] Support Microsoft ABI without vcruntime headers by Shoaib Meenai · 7 years ago
  41. 7762784 [libc++] Clarify names of ABI forcing macros by Shoaib Meenai · 7 years ago
  42. f7e9063 [libc++] Move cache variable definition. NFC by Shoaib Meenai · 7 years ago
  43. 36d0ee6 [libc++] Allow users to explicitly specify ABI by Shoaib Meenai · 7 years ago
  44. 2b7279c Fix accidental assignment inside test asserts by Eric Fiselier · 7 years ago
  45. 2bba98e [libc++] Add site config option for ABI macros by Shoaib Meenai · 7 years ago
  46. 29ae2ba Initial cut at infastructure for fuzzing support for OSS-fuzz by Marshall Clow · 7 years ago
  47. 8a29c9d Add C++17 explicit deduction guides to std::pair. by Eric Fiselier · 7 years ago
  48. 28dd96b Fix test suite misconfiguration on OS X by Eric Fiselier · 7 years ago
  49. 5fe8797 Improve test runner output for broken configurations. by Eric Fiselier · 7 years ago
  50. f17205d [test] Allow other implementations to strengthen noexcept on deque's move constructor by Casey Carter · 7 years ago
  51. 006f64c [test] forwardlist.cons/move_noexcept.pass.cpp by Casey Carter · 7 years ago
  52. 5d5bbc4 [libcxx] [test] Fix unused local typedef warnings. by Stephan T. Lavavej · 7 years ago
  53. a2f0b51 [libcxx] [test] Strip trailing whitespace. by Stephan T. Lavavej · 7 years ago
  54. 7f0fd06 [libcxx] [test] Silence warning C4324 for MSVC. by Stephan T. Lavavej · 7 years ago
  55. 1e32db7 Revert 313789 because gcc doesn't like it by Marshall Clow · 7 years ago
  56. 9641305 Mark the __eval methods on independent_bits_engine (and __independent_bits_engine) as const, since they make no changes to the object. NFC. by Marshall Clow · 7 years ago
  57. e2b6832 Fix a bit of UB in __independent_bits_engine. Fixes PR#34663 by Marshall Clow · 7 years ago
  58. 3a84027 Make libcxx tests work when llvm sources are not present. by Zachary Turner · 7 years ago
  59. bc4474e [libc++] Replace __sync_* functions with __libcpp_atomic_* functions by Weiming Zhao · 7 years ago
  60. 7a87049 Resubmit "Fix llvm-lit script generation in libcxx." by Zachary Turner · 7 years ago
  61. 8130661 Revert "Fix llvm-lit script generation in libcxx." by Zachary Turner · 7 years ago
  62. 2205438 Fix llvm-lit script generation in libcxx. by Zachary Turner · 7 years ago
  63. 805e11b Fix failing ASAN test by Eric Fiselier · 7 years ago
  64. f7aaaaa Fix two failing -verify tests to tolerate old and new clang versions by Eric Fiselier · 7 years ago
  65. edf6f11 Update changelog revision by Eric Fiselier · 7 years ago
  66. 0732dcf ABI: Fix for undefined "___cxa_deleted_virtual" symbol in MacOSX by Eric Fiselier · 7 years ago
  67. dfcb00a Fix failing -verify tests due to change in Clangs static_assert message. by Eric Fiselier · 7 years ago
  68. ffe3715 [libc++] Account for Microsoft CRT const overloads by Shoaib Meenai · 7 years ago
  69. ca79c15 [libc++] Remove unnecessary struct tag by Shoaib Meenai · 7 years ago
  70. 2656897 typeinfo: provide a partial implementation for Win32 by Saleem Abdulrasool · 7 years ago
  71. 63d8811 Fix accidental ADL in std::allocator_traits meta-programming. by Eric Fiselier · 7 years ago
  72. 0a2af12 [libc++] Prevent stale site configuration headers by Shoaib Meenai · 7 years ago
  73. 5f919fe Use CMAKE_AR instead of the system default 'ar' for merging static libraries by Martin Storsjo · 7 years ago
  74. 327f3b7 Mark the new tests as unsupported when there are no exceptions by Marshall Clow · 7 years ago
  75. 8122e24 libcxx: fix merge_archives error variable name by Martell Malone · 7 years ago
  76. 2c607f4 Handle object files named *.obj in merge_archives.py by Martin Storsjo · 7 years ago
  77. 59b296e XFAIL a couple of new <regex> tests for C++03 by Marshall Clow · 7 years ago
  78. ee596eb Apply D28224: 'Throw exception after too many steps' Fixes PR#20291. Thanks to Tim Shen for the patch by Marshall Clow · 7 years ago
  79. 29149d3 Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - thanks to Jonathan Wakely for the report by Marshall Clow · 7 years ago
  80. 60f8ad1 mark mersenne_twister_engine<>::seed(result_type __sd) with _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK to placate UBSAN. Fixes PR#34160 by Marshall Clow · 7 years ago
  81. ff400da Add include of <string> to <system_error>, since things in there return strings. Fixes PR#34529. by Marshall Clow · 7 years ago
  82. f2c4a96 Fix PR34298 - Allow std::function with an incomplete return type. by Eric Fiselier · 7 years ago
  83. d5a494e Revert "Fix PR34298 - Allow std::function with an incomplete return type." by Eric Fiselier · 7 years ago
  84. f83132a Fix PR34298 - Allow std::function with an incomplete return type. by Eric Fiselier · 7 years ago
  85. 11762b4 XFAIL tests on SLES11 by Brian Cain · 7 years ago
  86. 0b9db07 Add even more string_view tests. These found some bugs in the default parameter value for rfind/find_last_of/find_last_not_of by Marshall Clow · 7 years ago
  87. cd0354e Another missing string_view test by Marshall Clow · 7 years ago
  88. e942bb0 Add more string_view tests by Marshall Clow · 7 years ago
  89. ea75e09 Redirect strftime_l to the locale-ignorant strftime on mingw by Martin Storsjo · 7 years ago
  90. ed487a3 Add MINGW_LIBRARIES to the linker flags by Martin Storsjo · 7 years ago
  91. a1ae67b [libcxx] [www] Change an absolute link to cxx1z_status.html to be relative. by Stephan T. Lavavej · 7 years ago
  92. b8813f3 [libcxx] [www] Strip trailing whitespace. by Stephan T. Lavavej · 7 years ago
  93. aeea9b0 [libcxx] [www] Fix broken link for LLVM Bugzilla. by Stephan T. Lavavej · 7 years ago
  94. f966d3f [libcxx] [www] Manually change http links to https. by Stephan T. Lavavej · 7 years ago
  95. 1e708af [libcxx] [www] Semi-manually change http://www.open-std.org and http://isocpp.org papers to https://wg21.link . by Stephan T. Lavavej · 7 years ago
  96. 35509d0 [libcxx] [www] Change http://cplusplus.github.io/LWG/lwg-defects.html# to https://wg21.link/lwg . by Stephan T. Lavavej · 7 years ago
  97. 819264f [libcxx] [www] Change http://wg21.link to https://wg21.link . by Stephan T. Lavavej · 7 years ago
  98. 08242cb [test] Cleanup nullopt_t tests by Casey Carter · 7 years ago
  99. 90dfa28 Fix test for C++03 by Marshall Clow · 7 years ago
  100. 25a78dc Fix PR31166: std::inplace_merge seems to be unstable. Thanks to Jan Wilken Dörrie for the suggested fix. by Marshall Clow · 7 years ago