1. b58dd3d [libc++] class template -> template class. NFC by Shoaib Meenai · 7 years ago
  2. cd75b28 [libc++] Mark string operator+ _LIBCPP_FUNC_VIS by Shoaib Meenai · 7 years ago
  3. 1beaa5a [libc++] Remove unused _LIBCPP_FUNC_VIS_ONLY by Shoaib Meenai · 7 years ago
  4. a3c3d5f [libc++] Use proper template terminology. NFC by Shoaib Meenai · 7 years ago
  5. de79ab6 Fix unrepresentable enum for clang-cl unstable ABI by Ben Craig · 7 years ago
  6. 12f2b26 Remove <__refstring> header; Move it into source directory. by Eric Fiselier · 7 years ago
  7. d60e344 Revert "[libc++] Refactoring __sync_* builtins; NFC (Reland)" by Eric Fiselier · 7 years ago
  8. 347be61 [libcxx][CMake] Add install path variable to allow overriding the destination by Petr Hosek · 7 years ago
  9. 880dc47 [libc++] Refactoring __sync_* builtins; NFC (Reland) by Weiming Zhao · 7 years ago
  10. 7a188e3 Revert "[libc++] Refactoring __sync_* builtins; NFC" by Weiming Zhao · 7 years ago
  11. f7ed02c [libc++] Refactoring __sync_* builtins; NFC by Weiming Zhao · 7 years ago
  12. 6bfa731 Fix issues with UBSAN test configuration. by Eric Fiselier · 7 years ago
  13. 3f22e24 Work around PR31864 - ATOMIC_LLONG_LOCK_FREE is incorrect in 32 bit builds by Eric Fiselier · 7 years ago
  14. 631d697 Fix test failure to to new/delete ellisions by Eric Fiselier · 7 years ago
  15. 8b30287 optional: Implement LWG 2900 and P0602 by Casey Carter · 7 years ago
  16. b2e9337 Fix filesystem build on platforms with weird time_t types. by Eric Fiselier · 7 years ago
  17. 316bb11 Fix diagnostic in verify test to match new Clang output by Eric Fiselier · 7 years ago
  18. e452f6a cmath: Support clang's -fdelayed-template-parsing by Duncan P. N. Exon Smith · 7 years ago
  19. 58cb7c1 Suppress -Waligned-allocation-unavailable warning in libc++ test suite by Eric Fiselier · 7 years ago
  20. e00d350 Fix a bug in regex_Iterator where it would report zero-length matches forever. Reported as http://llvm.org/PR33681. Thanks to Karen Arutyunov for the report. by Marshall Clow · 7 years ago
  21. 530ad8e Fix equivalent test on OS X and FreeBSD by Eric Fiselier · 7 years ago
  22. f26da86 Add dummy CMake target for *.pass.cpp tests when LIBCXX_CONFIGURE_IDE=ON. by Eric Fiselier · 7 years ago
  23. 3288eac Implement LWG 2937 - equivalent("dne", "exists") is not an error by Eric Fiselier · 7 years ago
  24. c5247b4 Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability" by Akira Hatanaka · 7 years ago
  25. 4438e21 [lit/libcxx] Fix a remaining reference to lit.util.capture() in custom libcxx/Darwin code. by David L. Jones · 7 years ago
  26. 6850670 [libc++] Hoist explicit instantiation above implicit. NFC by Shoaib Meenai · 7 years ago
  27. c98c890 Updated notest on 2974 by Marshall Clow · 7 years ago
  28. a12318f Added failing tests for index out of range for tuple_element<pair<T1,T2>> and variant_alternative<> by Marshall Clow · 7 years ago
  29. a028f3c [libcxx] Annotate c++17 aligned new/delete operators with availability by Akira Hatanaka · 7 years ago
  30. 2ac0ed0 Updated for the Toronto meeting by Marshall Clow · 7 years ago
  31. 3477ae4 Implement inclusive_scan/transform_inclusive_scan for C++17. by Marshall Clow · 7 years ago
  32. 186b81a Attempt to avoid static init ordering issues with globalMemCounter by Eric Fiselier · 7 years ago
  33. 3497449 [libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass.cpp. by Stephan T. Lavavej · 7 years ago
  34. b836deb [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  35. 750da9c [libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and make it friendlier to C1XX. by Stephan T. Lavavej · 7 years ago
  36. bfe423e Fix discovery of cxxabi.h in the monorepo layout by Reid Kleckner · 7 years ago
  37. b47a9bc Add a missing SFINAE condition to the `variant`'s converting constructor. by Michael Park · 7 years ago
  38. 7db4f7b path: Use string_view_t consistently by Duncan P. N. Exon Smith · 7 years ago
  39. 2b93569 iostreams: Fix deployment target for streams dylib support by Duncan P. N. Exon Smith · 7 years ago
  40. 2b001ff func.wrap.func.con: Fix test comment by Duncan P. N. Exon Smith · 7 years ago
  41. 10a803d any: Add availability for experimental::bad_any_cast by Duncan P. N. Exon Smith · 7 years ago
  42. 4b1c560 Fix potential bug by casting to the POSIX specified type by Eric Fiselier · 7 years ago
  43. 7320213 Allow the libc++ C header wrappers to be included when compiling C. by Eric Fiselier · 7 years ago
  44. 660d265 Allow coroutine_handle<const T> to support creation from const references to the promise_type by Eric Fiselier · 7 years ago
  45. daea5bc Add missing include to __bsd_locale_fallbacks.h. Fixes https://bugs.llvm.org/show_bug.cgi?id=33370 by Marshall Clow · 7 years ago
  46. 270a04f Renamed some of the newly added tests. No functional change by Marshall Clow · 7 years ago
  47. 5f8e0d7 attempt to fix GCC ToT build failures by Eric Fiselier · 7 years ago
  48. 63e0adb Fix another test with modules enabled by Eric Fiselier · 7 years ago
  49. 924c998 remove incorrectly committed assertion by Eric Fiselier · 7 years ago
  50. 954bf04 Add hack to get --param=enable_modules=true working with a __config_site header by Eric Fiselier · 7 years ago
  51. 8c6e35c Fix test when modules are enabled by Eric Fiselier · 7 years ago
  52. 957d7f4 Move external instantiation for __vector_base_common to vector.cpp by Eric Fiselier · 7 years ago
  53. aa356d6 [locale] Avoid copy of __atoms when char_type is char by Aditya Kumar · 7 years ago
  54. 405af58 Rework some metaprogramming to use the detection idiom; no functional change by Marshall Clow · 7 years ago
  55. ff5f9b2 Add some const_casts in places where we were implicitly casting away constness. No functional change, but now they're explicit by Marshall Clow · 7 years ago
  56. 899f113 In several places in std::allocator<const T> (and one in shared_ptr, we were casting a 'const T*' to a 'void *' - implicitly casting away the const. Add const_cast to make that explicit. No functional change. by Marshall Clow · 7 years ago
  57. 13498f6 PR32476: __nop_locale_mgmt.h not needed with newlib 2.5+ by James Y Knight · 7 years ago
  58. eaa7473 Mark `__is_inplace_*` tests as UNSUPPORTED in <= C++14. by Michael Park · 7 years ago
  59. c590dae Add an `__is_inplace_index` metafunction. by Michael Park · 7 years ago
  60. 0175dfd Implement the non-parallel versions of reduce and transform_reduce for C++17 by Marshall Clow · 7 years ago
  61. 246eb89 Fix bug 33389 - __is_transparent check requires too much by Marshall Clow · 7 years ago
  62. 6bb9569 Add a test with an empty input range - should do nothing by Marshall Clow · 7 years ago
  63. 3128b5a Mark the recent variant test as UNSUPPORTED for C++ before 17 by Marshall Clow · 7 years ago
  64. bc37f8d Make tuple_element static_assert in pair if the index is out of range. Also, add a message to variant_alternative<> in the similar case (it already asserted). Add tests for this by Marshall Clow · 7 years ago
  65. 568c481 [array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-formed if N >= M. We didn't do that. Add a static_assert to cause a failure, and a test that checks that we failed by Marshall Clow · 7 years ago
  66. fb97c44 Implement the non-parallel versions of exclusive_scan and transform_exclusive_scan. Reviewed as https://reviews.llvm.org/D34038. by Marshall Clow · 7 years ago
  67. 76836ca [libcxx] [test] Update locale names for Windows. by Stephan T. Lavavej · 7 years ago
  68. 8ba816b [libcxx] [test] Remove a Clang/C2 workaround. by Stephan T. Lavavej · 7 years ago
  69. c597e38 XFAIL tuple deduction guide test on GCC by Eric Fiselier · 7 years ago
  70. 3113ac6 Add tests for class template deduction on std::tuple. by Eric Fiselier · 7 years ago
  71. d66e43a Revert r304955 - Fix class template deduction for scoped_lock. by Eric Fiselier · 7 years ago
  72. 1cf5591 Fix class template deduction for scoped_lock. by Eric Fiselier · 7 years ago
  73. 276a69c Fix compile error with Bionic's PTHREAD_MUTEX_INITIALIZER by Eric Fiselier · 7 years ago
  74. 8f0ca59 Mark LWG 2904 as complete. by Michael Park · 7 years ago
  75. 3762fe6 Implement LWG 2904. by Michael Park · 7 years ago
  76. 7457967 Fix test with exceptions disabled by Eric Fiselier · 7 years ago
  77. 3da9072 [test] Test changes to accommodate LWG 2904 "Make variant move-assignment more exception safe" by Casey Carter · 7 years ago
  78. 57a009a add missing constexpr to optional::value_or by Casey Carter · 7 years ago
  79. 018fbaf [libcxx] [test] Add _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to msvc_stdlib_force_include.hpp. by Stephan T. Lavavej · 7 years ago
  80. 91d004d [test] Remove workaround for C1XX empty parameter pack bug by Casey Carter · 7 years ago
  81. 118d2fe Fix the recently introduced test to work on C++03 by Marshall Clow · 7 years ago
  82. b1d8bca Fix some undefined behavior in __hash_table. Thanks to vsk for the report and the patch. Reviewed as https://reviews.llvm.org/D33588. by Marshall Clow · 7 years ago
  83. c689592 Mark two coroutine tests as unsupported under ubsan, again by Vedant Kumar · 7 years ago
  84. 84d7535 Revert "Mark two coroutine tests as unsupported under ubsan" by Vedant Kumar · 7 years ago
  85. 2e612e1 [test] Allow non-libc++ coroutine_handle::done to strengthen noexcept by Casey Carter · 7 years ago
  86. 974e519 Mark two coroutine tests as unsupported under ubsan by Vedant Kumar · 7 years ago
  87. a9d992d Remove ubsan XFAILS in two tests by Vedant Kumar · 7 years ago
  88. 01e23b3 Fix name used in -verify diagnostic to match trunk by Eric Fiselier · 7 years ago
  89. 59e24fe Fix more unreserved names by Eric Fiselier · 7 years ago
  90. bf86c8f Rename unreserved names in tuple by Eric Fiselier · 7 years ago
  91. a16c62a Upgrade Clang version used by appveyor by Eric Fiselier · 7 years ago
  92. a99bc15 Define -DNOMINMAX when running the tests on Windows by Eric Fiselier · 7 years ago
  93. 5ead340 Fix silly mistakes in recent changes made to coroutine test by Eric Fiselier · 7 years ago
  94. 7b7ac67 Fix Libc++ build with MinGW64 by Eric Fiselier · 7 years ago
  95. 018a3d5 [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows by Eric Fiselier · 7 years ago
  96. 2564257 Guard against more macros in tchar.h by Eric Fiselier · 7 years ago
  97. 0db8645 Transform the libc++ coroutine shell tests into normal .pass.cpp tests. by Eric Fiselier · 7 years ago
  98. ac633a2 Remove uses of _UI because Windows is evil and tchar.h #define's it by Eric Fiselier · 7 years ago
  99. bed6574 [test] s/uexpectedly/unexpectedly/ by Casey Carter · 7 years ago
  100. fecf2a4 Add missing 'requires coroutines' to module map by Eric Fiselier · 7 years ago