1. 4b54e0f libcxx: Fix for basic_stringbuf::seekoff() after r320604. by Peter Collingbourne · 7 years ago
  2. 4159a36 [libcxx] Fix basic_stringbuf constructor by Zhihao Yuan · 7 years ago
  3. 851ea6e [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII. by Stephan T. Lavavej · 7 years ago
  4. dd2a900 [libcxx] [test] Fix MSVC warnings, null pointer deref. by Stephan T. Lavavej · 7 years ago
  5. e445521 [libcxx] P0604, invoke_result and is_invocable by Zhihao Yuan · 7 years ago
  6. 4a3242f [libcxx] Define istream_iterator equality comparison operators out-of-line by Roger Ferrer Ibanez · 7 years ago
  7. 8148a70 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  8. df68ebc Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before) by Marshall Clow · 7 years ago
  9. 94ab5eb Commit tests for changes in revision 319710 by Marshall Clow · 7 years ago
  10. cd64646 Ooops. I checked in a test for a bug I haven't fixed yet. Temporrarily commented it out. by Marshall Clow · 7 years ago
  11. 46b4ad5 Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a by Marshall Clow · 7 years ago
  12. aeded2b Fix PR#35948: generate_n does not accept floating point Size arguments. by Marshall Clow · 7 years ago
  13. aec189a Include AddLLVM needed for tests in the right context by Petr Hosek · 7 years ago
  14. 06f2e00 Fix problems with r'890 when building on machines where sizeof(size_t) != sizeof(unsigned long long) and C++03 by Marshall Clow · 7 years ago
  15. 3a968ef Revert commit removing allocator support from packaged_task. Will investigate further by Marshall Clow · 7 years ago
  16. 14ff899 Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task. by Marshall Clow · 7 years ago
  17. 21edec7 Fix PR#35438 - bitset constructor does not zero unused bits by Marshall Clow · 7 years ago
  18. 0f25cd9 Fix failure on C++03 bots by Marshall Clow · 7 years ago
  19. b250294 Implement LWG#2948: unique_ptr does not define operator<< for stream output by Marshall Clow · 7 years ago
  20. c72032b More of P0600; marking allocation routines as [[nodiscard]] by Marshall Clow · 7 years ago
  21. e29f3f1 Fix copy/paste bug in test where we were putting a '3' into a vector<bool>. NFC. by Marshall Clow · 7 years ago
  22. 389f90f Add additional 'UNSUPPORTED' to the test case. by Marshall Clow · 7 years ago
  23. 70c7bbd Add [[nodiscard]] to std::async as part of P0600. by Marshall Clow · 7 years ago
  24. 18a2685 [libcxx] Implement std::to_address for C++20 by Eric Fiselier · 7 years ago
  25. aa0e236 Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144 by Marshall Clow · 7 years ago
  26. bd85858 [libcxx][fixup] Mark std::basic_istream::getline tests as failing for previous libcxx versions. by Volodymyr Sapsai · 7 years ago
  27. 2744cdf [libcxx] Make std::basic_istream::getline 0-terminate input array in case of error. by Volodymyr Sapsai · 7 years ago
  28. f276310 Add another test_macros.h include I missed to tuple.by.type.pass.cpp by Billy Robert O'Neal III · 7 years ago
  29. 67e20f2 Add some tests for operations on const associative containers. Part of LWG#2542 by Marshall Clow · 7 years ago
  30. 9af0823 Replace assert(true) in tests with actual asserts. Reviewed as https://reviews.llvm.org/D40324 by Billy Robert O'Neal III · 7 years ago
  31. 37332d7 Add missing test_macros.h inclusion. by Billy Robert O'Neal III · 7 years ago
  32. 7e250fc Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 by Billy Robert O'Neal III · 7 years ago
  33. e7f8cd4 [libc++] Shrink variant's index type when possible by Eric Fiselier · 7 years ago
  34. 115071a Fix nodiscard test when modules are enabled by Eric Fiselier · 7 years ago
  35. bc6989b More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in filesystem::path by Marshall Clow · 7 years ago
  36. 79f3f9d More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in match_results. <regex> by Marshall Clow · 7 years ago
  37. f1729d9 More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big. by Marshall Clow · 7 years ago
  38. 3fdfbbf [test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned new by Casey Carter · 7 years ago
  39. 37b5a6b Clean up the tests for free data(), size() and empty() by Marshall Clow · 7 years ago
  40. b981667 Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm.org/D39080 by Billy Robert O'Neal III · 7 years ago
  41. 9ae62c7 Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033 by Billy Robert O'Neal III · 7 years ago
  42. 88626bf First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty()' methods of all the containers as nodiscard. If you're calling empty() w/o looking at the result, you probably meanto to call 'clear()'. c++2a only by Marshall Clow · 7 years ago
  43. 2645a49 Still more missing tests - this time for the unordered containers by Marshall Clow · 7 years ago
  44. 0b07da7 Named the macro wrong in the test. by Marshall Clow · 7 years ago
  45. 4f00991 More missing tests - array<>::size() and array<>::max_size() by Marshall Clow · 7 years ago
  46. a17cd7c Added tests for xxx.size() and xxx.empty() for all the sequence containers by Marshall Clow · 7 years ago
  47. c9f5f10 Add two new macros: _LIBCPP_NODISCARD_AFTER_CXX17 and _LIBCPP_CONSTEXPR_AFTER_CXX17, along with a way to turn off the NODISCARD one: _LIBCPP_DISABLE_NODISCARD_AFTER_CXX17. No one is using these yet, but we will be ... soon by Marshall Clow · 7 years ago
  48. e208d08 Rename identifiers named `__output` by Alexander Richardson · 7 years ago
  49. 8437dbd Another test for LWG2952 by Marshall Clow · 7 years ago
  50. e1cfe7a Implement LWG2952: iterator_traits should work for pointers to cv T by Marshall Clow · 7 years ago
  51. edd7e05 Implement P0550R2: Transformation Trait remove_cvref by Marshall Clow · 7 years ago
  52. eada024 [libcxx] Mark test cxa_deleted_virtual.pass.cpp as failing for previous libcxx versions. by Volodymyr Sapsai · 7 years ago
  53. 6efb1c1 Change test suite to support c++17 dialect flag instead of c++1z. by Eric Fiselier · 7 years ago
  54. 2e39082 Change a bunch of comments from C++1z to C++17. NFC by Marshall Clow · 7 years ago
  55. 79078a3 Mark tests as unsupported in C++98 as well by Roger Ferrer Ibanez · 7 years ago
  56. c6934a3 Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFC by Marshall Clow · 7 years ago
  57. 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
  58. a4c272d Implement LWG 3013 - some filesystem members should not be noexcept. by Eric Fiselier · 7 years ago
  59. fba9cd8 Fix PR35078 - recursive directory iterator's increment method throws incorrectly. by Eric Fiselier · 7 years ago
  60. 3b8f03d Mark test as unsupported on C++98/03, since it uses move_iterator by Marshall Clow · 7 years ago
  61. 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
  62. 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
  63. 66db4e4 Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K for the bug report. by Marshall Clow · 7 years ago
  64. 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
  65. 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
  66. 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
  67. 9fdd867 fix shadowing warnings in new tests, try 2 by Eric Fiselier · 7 years ago
  68. d93991f fix shadowing warnings in new tests by Eric Fiselier · 7 years ago
  69. 94c3917 [libc++] Fix PR34898 - vector iterator constructors and assign method perform push_back instead of emplace_back. by Eric Fiselier · 7 years ago
  70. 5cf53b5 Fix last_write_time.pass.cpp to work with clang-3.9 and earlier by Roman Lebedev · 7 years ago
  71. 4b05db4 Really do make sure that last_write_time.pass.cpp still works with old clang by Roman Lebedev · 7 years ago
  72. 0fdc4c9 Silence clang's -Wtautological-constant-compare in last_write_time.pass.cpp by Roman Lebedev · 7 years ago
  73. 5384fd8 Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable by Benjamin Kramer · 7 years ago
  74. c85f85a More fuzzing infastructre - regex by Marshall Clow · 7 years ago
  75. 7c31c84 Mark test as a long-test by Roger Ferrer Ibanez · 7 years ago
  76. 2f494f7 Remove unneeded typename from test by Roger Ferrer Ibanez · 7 years ago
  77. 18dba06 [libc++] Support Microsoft ABI without vcruntime headers by Shoaib Meenai · 7 years ago
  78. 2b7279c Fix accidental assignment inside test asserts by Eric Fiselier · 7 years ago
  79. 29ae2ba Initial cut at infastructure for fuzzing support for OSS-fuzz by Marshall Clow · 7 years ago
  80. 8a29c9d Add C++17 explicit deduction guides to std::pair. by Eric Fiselier · 7 years ago
  81. f17205d [test] Allow other implementations to strengthen noexcept on deque's move constructor by Casey Carter · 7 years ago
  82. 006f64c [test] forwardlist.cons/move_noexcept.pass.cpp by Casey Carter · 7 years ago
  83. 5d5bbc4 [libcxx] [test] Fix unused local typedef warnings. by Stephan T. Lavavej · 7 years ago
  84. a2f0b51 [libcxx] [test] Strip trailing whitespace. by Stephan T. Lavavej · 7 years ago
  85. 7f0fd06 [libcxx] [test] Silence warning C4324 for MSVC. by Stephan T. Lavavej · 7 years ago
  86. 7a87049 Resubmit "Fix llvm-lit script generation in libcxx." by Zachary Turner · 7 years ago
  87. 8130661 Revert "Fix llvm-lit script generation in libcxx." by Zachary Turner · 7 years ago
  88. 2205438 Fix llvm-lit script generation in libcxx. by Zachary Turner · 7 years ago
  89. 805e11b Fix failing ASAN test by Eric Fiselier · 7 years ago
  90. f7aaaaa Fix two failing -verify tests to tolerate old and new clang versions by Eric Fiselier · 7 years ago
  91. 0732dcf ABI: Fix for undefined "___cxa_deleted_virtual" symbol in MacOSX by Eric Fiselier · 7 years ago
  92. dfcb00a Fix failing -verify tests due to change in Clangs static_assert message. by Eric Fiselier · 7 years ago
  93. 63d8811 Fix accidental ADL in std::allocator_traits meta-programming. by Eric Fiselier · 7 years ago
  94. 327f3b7 Mark the new tests as unsupported when there are no exceptions by Marshall Clow · 7 years ago
  95. 59b296e XFAIL a couple of new <regex> tests for C++03 by Marshall Clow · 7 years ago
  96. 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
  97. 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
  98. ff400da Add include of <string> to <system_error>, since things in there return strings. Fixes PR#34529. by Marshall Clow · 7 years ago
  99. f2c4a96 Fix PR34298 - Allow std::function with an incomplete return type. by Eric Fiselier · 7 years ago
  100. d5a494e Revert "Fix PR34298 - Allow std::function with an incomplete return type." by Eric Fiselier · 7 years ago