1. 5f3d593 Fix bad #endif in msvc_stdlib_force_include.hpp. by Billy Robert O'Neal III · 7 years ago
  2. 76515a2 Implement LWG 2591 - Patch from K-Ballo by Eric Fiselier · 7 years ago
  3. 19fc985 XFAIL is_trivially_copyable test for compilers that don't implement Core 2094 by Eric Fiselier · 7 years ago
  4. 74424d0 Fix enable_shared_from_this test in C++11 by Eric Fiselier · 7 years ago
  5. b423f1e Update is_trivially_copyable tests with CWG 2094 by Billy Robert O'Neal III · 7 years ago
  6. 1bc7a4b [libc++] Fix PR32979 - types with a private std::enable_shared_from_this base break shared_ptr by Eric Fiselier · 7 years ago
  7. f0346a5 [test] support machinery changes for EDG & C1XX /Za by Casey Carter · 7 years ago
  8. 01c2bb3 Fix misspelling of environment throughout libc++ by Eric Fiselier · 7 years ago
  9. 9197008 Fix GCC 7 test failures. by Eric Fiselier · 7 years ago
  10. b5a065c Fix possible loss of data warnings on amd64 by Billy Robert O'Neal III · 7 years ago
  11. 3f9bc2d Resolve integer overflow warnings in GCD and LCM tests by Billy Robert O'Neal III · 7 years ago
  12. 78f5dc0 [libc++] Implement exception_ptr on Windows by Eric Fiselier · 7 years ago
  13. 8fb888a Temporarly XFAIL aligned new/delete tests on Windows. by Eric Fiselier · 7 years ago
  14. f9c9d25 Fix Windows test failures caused by identical temp file names. by Eric Fiselier · 7 years ago
  15. b90dc26 Accept Windows specific output in system error tests by Eric Fiselier · 7 years ago
  16. 4bd682b Fix two test failures caused by Windows mangling of function types. by Eric Fiselier · 7 years ago
  17. 2f21459 Ensure showbase does not overflow do_put buffers by Dimitry Andric · 7 years ago
  18. 5dbf234 [libcxx] [test] Suppress MSVC's /analyze warning C6294 in a more fine-grained manner. by Stephan T. Lavavej · 7 years ago
  19. 154d7f1 [libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant with another constant". by Stephan T. Lavavej · 7 years ago
  20. ff9b14a [libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance shouldn't be mandated". by Stephan T. Lavavej · 7 years ago
  21. 53a76dd Mark test using <sys/time.h> as UNSUPPORTED on Windows by Eric Fiselier · 7 years ago
  22. b3b66a4 Document XFAIL's with the relevent bug number by Eric Fiselier · 7 years ago
  23. 2951491 Fix test failure with GCC 4.9 by Eric Fiselier · 7 years ago
  24. 907c119 Add markup for libc++ dylib availability by Mehdi Amini · 7 years ago
  25. 49abbf5 [test] Name the local variable in the C1XX implementation of DoNotOptmize by Casey Carter · 7 years ago
  26. d252306 [test] variant: enable constexpr construction tests on MSVC STL by Casey Carter · 7 years ago
  27. 5594426 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  28. bd0685f [libcxx] [test] In msvc_stdlib_force_include.hpp, use _HAS_CXX17 to set TEST_STD_VER. by Stephan T. Lavavej · 7 years ago
  29. 5df171d cmath: Skip Libc for integral types in isinf, etc. by Duncan P. N. Exon Smith · 7 years ago
  30. fba865a Expand test coverage for LWG2857 by Casey Carter · 7 years ago
  31. 9f6e23c update XFAIL comments with more details by Eric Fiselier · 7 years ago
  32. c0574ee Mark exception_ptr tests as XFAIL on Windows for now by Eric Fiselier · 7 years ago
  33. c94dd0a XFAIL Windows test failures under test/libcxx by Eric Fiselier · 7 years ago
  34. aa22e51 Resolve unused local typedef warning in test. by Billy Robert O'Neal III · 7 years ago
  35. fbca5e0 Fix tests for extended noexcept in the container adaptors tests by Eric Fiselier · 7 years ago
  36. 869c5ad Cleanup _LIBCPP_HAS_NO_<c++11-feature> in support headers and final tests by Eric Fiselier · 7 years ago
  37. d311b3c Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library by Eric Fiselier · 7 years ago
  38. 3e92897 Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library. by Eric Fiselier · 7 years ago
  39. 97db517 Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers by Eric Fiselier · 7 years ago
  40. d89c715 Cleanup _LIBCPP_HAS_NO_<c++11-features> macro usage in regex by Eric Fiselier · 7 years ago
  41. e915b5c Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library by Eric Fiselier · 7 years ago
  42. 6b17a7b Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm by Eric Fiselier · 7 years ago
  43. 82810a6 Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros for std::initializer_list by Eric Fiselier · 7 years ago
  44. 690d999 Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in thread. by Eric Fiselier · 7 years ago
  45. 1ae14a3 Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unordered_multimap by Eric Fiselier · 7 years ago
  46. 6cdc049 Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::unordered_multiset by Eric Fiselier · 7 years ago
  47. a8d1b91 Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue. by Eric Fiselier · 7 years ago
  48. 7162dce Cleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in std::stack. by Eric Fiselier · 7 years ago
  49. ce924dc Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimap by Eric Fiselier · 7 years ago
  50. a3de1e0 Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multiset by Eric Fiselier · 7 years ago
  51. 21d02be [test] Silence another unused-typedef warning by Casey Carter · 7 years ago
  52. 6f448f6 [test] Silence unused parameter/typedef warnings by Casey Carter · 7 years ago
  53. 937aecf Allow a standard library to implement conditional noexcept for optional and unique_ptr hash functions. by Billy Robert O'Neal III · 7 years ago
  54. 7e69852 Fix passing incorrectly value-category when constructing unique_ptr's deleter by Eric Fiselier · 7 years ago
  55. 634a2b5 [optional] Update synopsis for LWG2934 by Casey Carter · 7 years ago
  56. 07d8458 Sigh. Once again forgot about the 'no exceptions' bots. by Marshall Clow · 7 years ago
  57. 5e1df5e Mark LWG#2853 as complete. No code changes required, but added a couple of extra tests by Marshall Clow · 7 years ago
  58. 1cbdb0c Cleanup one more <forward_list> test by Eric Fiselier · 7 years ago
  59. ed67bb6 Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <forward_list> by Eric Fiselier · 7 years ago
  60. 55ff80e Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list> by Eric Fiselier · 7 years ago
  61. 4850300 Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque by Eric Fiselier · 7 years ago
  62. 6c26be6 Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array> by Eric Fiselier · 7 years ago
  63. ffaa304 Workaround Clang bug regarding template template parameters by Eric Fiselier · 7 years ago
  64. ad421ef Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector. by Eric Fiselier · 7 years ago
  65. a4fd0c9 Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. by Eric Fiselier · 7 years ago
  66. 98d9a85 Implement LWG 2857 for variant. Tests from Casey Carter @ Microsoft. by Eric Fiselier · 7 years ago
  67. 6ad335b Simplify test helper by Eric Fiselier · 7 years ago
  68. 622c7d5 Fix PR32642 - string::insert and string::append don't work with move_iterator. by Eric Fiselier · 7 years ago
  69. 81f58e5 Rewrite and cleanup unique_ptr tests. by Eric Fiselier · 7 years ago
  70. 0592569 Remove the binders from C++17. Reviewed as https://reviews.llvm.org/D31769 by Marshall Clow · 7 years ago
  71. 6403571 Implement LWG#2855 - made easy by previous refactoring by Marshall Clow · 7 years ago
  72. d3b3b1f Add TEST_NOEXCEPT_FALSE to support D31738 by Eric Fiselier · 7 years ago
  73. 0301092 Cleanup any_cast failure test by Eric Fiselier · 7 years ago
  74. e4b267b Fix template >> within C++03 code by Eric Fiselier · 7 years ago
  75. 706e2c7 Diagnose when reverse_iterator is used on path::iterator. by Eric Fiselier · 7 years ago
  76. dd59826 Fix C++03 test failures by Eric Fiselier · 7 years ago
  77. 0cb22a2 Add tests that std::unique_ptr's default constructor is constexpr. by Eric Fiselier · 7 years ago
  78. 3b7f796 Update tests -verify error messages after r300140. by Eric Fiselier · 7 years ago
  79. 161ccc1 Fix most failures caused by r300140 by Eric Fiselier · 7 years ago
  80. db14bcc [libcxx] Fix __compressed_pair so it doesn't copy the argument multiple times, and add constexpr. by Eric Fiselier · 7 years ago
  81. 87fd9b2 Fix test failures with older Clang versions by Eric Fiselier · 7 years ago
  82. 7b41c79 [libc++] Implement LWG 2911 - add an is_aggregate type-trait by Eric Fiselier · 7 years ago
  83. 9bd669b Additional test file for r300123 by Marshall Clow · 7 years ago
  84. 22381dd Implement part of LWG#2857 - any/optional. Still to do - variant. Reviewed as https://reviews.llvm.org/D31956 by Marshall Clow · 7 years ago
  85. 39683f1 Fix incorrectly qualified return type from unique_ptr::get_deleter(). by Eric Fiselier · 7 years ago
  86. 00f804a [libcxx] [test] Avoid Clang's -Wunused-const-variable in is_constructible.pass.cpp. by Stephan T. Lavavej · 7 years ago
  87. a98a451 Add some FAIL constexpr tests for optional's copy/move ctors. by Marshall Clow · 7 years ago
  88. 01208af Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' This issue missed a couple, so I added those as well (see LWG#2942) by Marshall Clow · 7 years ago
  89. f4f8803 Fix a C++03 failure by Marshall Clow · 7 years ago
  90. 726efd8 Remove some trigraphs that GCC was complaining about by Marshall Clow · 7 years ago
  91. a43fe06 Fix PR#32605: common_type<T> is not SFINAE-friendly by Marshall Clow · 7 years ago
  92. c50c6b7 Fix PR#32606: std::decay mishandles abominable function types by Marshall Clow · 7 years ago
  93. 733ab2f Revert "Allow a standard library to implement conditional noexcept for optional and unique_ptr hash functions." by Akira Hatanaka · 7 years ago
  94. 0bdae91 Add noexcept(false) to more strongly indicate that not being noexcept is important for hash tests. by Billy Robert O'Neal III · 7 years ago
  95. 2889d45 Allow a standard library to implement conditional noexcept for optional and unique_ptr hash functions. by Billy Robert O'Neal III · 7 years ago
  96. abdcc5c Some of Eric's buildbots don't like this test. Disable it while I figure out why. by Marshall Clow · 7 years ago
  97. e7a5f18 Recommit awk tests with warnings removed. Initial commit r299652, reverted r299656. by Marshall Clow · 7 years ago
  98. 4cbff19 Revert "Restore Missing awk regex tests. Thanks to dexonsmith for noticing, and proposing this as https://reviews.llvm.org/D16541" by Mehdi Amini · 7 years ago
  99. de4f6cb Restore Missing awk regex tests. Thanks to dexonsmith for noticing, and proposing this as https://reviews.llvm.org/D16541 by Marshall Clow · 7 years ago
  100. 607e0c7 Fix more -Wshadow warnings introduced by recent Clang change by Eric Fiselier · 7 years ago