1. f1626ad [libcxx] Rewrite C++03 __invoke. by Eric Fiselier · 9 years ago
  2. db8a5fd Refactor flaky shared_mutex tests by Eric Fiselier · 9 years ago
  3. 3dfc10d Remove XFAIL in test. The bug causing it has been fixed. by Eric Fiselier · 9 years ago
  4. 6d51f6c Mark test as XFAIL with MSAN until D12311 gets committed by Eric Fiselier · 9 years ago
  5. 7bcd570 Refactor and fix more flaky shared_mutex tests by Eric Fiselier · 9 years ago
  6. 4add27b Move test/std/utilities/date.time to proper stable name utilities/time/date.time by Eric Fiselier · 9 years ago
  7. 5e91fa1 Misc drive-by cleanups. NFC by Jonathan Roelofs · 9 years ago
  8. 6804e8b Add release goals to TODO.txt by Eric Fiselier · 9 years ago
  9. 70e8f59 Fix a crasher found by libFuzzer by Marshall Clow · 9 years ago
  10. bb2f28e Recommit rL245802: Cleanup fancy pointer rebinding in list using __rebind_pointer. by Eric Fiselier · 9 years ago
  11. d686dda Revert r245802. It violates the incomplete type requirements. by Eric Fiselier · 9 years ago
  12. a276cb0 Cleanup fancy pointer rebinding in list using __rebind_pointer. by Eric Fiselier · 9 years ago
  13. a73d092 Refactor shared_timed_mutex tests. by Eric Fiselier · 9 years ago
  14. 2fdc443 Fix default value for LLVM_INCLUDE_DOCS in out of tree build. by Eric Fiselier · 9 years ago
  15. b9f425a [libcxx] Add new Sphinx documentation by Eric Fiselier · 9 years ago
  16. dc68c69 Remove completed items from TODO.TXT by Eric Fiselier · 9 years ago
  17. ed65d0d Fix a typo: overidden -> overridden - Patch from Kai Zhao by Eric Fiselier · 9 years ago
  18. 3d46eb0 Fix a typo: abreviated -> abbreviated - Patch from Kai Zhao by Eric Fiselier · 9 years ago
  19. 66d7d70 Cleanup unique_ptr failure tests and convert them to Clang verify by Eric Fiselier · 9 years ago
  20. db61736 Fix one last dynarray test by Eric Fiselier · 9 years ago
  21. fae0070 Fix more uses of uninitialized values in dynarray by Eric Fiselier · 9 years ago
  22. 4c4d1aa Cleanup failing dynarray tests by Eric Fiselier · 9 years ago
  23. f4d8ff9 Add files that got missed in r245512. by Eric Fiselier · 9 years ago
  24. 672575d More unique_ptr test cleanup. Fixes in <memory> to come later. by Eric Fiselier · 9 years ago
  25. de56f74 [libcxx] Add "install-libcxx" target. by Eric Fiselier · 9 years ago
  26. 85b6661 Remove test_atomic.h header by Eric Fiselier · 9 years ago
  27. 0a6d1e2 Replace __asan_set_error_exit_code() with __sanitizer_set_death_callback() by Alexey Samsonov · 9 years ago
  28. 00f4a49 [libcxx] Allow use of <atomic> in C++03. Try 3. by Eric Fiselier · 9 years ago
  29. 8966350 Fix warnings about pessimizing return moves for C++11 and higher by Dimitry Andric · 9 years ago
  30. 35a6c56 Use TestAtomic instead of std::atomic so the test can run in C++03 by Eric Fiselier · 9 years ago
  31. faa9a31 Mark std::packaged_task tests as unsupported in C++03. by Eric Fiselier · 9 years ago
  32. a8dca5f Remove commented out TODOs. They defined unneeded methods. by Eric Fiselier · 9 years ago
  33. f99b59c Fix use of static_assert macro with nested commas by Eric Fiselier · 9 years ago
  34. 286e0a4 [libcxx] Add Atomic test helper and fix TSAN failures. by Eric Fiselier · 9 years ago
  35. 3b1fb53 Move atomic_support.h and config_elast.h into src/include by Eric Fiselier · 9 years ago
  36. 34172f7 GC empty directory. by Joerg Sonnenberger · 9 years ago
  37. d434e2a Broke C++03 compatibility in 245330. Fix that. by Marshall Clow · 9 years ago
  38. 8e03071 [libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs function. by Eric Fiselier · 9 years ago
  39. 0376dfa [libc++] Fix PR22606 - Leak pthread_key with static storage duration to ensure all of thread-local destructors are called. by Eric Fiselier · 9 years ago
  40. 85d45f6 [libcxx] Disable -Wnon-virtual-dtor warning in <locale> by Eric Fiselier · 9 years ago
  41. af961ed implement more of N4258 - Cleaning up noexcept in the standard library. Specifically add new noexcept stuff to vector and string's move-assignment operations by Marshall Clow · 9 years ago
  42. fc93ce7 Make regex and any assert when they should throw an exception _but_ the user has decreed 'no exceptions'. This matches the behavior of string and vector by Marshall Clow · 9 years ago
  43. 1efadf9 Fix CMake error whet llvm-config reports a non-existent source directory. by Eric Fiselier · 9 years ago
  44. ba865ff Protect template argument from user interference. by Joerg Sonnenberger · 9 years ago
  45. bed1d91 Update some links so that they don't point at the (private) WG21 Wiki by Marshall Clow · 9 years ago
  46. d08dbfc Update references to lists.llvm.org by Tanya Lattner · 9 years ago
  47. 9a3c689 Change char_traits<char16_t>::eof() to return 0xFFFF instead of 0xDFFF. Fixes PR#24342 by Marshall Clow · 9 years ago
  48. c0e7971 Remove -Werror when using check_cxx_compiler_flag because it was causing compiler-rt breakages. by Eric Fiselier · 9 years ago
  49. 6a85d5c Print message when configuring for standalone build. by Eric Fiselier · 9 years ago
  50. fe5102c Fix failing unique_ptr tests. by Eric Fiselier · 9 years ago
  51. 76581dc Start cleanup of unique_ptr tests. by Eric Fiselier · 9 years ago
  52. 65a1d45 Mark any as done and comment out extra methods until speaking to Marshall by Eric Fiselier · 9 years ago
  53. 7175a07 [libcxx] Add <experimental/any> v2. by Eric Fiselier · 9 years ago
  54. 26d2390 Add -Wno-error by default to work around failing compiler-rt builds by Eric Fiselier · 9 years ago
  55. eb6e2ea Reapply working parts of CMake cleanup. by Eric Fiselier · 9 years ago
  56. 0934c75 Fix PR#24267. use numeric_limits::max instead of ~0 for 'all ones', since that might give wrong answers on a 1's complement machine. by Marshall Clow · 9 years ago
  57. 36dc080 Change some #ifdefs to #if - thanks to Dexon for thge catch. by Marshall Clow · 9 years ago
  58. 5514d36 Revert recent CMake changes again due to failing compiler-rt builds by Eric Fiselier · 9 years ago
  59. 8b93263 Attempt to fix build issues introduced by r243574 by Eric Fiselier · 9 years ago
  60. e1be30b Fix typo in unused variable name. by Nick Lewycky · 9 years ago
  61. d74dee9 Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Eric Fiselier · 9 years ago
  62. aa9b5e3 Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Hans Wennborg · 9 years ago
  63. a379576 Fix a self-move bug in inplace_merge. Thanks to Ted and Dexon for the report and the suggested fix. by Marshall Clow · 9 years ago
  64. 91eeba8 [libcxx] Cleanup CMake configuration and integrate with LLVM by Eric Fiselier · 9 years ago
  65. 3baabab Remove sanitizer XFAILs on a test. by Eric Fiselier · 9 years ago
  66. 2576c29 Consolidate a bunch of #ifdef _LIBCPP_NO_EXCEPTIONS .. #endif blocks into a single template function. NFC by Marshall Clow · 9 years ago
  67. dd29a02 Mark async tests as UNSUPPORTED in C++03 because it requires variadics by Eric Fiselier · 9 years ago
  68. b47a434 Fix a handful of tests that fail in C++03 by Eric Fiselier · 9 years ago
  69. bfb46e4 Cleanup C++03 __invoke for Bullets 3 and 4. by Eric Fiselier · 9 years ago
  70. 12ddf2c Get C++03 __invoke working for bullet 5 of INVOKE. by Eric Fiselier · 9 years ago
  71. 48aa2cf Checking more __invoke tests. by Eric Fiselier · 9 years ago
  72. 568bd02 Detect and throw on a class of bad regexes that we mistakenly accepted before. Thanks to Trevor Smigiel for the report by Marshall Clow · 9 years ago
  73. 3a59ae6 Mark this test as XFAIL with older compilers, since they hit PR18097 by Justin Bogner · 9 years ago
  74. db8c4fd Merge C++03 and C++11 implementations of mem_fn and __mem_fn. by Eric Fiselier · 9 years ago
  75. 5b3a459 Remove almost everything in <__functional_base_03> by Eric Fiselier · 9 years ago
  76. 9962ddf Remove more commented out code. That is what version control is for. by Eric Fiselier · 9 years ago
  77. 45f63bc Cleanup <__functional_03> by Eric Fiselier · 9 years ago
  78. 7cc7106 Fix initializer list order in <regex> to be correct by Eric Fiselier · 9 years ago
  79. 938c96e [libcxx] Add support for sanitizers on OS X. by Eric Fiselier · 9 years ago
  80. 40766f7 Update the status of the TS'es by Marshall Clow · 9 years ago
  81. f544330 Mark new tests as unsupported before C++11 by Marshall Clow · 9 years ago
  82. bbe4245 Implement the default searcher for std::experimental::search. by Marshall Clow · 9 years ago
  83. 166dadb Implement the plugin-based version of std::search. There are no searchers yet; those are coming soon. by Marshall Clow · 9 years ago
  84. fd9bbf5 Fix warnings in unordered_map by Eric Fiselier · 9 years ago
  85. 6af41ab Fix warnings in forwardlist by Eric Fiselier · 9 years ago
  86. 18dbed9 Fix warnings in deque tests by Eric Fiselier · 9 years ago
  87. b0be44f Commit file missing from r242629 by Eric Fiselier · 9 years ago
  88. 02bb4bd Fix warnings in array and assoc containers by Eric Fiselier · 9 years ago
  89. 47c5dae Remove unused typedefs in random and regex by Eric Fiselier · 9 years ago
  90. 212714f Cleanup warnings in test/std/depr by Eric Fiselier · 9 years ago
  91. 3a07a2f Fix warnings in test/std/algorithms by Eric Fiselier · 9 years ago
  92. 4624107 Fix unused variable warnings in atomic tests by Eric Fiselier · 9 years ago
  93. 7b86ce5 Fix warnings in test/std/language.support by Eric Fiselier · 9 years ago
  94. 692177d Enable and fix warnings during the build. by Eric Fiselier · 9 years ago
  95. 0f7221c Fix up typos in a couple of tests; due to agressive short-circuiting, they never failed on clang or gcc, but MSVC whined. Patch by Andrew Parker. by Marshall Clow · 9 years ago
  96. 7d439a4 Add missing instrumentation in vector::insert - Patch from Anna Zaks by Eric Fiselier · 9 years ago
  97. 12c6d9c [libcxx] Get is_*_destructible tests passing in C++03. by Eric Fiselier · 9 years ago
  98. 3f339e6 Cleanup tests that fail in C++1z and with Clang 3.8 by Eric Fiselier · 9 years ago
  99. 40853ea Bump libc++ version # to 3.8 by Marshall Clow · 9 years ago
  100. 2af7d42 Include what we use, instead of letting them get pulled in implictly. This makes the tests work on VS. Thanks to STL for the report by Marshall Clow · 9 years ago