1. bed6574 [test] s/uexpectedly/unexpectedly/ by Casey Carter · 7 years ago
  2. fecf2a4 Add missing 'requires coroutines' to module map by Eric Fiselier · 7 years ago
  3. 8fa39c3 Fix <experimental/coroutine> in C++03 by Eric Fiselier · 7 years ago
  4. 53d1985 [coroutines] Make coroutine_handle<T>::from_address ill-formed for everything but void*. by Eric Fiselier · 7 years ago
  5. 704a0db Fix coroutine test failures caused by API misusages. by Eric Fiselier · 7 years ago
  6. 0a8dab6 Fix multiple bugs in coroutine tests. by Eric Fiselier · 7 years ago
  7. 120949f Correct XFAIL's in coroutine tests to only list ubsan by Eric Fiselier · 7 years ago
  8. bcb4a4e Fix use of uninitialized memory by Eric Fiselier · 7 years ago
  9. 5202852 XFAIL tests which trigger coroutine debug info crash in Clang by Eric Fiselier · 7 years ago
  10. 75fc44a Add hack to allow test to run w/o C++17 copy elision by Eric Fiselier · 7 years ago
  11. 1e9e385 Remove XFAIL's for recently fixed bug by Eric Fiselier · 7 years ago
  12. 10d9a93 [coroutines] Add end-to-end tests within libc++ by Eric Fiselier · 7 years ago
  13. a317745 Workaround debug info bug in Clangs coroutine implementation by Eric Fiselier · 7 years ago
  14. 4aec787 Get <experimental/coroutine> working in C++03. by Eric Fiselier · 7 years ago
  15. c80ef6e Guard <experimental/coroutine> against older Clang versions. by Eric Fiselier · 7 years ago
  16. efcf07d Remove incorrect #ifdef guards around variant tests. by Eric Fiselier · 7 years ago
  17. 90b8e58 [test] Fix breakage from r303947 =( by Casey Carter · 7 years ago
  18. fd6177f [test] make_shared<T()>(...) is, uh, libc++-specific by Casey Carter · 7 years ago
  19. b3559ed Re-add <experimental/coroutine> to the module map. by Eric Fiselier · 7 years ago
  20. afb5476 Correct typo: LIBCXXABI_BUILTINS_LIBRARY -> LIBCXX_BUILTINS_LIBRARY by Eric Fiselier · 7 years ago
  21. fa3bd28 libcxx: fix bootstrapping for mingw-w64 by Martell Malone · 7 years ago
  22. 1bc177f Update more coroutine_handle signatures to reflect N4663. by Eric Fiselier · 7 years ago
  23. 90c1331 Add asserts that the nullptr is maintained in string erase operations. by Billy Robert O'Neal III · 7 years ago
  24. 0b95869 Update coroutine_handle<P>::promise to reflect N4663. by Eric Fiselier · 7 years ago
  25. a42191c [test] Remove workaround for C1XX conversion-to-nullptr bug by Casey Carter · 7 years ago
  26. 8b55cce [test] Workaround C1XX bug in uses_allocator_types.hpp by Casey Carter · 7 years ago
  27. 3a07dd7 Fix a test that was failing in C++11 mode introduced in r303874 by Erik Pilkington · 7 years ago
  28. 8a80169 Mark LWG#2900 as complete - we already do this, and I checked the tests in a couple days ago (r303268 & r303824) by Marshall Clow · 7 years ago
  29. a3e0bf4 Add support for shared_ptr<FunctionType> by Erik Pilkington · 7 years ago
  30. 798ecd6 Last commit included some extra constexpr; remove them by Marshall Clow · 7 years ago
  31. efae879 Make for_each_n only avaliable on C++17 by Marshall Clow · 7 years ago
  32. eb6bf87 Remove <experimental/coroutine> from the module map for now. It doesn't work unless modules are enabled by Eric Fiselier · 7 years ago
  33. d3f919e Disable the coroutines tests until Clang bumps __cpp_coroutines to reflect recent changes by Eric Fiselier · 7 years ago
  34. 737c3bf Add <experimental/coroutine> by Eric Fiselier · 7 years ago
  35. 8392d49 Fix broken links on C++1z status page by Eric Fiselier · 7 years ago
  36. 10411c1 Add non-parallel version of for_each_n (+tests) from the Parallelism TS by Marshall Clow · 7 years ago
  37. 6d52b3b Add some constexpr tests for optional's move/copy ctor by Marshall Clow · 7 years ago
  38. a9197bd Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anything useful. by Marshall Clow · 7 years ago
  39. 64182a5 [test] Add support for Objective-C++ tests by Erik Pilkington · 7 years ago
  40. 9e6b540 Make next/prev/advance/distance operations on iterators be constexpr. I missed this when I implemented the rest of P0031R0 by Marshall Clow · 7 years ago
  41. 6a56474 Mark the copy constructor and move by Marshall Clow · 7 years ago
  42. fd1c7cb [test] Add specific test for P0138R2, direct-list-init of fixed enums from integers, part 3/3. by Casey Carter · 7 years ago
  43. a172611 [test] Avoid P0138R2, direct-list-init of fixed enums from integers, part 2/3. by Casey Carter · 7 years ago
  44. 7e33af5 [test] Avoid P0138R2, direct-list-init of fixed enums from integers, part 1/3. by Casey Carter · 7 years ago
  45. db15e80 Fix C++03 test failures caused by static_assert emulation by Eric Fiselier · 7 years ago
  46. e250cc6 Cleanup test issues reported by STL @ Microsoft. by Eric Fiselier · 7 years ago
  47. 050bf66 Remove non-standard basic_string_view::clear() member. by Eric Fiselier · 7 years ago
  48. 8e7fc5f Move POSIX specific test under test/libcxx subdirectory by Eric Fiselier · 7 years ago
  49. b22e698 Move tests for libc++ configurations into libcxx/ test subdirectory by Eric Fiselier · 7 years ago
  50. 2d31e19 Fix or move tests with non-standard assumptions by Eric Fiselier · 7 years ago
  51. 40e4fb6 Guard usage of libc++ regex internals inside test. by Eric Fiselier · 7 years ago
  52. a12fded Fix XFAIL to reflect recent fixes in GCC by Eric Fiselier · 7 years ago
  53. 83c266a Mark LWG#2782 as complete. No functionality change; we already do this. Just added a few more tests. by Marshall Clow · 7 years ago
  54. 8fdc890 Replace a nested namespace used for overload resolution with a struct. Richard Smith says that using the namespace results in an ODR violation, but I disagree. Nevertheless, the struct works just as well. by Marshall Clow · 7 years ago
  55. 4cbf03e Mark LWG#2850 as complete. No functionality change; we had tests that covered it already. Just added comments to the tests. Thanks to K-ballo for the heads up. by Marshall Clow · 7 years ago
  56. 8fdd811 Mark LWG#2796 as complete. No functionality change; we had tests that covered it already. Just added comments to the tests by Marshall Clow · 7 years ago
  57. f318b70 Fix `std::visit` for the zero variants case. by Michael Park · 7 years ago
  58. 98e4596 Workaround -W#warnings on Windows until the correct fixes can land by Eric Fiselier · 7 years ago
  59. ab2f54f Remove usages of _LIBCPP_MSVC which is never defined by Eric Fiselier · 7 years ago
  60. 2df956f Fix MinGW build to use Pthread when the header is available. by Eric Fiselier · 7 years ago
  61. ca91fd0 Don't interfere with the __builtin_foo namespace under MSVC by Eric Fiselier · 7 years ago
  62. 5f3d593 Fix bad #endif in msvc_stdlib_force_include.hpp. by Billy Robert O'Neal III · 7 years ago
  63. 41af64a [libc++] Refactor Windows support headers. by Eric Fiselier · 7 years ago
  64. 76515a2 Implement LWG 2591 - Patch from K-Ballo by Eric Fiselier · 7 years ago
  65. 19fc985 XFAIL is_trivially_copyable test for compilers that don't implement Core 2094 by Eric Fiselier · 7 years ago
  66. 74424d0 Fix enable_shared_from_this test in C++11 by Eric Fiselier · 7 years ago
  67. f6e8a9c Clean up LIT failure output by not showing the entire environment by Eric Fiselier · 7 years ago
  68. b423f1e Update is_trivially_copyable tests with CWG 2094 by Billy Robert O'Neal III · 7 years ago
  69. 1bc7a4b [libc++] Fix PR32979 - types with a private std::enable_shared_from_this base break shared_ptr by Eric Fiselier · 7 years ago
  70. f0346a5 [test] support machinery changes for EDG & C1XX /Za by Casey Carter · 7 years ago
  71. 5fa184d Attempt to speculatively unbreak Apple build bots by Eric Fiselier · 7 years ago
  72. ff17452 Rename Appveyor install helper script. by Eric Fiselier · 7 years ago
  73. fc47475 Support using MinGW POSIX threads on Windows by Eric Fiselier · 7 years ago
  74. 9d987ba attempt to fix appveyor syntax error by Eric Fiselier · 7 years ago
  75. 85fc444 Add MinGW64 builder to Appveyor. by Eric Fiselier · 7 years ago
  76. 4680f0c Improve how LIT reports the added environment variables by Eric Fiselier · 7 years ago
  77. f715326 Attempt to unbreak Libc++ test configuration by Eric Fiselier · 7 years ago
  78. df43226 Fix test runtime environment on Windows by Eric Fiselier · 7 years ago
  79. 01c2bb3 Fix misspelling of environment throughout libc++ by Eric Fiselier · 7 years ago
  80. 867ae29 docs: Fix Sphinx detection with out-of-tree builds by Tom Stellard · 7 years ago
  81. c6aa3e7 Fix Windows tests when __config_site is present. by Ben Craig · 7 years ago
  82. 2a1cb9c Revert "Fix Windows tests when __config_site is present." by Ben Craig · 7 years ago
  83. 9197008 Fix GCC 7 test failures. by Eric Fiselier · 7 years ago
  84. 2ec6d39 Refactor <locale> RAII guards to aid upcoming Windows locale changes. by Eric Fiselier · 7 years ago
  85. b5a065c Fix possible loss of data warnings on amd64 by Billy Robert O'Neal III · 7 years ago
  86. 3f9bc2d Resolve integer overflow warnings in GCD and LCM tests by Billy Robert O'Neal III · 7 years ago
  87. ed69373 Fix Windows tests when __config_site is present. by Ben Craig · 7 years ago
  88. ca052ce Fix Windows locale detection by Eric Fiselier · 7 years ago
  89. 720637d Fix shared_mutex dll import errors on Windows by Eric Fiselier · 7 years ago
  90. 78f5dc0 [libc++] Implement exception_ptr on Windows by Eric Fiselier · 7 years ago
  91. 1133de5 Fix DLL import/export on Win32 locale helpers by Eric Fiselier · 7 years ago
  92. c5a600a Fix DLL import for __time_get_c_storage member functions. by Eric Fiselier · 7 years ago
  93. 46795cc Revert "Actually remove the MSVC STL when linking and testing libc++ on Windows" by Eric Fiselier · 7 years ago
  94. 04da0e1 Actually remove the MSVC STL when linking and testing libc++ on Windows by Eric Fiselier · 7 years ago
  95. 8fb888a Temporarly XFAIL aligned new/delete tests on Windows. by Eric Fiselier · 7 years ago
  96. f9c9d25 Fix Windows test failures caused by identical temp file names. by Eric Fiselier · 7 years ago
  97. b90dc26 Accept Windows specific output in system error tests by Eric Fiselier · 7 years ago
  98. 4bd682b Fix two test failures caused by Windows mangling of function types. by Eric Fiselier · 7 years ago
  99. 2f21459 Ensure showbase does not overflow do_put buffers by Dimitry Andric · 7 years ago
  100. a9f9f0b Fix lgamma_r linking errors on Windows. It appears the normal lgamma function is thread safe anyway by Eric Fiselier · 7 years ago