1. e1c9dfb [libc++] Add _LIBCPP_DISABLE_EXTERN_TEMPLATE config option by Shoaib Meenai · 7 years ago
  2. 0592569 Remove the binders from C++17. Reviewed as https://reviews.llvm.org/D31769 by Marshall Clow · 7 years ago
  3. 6403571 Implement LWG#2855 - made easy by previous refactoring by Marshall Clow · 7 years ago
  4. b975b45 [libc++] Explicitly set output directory for DLL by Shoaib Meenai · 7 years ago
  5. 9ac5bc5 Refactor throw_with_nested. NFC. by Marshall Clow · 7 years ago
  6. d3b3b1f Add TEST_NOEXCEPT_FALSE to support D31738 by Eric Fiselier · 7 years ago
  7. 0301092 Cleanup any_cast failure test by Eric Fiselier · 7 years ago
  8. e4b267b Fix template >> within C++03 code by Eric Fiselier · 7 years ago
  9. 706e2c7 Diagnose when reverse_iterator is used on path::iterator. by Eric Fiselier · 7 years ago
  10. dd59826 Fix C++03 test failures by Eric Fiselier · 7 years ago
  11. 0cb22a2 Add tests that std::unique_ptr's default constructor is constexpr. by Eric Fiselier · 7 years ago
  12. 3b7f796 Update tests -verify error messages after r300140. by Eric Fiselier · 7 years ago
  13. dca3bcd Fix more bad member swap definitions in unordered_map. by Eric Fiselier · 7 years ago
  14. 55d7bd0 Fix the default constructibility of __compressed_pair. by Eric Fiselier · 7 years ago
  15. 161ccc1 Fix most failures caused by r300140 by Eric Fiselier · 7 years ago
  16. db14bcc [libcxx] Fix __compressed_pair so it doesn't copy the argument multiple times, and add constexpr. by Eric Fiselier · 7 years ago
  17. 87fd9b2 Fix test failures with older Clang versions by Eric Fiselier · 7 years ago
  18. 7b41c79 [libc++] Implement LWG 2911 - add an is_aggregate type-trait by Eric Fiselier · 7 years ago
  19. 9bd669b Additional test file for r300123 by Marshall Clow · 7 years ago
  20. 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
  21. 39683f1 Fix incorrectly qualified return type from unique_ptr::get_deleter(). by Eric Fiselier · 7 years ago
  22. 6d5fdc1 [libc++] Use more appropriate conditional for ABI macro definition by Shoaib Meenai · 7 years ago
  23. 00f804a [libcxx] [test] Avoid Clang's -Wunused-const-variable in is_constructible.pass.cpp. by Stephan T. Lavavej · 7 years ago
  24. a98a451 Add some FAIL constexpr tests for optional's copy/move ctors. by Marshall Clow · 7 years ago
  25. 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
  26. fe1d923 [libc++] Fix unknown pragma warning on MSVC by Ben Craig · 7 years ago
  27. 4132426 Mark P0599 as complete. It was implemented in r298573 by Marshall Clow · 7 years ago
  28. f4f8803 Fix a C++03 failure by Marshall Clow · 7 years ago
  29. 726efd8 Remove some trigraphs that GCC was complaining about by Marshall Clow · 7 years ago
  30. a43fe06 Fix PR#32605: common_type<T> is not SFINAE-friendly by Marshall Clow · 7 years ago
  31. c50c6b7 Fix PR#32606: std::decay mishandles abominable function types by Marshall Clow · 7 years ago
  32. 733ab2f Revert "Allow a standard library to implement conditional noexcept for optional and unique_ptr hash functions." by Akira Hatanaka · 7 years ago
  33. 04b59f9 [libc++] Drop support for CRTs older than VS 2015 by Shoaib Meenai · 7 years ago
  34. 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
  35. 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
  36. effdf24 [CMake][libcxx] Use check_c_compiler_flag to check for nodefaultlibs by Petr Hosek · 7 years ago
  37. abdcc5c Some of Eric's buildbots don't like this test. Disable it while I figure out why. by Marshall Clow · 7 years ago
  38. e7a5f18 Recommit awk tests with warnings removed. Initial commit r299652, reverted r299656. by Marshall Clow · 7 years ago
  39. 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
  40. 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
  41. 9a13b43 [libc++] Respect Windows Store app CRT restrictions by Shoaib Meenai · 7 years ago
  42. 2fe5562 Fix remote test execution in lit by Mehdi Amini · 7 years ago
  43. 6dcde2c Use alternate string layout for ARMv7k by Mehdi Amini · 7 years ago
  44. 1662a85 [CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requested by Petr Hosek · 7 years ago
  45. 607e0c7 Fix more -Wshadow warnings introduced by recent Clang change by Eric Fiselier · 7 years ago
  46. 0867373 Work around recent -Wshadow changes in Clang by Eric Fiselier · 7 years ago
  47. 6547dc8 Fix C++17 dylib build by Eric Fiselier · 7 years ago
  48. f3b3a65 suppress GCC warning about noexcept functions changing mangling by Eric Fiselier · 7 years ago
  49. 9dcbb46 [libc++] Explicitly mark specializations as dllexport by Shoaib Meenai · 7 years ago
  50. ed3c0e6 string: Remove always_inline from basic_string::__init by Duncan P. N. Exon Smith · 7 years ago
  51. cc64159 Use strong enums independently of -fobjc-arc by Duncan P. N. Exon Smith · 7 years ago
  52. ccc0f58 Try to fix the libcxx build with mingw64 by Reid Kleckner · 7 years ago
  53. 2b3c1c4 Fix LWG 2934 - optional<const T> doesn't compare with T by Eric Fiselier · 7 years ago
  54. 5612bd4 Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t<in_place_t> by Eric Fiselier · 7 years ago
  55. 9783bae libc++ testing: fix invalid python syntax by Mehdi Amini · 7 years ago
  56. e1d7c51 libc++ testing: fix assertion around `use_system_cxx_lib` by Mehdi Amini · 7 years ago
  57. 6c9ed32 libc++ config testing: `use_system_cxx_lib` can be a bool by Mehdi Amini · 7 years ago
  58. 3f140f0 Reexport operator new / delete from libc++abi by Mehdi Amini · 7 years ago
  59. f18ccd8 libc++ testing: allow to provide a path for `use_system_cxx_lib` by Mehdi Amini · 7 years ago
  60. 0a74c73 Do not pass an explicit reexported symbol list when building libc++ dylib if also defining new/delete by Mehdi Amini · 7 years ago
  61. f012f26 [libc++] Add a key function for bad_function_call by Shoaib Meenai · 7 years ago
  62. 0b14877 Mark *pass tests as UNUSUPPORTED instead of XFAIL on old compilers by Marshall Clow · 7 years ago
  63. 76c1482 Mark *fail tests as UNUSUPPORTED instead of XFAIL on old compilers by Marshall Clow · 7 years ago
  64. 68fdad6 [libc++] Fix some comment typos by Shoaib Meenai · 7 years ago
  65. f23e281 [libc++] Fix word transposition in comment by Shoaib Meenai · 7 years ago
  66. e577401 [libc++] Fix capitalization in comment by Shoaib Meenai · 7 years ago
  67. 5b0087f [libc++] Update package version by Shoaib Meenai · 7 years ago
  68. 5048b1e XFAIL the std::byte tests on a bunch of old clang versions, because they don't like 'std::byte b1{1}' by Marshall Clow · 7 years ago
  69. 21ae16e Implement P0298R3: 'std::byte'. Reviewed as https://reviews.llvm.org/D31022 by Marshall Clow · 7 years ago
  70. 0c70c79 Move the scoped_lock inside the '#ifndef NO_THREADS' block to fix the no-threading build by Marshall Clow · 7 years ago
  71. 59bcc87 Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewed as https://reviews.llvm.org/D31163. by Marshall Clow · 7 years ago
  72. 50e32f5 Update the algorithm tests to not use the (deprecated) function binders. No functional change. by Marshall Clow · 7 years ago
  73. 50145cc [libcxx] Improve code generation for vector::clear(). by Bruce Mitchener · 7 years ago
  74. 699c414 Use 'REQUIRES: c++98 || c++03 || c++11 || c++14' instead of the deprecated 'REQUIRES-ANY: c++98, c++03, c++11, c++14' by Marshall Clow · 7 years ago
  75. a901b56 One more file for the random_shuffle removal by Marshall Clow · 7 years ago
  76. 03b862f Remove random_shuffle in C++17. Please use shuffle instead. If you have to, you cant get it back by defining _LIBCPP_ENABLE_CXX17_REMOVED_RANDOM_SHUFFLE before including any libc++ headers. by Marshall Clow · 7 years ago
  77. 46da6b8 Silence a couple of 'unused variable' warnings in c++03 tests. No functional change by Marshall Clow · 7 years ago
  78. ad3680b Worked around GCC bug 56480. Explicit specialization in a different namespace. by Michael Park · 7 years ago
  79. 570f32c Can't test for noexcept on C++03; std::hash<nullptr_t> isn't available until C++17 by Marshall Clow · 7 years ago
  80. af552ba Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as https://reviews.llvm.org/D31234 by Marshall Clow · 7 years ago
  81. 0309626 Address post-commit review comments regarding test_workarounds.h by Eric Fiselier · 7 years ago
  82. 0da4cb8 [libc++] Work around C1XX bug which breaks poisoned hash tests. by Eric Fiselier · 7 years ago
  83. faf14a5 Fix test failure I introduced by Marshall Clow · 7 years ago
  84. 6b6874c Fix a couple of 'C++11'-isms from the last checkin, which broke the '03 bot. by Marshall Clow · 7 years ago
  85. 6ccca38 Add a bit more to one of the chrono tests by Marshall Clow · 7 years ago
  86. cf6e0db Implement P0548: 'common_type and duration' This involves a subtle change in the return type of the unary +/- operators for std::chrono::duration, though I expect that no one will notice. by Marshall Clow · 7 years ago
  87. 0b1f95b Add two more papers from Kona, and sort them by Marshall Clow · 7 years ago
  88. 2d4c3fa Implement LWG#2761: 'basic_string should require that charT match traits::char_type'. Tests for string_view, too by Marshall Clow · 7 years ago
  89. e807cbc Add deployment knobs to tests (for Apple platforms) by Mehdi Amini · 7 years ago
  90. 0b23f9c Fixed unintentional assignment-in-assert in new "extending memory management tools" algorithms. by Billy Robert O'Neal III · 7 years ago
  91. 7a16fa8 Mark LWG issues 2868, 2872, and 2890 as complete. There's nothing we need to do for them. by Marshall Clow · 7 years ago
  92. 755dd59 Also mark LWG#2785 as complete, because we already implemented that by Marshall Clow · 7 years ago
  93. abba685 Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838 as complete - since we do them already by Marshall Clow · 7 years ago
  94. dd1f059 Fix cmake to find the compiler-rt libs on darwin by Bruno Cardoso Lopes · 7 years ago
  95. 5cdf673 fix test coverage capture dirs by Eric Fiselier · 7 years ago
  96. c51e0d2 Change test coverage generation to use llvm-cov instead of gcov. by Eric Fiselier · 7 years ago
  97. 76880f5 Fix DoNotOptimize on MSVC by Eric Fiselier · 7 years ago
  98. 3b7c134 Disable unsigned integer sanitizer for basic_string::replace(). Patch from tomcherry@google.com by Eric Fiselier · 7 years ago
  99. 15da97c [libc++] Avoid double defining macro on Windows by Shoaib Meenai · 7 years ago
  100. f1dab68 Fix PR32183 - Wrap GCC exception implementation in missing namespace std by Eric Fiselier · 7 years ago