1. 88f5d7a Implement P1023: constexpr comparison operators for std::array by Marshall Clow · 6 years ago
  2. 48282b6 Implement P0887: The identity metafunction by Marshall Clow · 6 years ago
  3. 80f0ca0 [libc++] Fix build failures after merging <charconv> by Zhihao Yuan · 6 years ago
  4. dc38e97 [libc++][C++17] Elementary string conversions for integral types by Zhihao Yuan · 6 years ago
  5. 36fc737 First half of C++17's splicing maps and sets by Erik Pilkington · 6 years ago
  6. ea96e3a Final bit of P0063 - make sure that aligned_alloc is available when the underlying C library supports it by Marshall Clow · 6 years ago
  7. 4983a7a Test for the presence of a bunch of new macros for c++17. These macros come from C11. Part of P0063 by Marshall Clow · 6 years ago
  8. 8a16d40 import timespec and timespec_get into namespace std if we're under c++17 or later AND the underlying C library has them. Fixes PR#38220, but doesn't implement all of P0063 yet. by Marshall Clow · 6 years ago
  9. 1bef51a Introduce a new test macro TEST_HAS_C11_FEATURES which is set when the underlying C library has C11 features. In C++17, we use those features. <__config> defines a similar macro, _LIBCPP_HAS_C11_FEATURES, but we don't want to use that in the library-independent parts of the tests, so define the new one. Also add a libc++-specific test to make sure the two stay in sync. by Marshall Clow · 6 years ago
  10. 379cbeb [libcxx] fix `>> 42` UB in <experimental/simd> by Tim Shen · 6 years ago
  11. 154f393 Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, copy_from and copy_to." by Tim Shen · 6 years ago
  12. b6244cf Revert "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, copy_from and copy_to." by Tim Shen · 6 years ago
  13. 3732995 [libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, copy_from and copy_to. by Tim Shen · 6 years ago
  14. bc3f403 Add libc++fs to the test deps, and not to the target 'cxx'. by Eric Fiselier · 6 years ago
  15. 0be5527 Attempt to unbreak *all the bots* by Eric Fiselier · 6 years ago
  16. a0866c5 Implement <filesystem> by Eric Fiselier · 6 years ago
  17. cff3d7b Correct comment about stat truncating st_mtimespec to seconds by Eric Fiselier · 6 years ago
  18. 6655abb Workaround OS X 10.11 behavior where stat truncates st_mtimespec to seconds. by Eric Fiselier · 6 years ago
  19. 8940394 Add print statements to help debugging by Eric Fiselier · 6 years ago
  20. 98e5322 Work around GCC bug in constexpr function by Eric Fiselier · 6 years ago
  21. 0c29afa Remove test which shouldn't have been committed by Eric Fiselier · 6 years ago
  22. 81872e9 [libc++] Use __int128_t to represent file_time_type. by Eric Fiselier · 6 years ago
  23. e428b57 Fix diagnostic test to tolerate Clang diagnosing it as well. by Eric Fiselier · 6 years ago
  24. 8410c81 Fix bugs in create_directory implementation. by Eric Fiselier · 6 years ago
  25. bb00305 Fix missing includes in format_string.hpp helper by Eric Fiselier · 6 years ago
  26. d3e32d2 New test support for comparisons. Reviewed as https://reviews.llvm.org/D49773 by Marshall Clow · 6 years ago
  27. 2493db4 Make <experimental/filesystem> explicitly require C++11. by Eric Fiselier · 6 years ago
  28. 2be41bb Stop wrapping __has_include in another macro by Alexander Richardson · 6 years ago
  29. dfd0874 Disable 'suggest braces' warnings for std::array in tests by Marshall Clow · 6 years ago
  30. fbd3e84 Implement <span>. Reviewed as https://reviews.llvm.org/D49338 by Marshall Clow · 6 years ago
  31. f581ed2 Fix accidentally removed test. by Eric Fiselier · 6 years ago
  32. ba01d96 Fix use of C++14 syntax in C++11 filesystem tests. by Eric Fiselier · 6 years ago
  33. 0ddb77a Implement filesystem_error::what() and improve reporting. by Eric Fiselier · 6 years ago
  34. 1061b65 fix test failures with older clang versions by Eric Fiselier · 6 years ago
  35. 70c866b Implement a better copy_file. by Eric Fiselier · 6 years ago
  36. 77c9cf4 Fix two test failures in <experimental/filesystem> by Eric Fiselier · 6 years ago
  37. e274f43 [libc++] Implement Directory Entry Caching -- Sort of. by Eric Fiselier · 6 years ago
  38. 9765ed0 Fix a couple of 'unused variable' warnings in a vector test. NFC. by Marshall Clow · 6 years ago
  39. fbb1e61 Turns out that wide literals U"xxx" and u"xxx" are c++11 and later. by Marshall Clow · 6 years ago
  40. 88709a3 Same reversed ifdef happened twice. Test fix only, NFC to the library. by Marshall Clow · 6 years ago
  41. 839b1a6 Fix a test #ifdef that was reversed. NFC to the library. by Marshall Clow · 6 years ago
  42. 8df0521 [test] two small cleanups: by Casey Carter · 6 years ago
  43. 64c10d0 Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 by Marshall Clow · 6 years ago
  44. 9165f9d [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 6 years ago
  45. 9c0cb24 [libcxx] [test] Update msvc_stdlib_force_include.hpp. by Stephan T. Lavavej · 6 years ago
  46. c19d47a Mark the test using <experimental/memory_resource> to require c++experimental. by Volodymyr Sapsai · 6 years ago
  47. d54a868 Fix test failures after r334053. by Eric Fiselier · 6 years ago
  48. 301518c Fix PR37694 - std::vector doesn't correctly move construct allocators. by Eric Fiselier · 6 years ago
  49. c8846cc Filesystem tests: un-confuse write time by JF Bastien · 6 years ago
  50. e4063ad Mark deduction guide tests as failing on apple-clang-9 by JF Bastien · 6 years ago
  51. 1e6ac5e Fix embarrasing typo in uncaught_exceptions. Update tests to really test this. Thanks to Peter Klotz for calling my attention to this. by Marshall Clow · 6 years ago
  52. 40a29e7 LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()" by Eric Fiselier · 6 years ago
  53. d1e11a1 Fix up the final bits of breakage due to clang v5 generating bad implicit template deduction guides - specifically for copy-ctors by Marshall Clow · 6 years ago
  54. afdadcd Mark the template deduction tests as UNSUPPORTED on clang 5, because it deduces the wrong type. by Marshall Clow · 6 years ago
  55. 4b72294 Revert "Add nonnull; use it for atomics" by JF Bastien · 6 years ago
  56. 895c4f3 Fix GCC handling of ATOMIC_VAR_INIT by JF Bastien · 6 years ago
  57. 8bacb94 Add nonnull; use it for atomics by JF Bastien · 6 years ago
  58. adf7887 Fix optional<char> test breakage by JF Bastien · 6 years ago
  59. 3dfc68d Fix array deduction guide test breakage by JF Bastien · 6 years ago
  60. 599bf43 Fix optional deduction guide test breakage by JF Bastien · 6 years ago
  61. 756163d Add one more test for optional by Marshall Clow · 6 years ago
  62. 2fac2d7 Add deduction guides for optional by Marshall Clow · 6 years ago
  63. 7e4ede4 Do not define template specialization __libcpp_is_floating_point<__fp16> by Akira Hatanaka · 6 years ago
  64. 440762c Teach __libcpp_is_floating_point that __fp16 and _Float16 are by Akira Hatanaka · 6 years ago
  65. 7b98dba Implement deduction guides for basic_regex by Marshall Clow · 6 years ago
  66. 72d5c6f [libcxx] [test] Mark the test as unsupported by apple-clang-8.1. by Volodymyr Sapsai · 6 years ago
  67. 356a198 Missed the tests for the deduction guides for prority_queue by Marshall Clow · 6 years ago
  68. 0e5d707 Deduction guides for the container adaptors - queue, stack, and priority_queue by Marshall Clow · 6 years ago
  69. 32bc2e2 Implement deduction guides for vector by Marshall Clow · 6 years ago
  70. d4c79d0 Deduction guides for list by Marshall Clow · 6 years ago
  71. fa3202c Implement deduction guides for forward_list by Marshall Clow · 6 years ago
  72. 2626328 Remove expression '1L + INT_MAX', because it overflows on machines where int/long are the same size by Marshall Clow · 6 years ago
  73. 69c2095 Implement deduction guides for <deque> by Marshall Clow · 6 years ago
  74. f2c627d Disable 'missing-braces' warning by Marshall Clow · 6 years ago
  75. 8a50bbc Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/D46964 by Marshall Clow · 6 years ago
  76. a811ab8 [libcxx] [test] Remove unused local typedef in test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp by Billy Robert O'Neal III · 6 years ago
  77. 18147ec Add void casts to suppress nodiscard on linear_congruential_engine. by Billy Robert O'Neal III · 6 years ago
  78. 44a1ffc Update XFAIL so apple-clang-9.0 is the last version not implementing Core 2094. by Volodymyr Sapsai · 6 years ago
  79. 082d5bd [libcxx] [test] Update msvc_stdlib_force_include.hpp. by Stephan T. Lavavej · 6 years ago
  80. 0f328db Fix failing test due to incorrect use of noexcept by Eric Fiselier · 6 years ago
  81. f307403 Fix PR37407 - callable traits don't correctly check complete types. by Eric Fiselier · 6 years ago
  82. a382216 Revert "Emit an error when mixing <stdatomic.h> and <atomic>" by Volodymyr Sapsai · 6 years ago
  83. 8663c51 [libcxx] [test] Fix whitespace, NFC. by Stephan T. Lavavej · 6 years ago
  84. fcd4f15 [libcxx] [test] Fix MSVC x64 truncation warning. by Stephan T. Lavavej · 6 years ago
  85. 8fc472d Emit an error when mixing <stdatomic.h> and <atomic> by Volodymyr Sapsai · 6 years ago
  86. b110f38 Fix return type of isinf(double) and isnan(double) where possible. by Richard Smith · 6 years ago
  87. c3ae85d [libcxx] [test] Remove non-portable assertions from filebuf tests by Billy Robert O'Neal III · 6 years ago
  88. a5996e8 Move old test into test/libcxx, and implement new version of test for ostreambuf_iterator::failed. Fixes PR#37245. Thanks to Billy O'Neill for the bug report. by Marshall Clow · 6 years ago
  89. db0ba44 [libcxx] func.wrap.func.con: Unset function before destroying anything by Volodymyr Sapsai · 6 years ago
  90. b911dfd Disable the test I just added when testing C++03. by Marshall Clow · 6 years ago
  91. 727ed61 Fix static initialization of std::atomic_flag; Fixes PR#37226. Thanks to Ricky Zhou for the report and test case. by Marshall Clow · 6 years ago
  92. 58bcf28 [libcxx] [test] Remove nonportable that errc::is_a_directory produces "Is a directory" from ios_base::failure tests by Billy Robert O'Neal III · 6 years ago
  93. 52cd8e4 Re-commit r330627 "[libcxx] implement <experimental/simd> declarations based on P0214R7." by Tim Shen · 6 years ago
  94. 3d3af7d Revert "[libcxx] implement <experimental/simd> declarations based on P0214R7." by Tim Shen · 6 years ago
  95. ac2a43d [libcxx] implement <experimental/simd> declarations based on P0214R7. by Tim Shen · 6 years ago
  96. a9d48f2 [libcxx] [test] Use TEST_IGNORE_NODISCARD. by Stephan T. Lavavej · 6 years ago
  97. c538ab0 [libcxx] [test] Fix whitespace, NFC. by Stephan T. Lavavej · 6 years ago
  98. bf3a368 [libcxx] [test] Use TEST_COMPILER_C1XX. by Stephan T. Lavavej · 6 years ago
  99. 97fc529 [libcxx] [test] Silence MSVC warning C4146. by Stephan T. Lavavej · 6 years ago
  100. ebb3225 [libcxx] [test] Fix nodiscard warnings. by Stephan T. Lavavej · 6 years ago