1. 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
  2. 66db4e4 Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K for the bug report. by Marshall Clow · 7 years ago
  3. 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
  4. 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
  5. 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
  6. 9fdd867 fix shadowing warnings in new tests, try 2 by Eric Fiselier · 7 years ago
  7. d93991f fix shadowing warnings in new tests by Eric Fiselier · 7 years ago
  8. 94c3917 [libc++] Fix PR34898 - vector iterator constructors and assign method perform push_back instead of emplace_back. by Eric Fiselier · 7 years ago
  9. 5cf53b5 Fix last_write_time.pass.cpp to work with clang-3.9 and earlier by Roman Lebedev · 7 years ago
  10. 4b05db4 Really do make sure that last_write_time.pass.cpp still works with old clang by Roman Lebedev · 7 years ago
  11. 0fdc4c9 Silence clang's -Wtautological-constant-compare in last_write_time.pass.cpp by Roman Lebedev · 7 years ago
  12. 5384fd8 Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable by Benjamin Kramer · 7 years ago
  13. c85f85a More fuzzing infastructre - regex by Marshall Clow · 7 years ago
  14. 7c31c84 Mark test as a long-test by Roger Ferrer Ibanez · 7 years ago
  15. 2f494f7 Remove unneeded typename from test by Roger Ferrer Ibanez · 7 years ago
  16. 18dba06 [libc++] Support Microsoft ABI without vcruntime headers by Shoaib Meenai · 7 years ago
  17. 2b7279c Fix accidental assignment inside test asserts by Eric Fiselier · 7 years ago
  18. 29ae2ba Initial cut at infastructure for fuzzing support for OSS-fuzz by Marshall Clow · 7 years ago
  19. 8a29c9d Add C++17 explicit deduction guides to std::pair. by Eric Fiselier · 7 years ago
  20. f17205d [test] Allow other implementations to strengthen noexcept on deque's move constructor by Casey Carter · 7 years ago
  21. 006f64c [test] forwardlist.cons/move_noexcept.pass.cpp by Casey Carter · 7 years ago
  22. 5d5bbc4 [libcxx] [test] Fix unused local typedef warnings. by Stephan T. Lavavej · 7 years ago
  23. a2f0b51 [libcxx] [test] Strip trailing whitespace. by Stephan T. Lavavej · 7 years ago
  24. 7f0fd06 [libcxx] [test] Silence warning C4324 for MSVC. by Stephan T. Lavavej · 7 years ago
  25. 7a87049 Resubmit "Fix llvm-lit script generation in libcxx." by Zachary Turner · 7 years ago
  26. 8130661 Revert "Fix llvm-lit script generation in libcxx." by Zachary Turner · 7 years ago
  27. 2205438 Fix llvm-lit script generation in libcxx. by Zachary Turner · 7 years ago
  28. 805e11b Fix failing ASAN test by Eric Fiselier · 7 years ago
  29. f7aaaaa Fix two failing -verify tests to tolerate old and new clang versions by Eric Fiselier · 7 years ago
  30. 0732dcf ABI: Fix for undefined "___cxa_deleted_virtual" symbol in MacOSX by Eric Fiselier · 7 years ago
  31. dfcb00a Fix failing -verify tests due to change in Clangs static_assert message. by Eric Fiselier · 7 years ago
  32. 63d8811 Fix accidental ADL in std::allocator_traits meta-programming. by Eric Fiselier · 7 years ago
  33. 327f3b7 Mark the new tests as unsupported when there are no exceptions by Marshall Clow · 7 years ago
  34. 59b296e XFAIL a couple of new <regex> tests for C++03 by Marshall Clow · 7 years ago
  35. 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
  36. 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
  37. ff400da Add include of <string> to <system_error>, since things in there return strings. Fixes PR#34529. by Marshall Clow · 7 years ago
  38. f2c4a96 Fix PR34298 - Allow std::function with an incomplete return type. by Eric Fiselier · 7 years ago
  39. d5a494e Revert "Fix PR34298 - Allow std::function with an incomplete return type." by Eric Fiselier · 7 years ago
  40. f83132a Fix PR34298 - Allow std::function with an incomplete return type. by Eric Fiselier · 7 years ago
  41. 11762b4 XFAIL tests on SLES11 by Brian Cain · 7 years ago
  42. 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
  43. cd0354e Another missing string_view test by Marshall Clow · 7 years ago
  44. e942bb0 Add more string_view tests by Marshall Clow · 7 years ago
  45. 08242cb [test] Cleanup nullopt_t tests by Casey Carter · 7 years ago
  46. 90dfa28 Fix test for C++03 by Marshall Clow · 7 years ago
  47. 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
  48. e8c8bc9 [libcxx] [test] Update for C++17 feature removals. by Stephan T. Lavavej · 7 years ago
  49. b859a78 [libcxx] [test] Rename _Up to U, etc. NFCI. by Stephan T. Lavavej · 7 years ago
  50. 8cbff23 [libcxx] [test] Rename __x to x. NFCI. by Stephan T. Lavavej · 7 years ago
  51. e75f899 [libcxx] [test] Rename __c to ch. NFCI. by Stephan T. Lavavej · 7 years ago
  52. 302557b [libcxx] [test] Rename _Tp to T. NFCI. by Stephan T. Lavavej · 7 years ago
  53. 1a35e84 [libcxx] [test] Untabify stringstream.cons/string.pass.cpp. NFC. by Stephan T. Lavavej · 7 years ago
  54. 6f13bfd [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC. by Stephan T. Lavavej · 7 years ago
  55. a5acfb9 [libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC. by Stephan T. Lavavej · 7 years ago
  56. db84e0e Fix shadowing warning by Marshall Clow · 7 years ago
  57. b3d6031 Fix PR33727: std::basic_stringbuf only works with DefaultConstructible allocators. Thanks to Jonathan Wakely for the report and suggested fix by Marshall Clow · 7 years ago
  58. 4876a73 Mark LWG 2942 as complete by Eric Fiselier · 7 years ago
  59. 5d91f31 [libcxx] [test] Change comments to say C++ instead of c++. NFC. by Stephan T. Lavavej · 7 years ago
  60. cf23076 [libcxx] [test] The entire file futures.shared_future/wait_until.pass.cpp was indented by 1 space. NFC. by Stephan T. Lavavej · 7 years ago
  61. a8d0e52 [libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  62. 25072f0 [libcxx] [test] Make files consistently end with newlines, NFC. by Stephan T. Lavavej · 7 years ago
  63. a686caa [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 7 years ago
  64. 62e519c [libcxx] [test] Strip trailing whitespace, NFC. by Stephan T. Lavavej · 7 years ago
  65. 6e76840 [libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pass.cpp. by Stephan T. Lavavej · 7 years ago
  66. 1fae624 Disable the deduction guide test I added in 309296 for the moment, while I figure out which compilers don't support deduction guides by Marshall Clow · 7 years ago
  67. f226a28 Implement P0739R0: 'Some improvements to class template argument deduction integration into the standard library' This is an API change (not ABI change) due to a late change in the c++17 standard by Marshall Clow · 7 years ago
  68. 24047fd Remove addtional parameters in function std::next() and std::prev() by Rachel Craik · 7 years ago
  69. d08ba82 [libcxx] [test] Update msvc_stdlib_force_include.hpp. by Stephan T. Lavavej · 7 years ago
  70. 3c00cff [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. by Stephan T. Lavavej · 7 years ago
  71. 321617c [libcxx] [test] Fix MSVC warning C4067 "unexpected tokens following preprocessor directive - expected a newline". by Stephan T. Lavavej · 7 years ago
  72. ffc9965 [libcxx] [test] Fix MSVC warning C4242 "conversion from 'int' to 'const char', possible loss of data". by Stephan T. Lavavej · 7 years ago
  73. 7afe61a Add case for c++2a to libc++ and test macros by Marshall Clow · 7 years ago
  74. 6bfa731 Fix issues with UBSAN test configuration. by Eric Fiselier · 7 years ago
  75. 3f22e24 Work around PR31864 - ATOMIC_LLONG_LOCK_FREE is incorrect in 32 bit builds by Eric Fiselier · 7 years ago
  76. 631d697 Fix test failure to to new/delete ellisions by Eric Fiselier · 7 years ago
  77. 8b30287 optional: Implement LWG 2900 and P0602 by Casey Carter · 7 years ago
  78. b2e9337 Fix filesystem build on platforms with weird time_t types. by Eric Fiselier · 7 years ago
  79. 316bb11 Fix diagnostic in verify test to match new Clang output by Eric Fiselier · 7 years ago
  80. e452f6a cmath: Support clang's -fdelayed-template-parsing by Duncan P. N. Exon Smith · 7 years ago
  81. e00d350 Fix a bug in regex_Iterator where it would report zero-length matches forever. Reported as http://llvm.org/PR33681. Thanks to Karen Arutyunov for the report. by Marshall Clow · 7 years ago
  82. 530ad8e Fix equivalent test on OS X and FreeBSD by Eric Fiselier · 7 years ago
  83. f26da86 Add dummy CMake target for *.pass.cpp tests when LIBCXX_CONFIGURE_IDE=ON. by Eric Fiselier · 7 years ago
  84. 3288eac Implement LWG 2937 - equivalent("dne", "exists") is not an error by Eric Fiselier · 7 years ago
  85. c5247b4 Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability" by Akira Hatanaka · 7 years ago
  86. a12318f Added failing tests for index out of range for tuple_element<pair<T1,T2>> and variant_alternative<> by Marshall Clow · 7 years ago
  87. a028f3c [libcxx] Annotate c++17 aligned new/delete operators with availability by Akira Hatanaka · 7 years ago
  88. 3477ae4 Implement inclusive_scan/transform_inclusive_scan for C++17. by Marshall Clow · 7 years ago
  89. 186b81a Attempt to avoid static init ordering issues with globalMemCounter by Eric Fiselier · 7 years ago
  90. 3497449 [libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass.cpp. by Stephan T. Lavavej · 7 years ago
  91. b836deb [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  92. 750da9c [libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and make it friendlier to C1XX. by Stephan T. Lavavej · 7 years ago
  93. b47a9bc Add a missing SFINAE condition to the `variant`'s converting constructor. by Michael Park · 7 years ago
  94. 2b001ff func.wrap.func.con: Fix test comment by Duncan P. N. Exon Smith · 7 years ago
  95. 10a803d any: Add availability for experimental::bad_any_cast by Duncan P. N. Exon Smith · 7 years ago
  96. 7320213 Allow the libc++ C header wrappers to be included when compiling C. by Eric Fiselier · 7 years ago
  97. 660d265 Allow coroutine_handle<const T> to support creation from const references to the promise_type by Eric Fiselier · 7 years ago
  98. 270a04f Renamed some of the newly added tests. No functional change by Marshall Clow · 7 years ago
  99. 63e0adb Fix another test with modules enabled by Eric Fiselier · 7 years ago
  100. 8c6e35c Fix test when modules are enabled by Eric Fiselier · 7 years ago