1. 24e8dbd [libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export members by Shoaib Meenai · 7 years ago
  2. 4795f13 [libc++] Mark some std::num_get method templates inline by Shoaib Meenai · 7 years ago
  3. 459bbcd Remove more usages of REQUIRES-ANY in the test-suite by Eric Fiselier · 7 years ago
  4. bd89190 Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test" by Mehdi Amini · 7 years ago
  5. c10e963 Revert "Fix Apple-specific XFAIL directive in libc++ test" by Mehdi Amini · 7 years ago
  6. a30d98b Fix python 3 syntax error in sym_diff by Eric Fiselier · 7 years ago
  7. 5876a62 Fix Apple-specific XFAIL directive in libc++ test by Mehdi Amini · 7 years ago
  8. d3acadc Fix Apple-specific XFAIL directive in libc++ test by Mehdi Amini · 7 years ago
  9. c57fb58 Generate the test configuration even when LIBCXX_INCLUDE_TESTS=OFF. by Eric Fiselier · 7 years ago
  10. 29ed46b [libcxx] Support threads on Fuchsia by Petr Hosek · 7 years ago
  11. 0987c0c Mark test as unsupported in C++11 by Eric Fiselier · 7 years ago
  12. f9ddb9a Fix test failures due to bad test hasher by Eric Fiselier · 7 years ago
  13. c642236 Improve diagnostics when an invalid hash is used in an unordered container. by Eric Fiselier · 7 years ago
  14. 67f7a78 Fix PR32097 - is_abstract doesn't work on class templates. by Eric Fiselier · 7 years ago
  15. 0268c19 Updated the XFAIL comment in variant tests. by Michael Park · 7 years ago
  16. 244033d Remove XFAIL in implicit_deduction_guides tests by Steven Wu · 7 years ago
  17. 3f017a8 Fix LIBCXX_HAS_EXTERNAL_THREAD_API builds. NFC. by Asiri Rathnayake · 7 years ago
  18. 62aeff9 Fix typo in error message. NFC. by Asiri Rathnayake · 7 years ago
  19. dec9851 Fix cmake dependency for the external-thread-library variant. NFC. by Asiri Rathnayake · 7 years ago
  20. e891cc8 Revert "threading_support: make __thread_sleep_for be alertable" by Saleem Abdulrasool · 7 years ago
  21. 7556597 test: silence warnings on clang under clang-cl by Saleem Abdulrasool · 7 years ago
  22. 1eab168 math: add type promoting template definition on MSVCRT by Saleem Abdulrasool · 7 years ago
  23. 524f109 test: explicitly size enumeration by Saleem Abdulrasool · 7 years ago
  24. 958d196 test: prevent incorrect quoting of paths by Saleem Abdulrasool · 7 years ago
  25. 29a8300 math: fix typo in macro by Saleem Abdulrasool · 7 years ago
  26. e72cf6d cmath: Use c99 math on a new enough msvcrt by Saleem Abdulrasool · 7 years ago
  27. b7fd0be Update all bug URL's to point to https://bugs.llvm.org/... by Eric Fiselier · 7 years ago
  28. ba5f008 Use inline namespaces with GCC instead of __attribute__((__strong__)). by Eric Fiselier · 7 years ago
  29. 8c9af4d Remove dead code in test by Eric Fiselier · 7 years ago
  30. 836ae8f add implicit deduction guide tests for string_view by Eric Fiselier · 7 years ago
  31. 224dbbb Work around Clang assertion when testing C++17 deduction guides with '-g'. by Eric Fiselier · 7 years ago
  32. 6ebcc5c Add doc for _LIBCPP_ENABLE_CXX17_DISABLED_AUTO_PTR and make it work under _LIBCPP_ENABLE_CXX17_REMOVED_FEATURES by Eric Fiselier · 7 years ago
  33. 515ba55 [libcxx] Remove unexpected handlers in C++17 by Eric Fiselier · 7 years ago
  34. f9aeac6 Mark a couple for basic_string member templates as inline. no ABI change this time. by Eric Fiselier · 7 years ago
  35. 43ec7b8 update revision in CHANGELOG.TXT and fix python error by Eric Fiselier · 7 years ago
  36. 25380e4 Remove more basic_string member function templates from the dylib exports by Eric Fiselier · 7 years ago
  37. 0eaf2e8 [libc++] Fix PR 31938 - std::basic_string constructors use non-deductible parameter types. by Eric Fiselier · 7 years ago
  38. 4203bfb add tests for ENAMETOOLONG by Eric Fiselier · 7 years ago
  39. d585455 Update a couple of issue statuses by Marshall Clow · 7 years ago
  40. af5f91f math: correct the MSVCRT condition by Saleem Abdulrasool · 7 years ago
  41. e80bd1a threading_support: make __thread_sleep_for be alertable by Saleem Abdulrasool · 7 years ago
  42. 2c477cb Add tests for noexcept functions by Eric Fiselier · 7 years ago
  43. 5748d2b config: disable thread safety analysis on COFF by Saleem Abdulrasool · 7 years ago
  44. 766ba68 math: actually pull the declarations/overloads into std by Saleem Abdulrasool · 7 years ago
  45. 7f5b63b test: mark another test as requiring pthreads by Saleem Abdulrasool · 7 years ago
  46. bacb35f math: follow up to SVN r294902 by Saleem Abdulrasool · 7 years ago
  47. bd18417 test: use char32_t rather than wchar_t by Saleem Abdulrasool · 7 years ago
  48. effe3dc test: mark requirement for pthread test by Saleem Abdulrasool · 7 years ago
  49. be3d93c math: pull more C functions from std by Saleem Abdulrasool · 7 years ago
  50. 0849d28 test: squelch -Wreturn-type error by Saleem Abdulrasool · 7 years ago
  51. 430800d cmath: adjust math forwards for Windows by Saleem Abdulrasool · 7 years ago
  52. c253e58 Remove a now unneeded __CloudABI__ check. by Ed Schouten · 7 years ago
  53. ff5eeb6 Fix the build of thread.cpp on CloudABI. by Ed Schouten · 7 years ago
  54. 197b882 Fix a bug I introduced in the tests for experimental::lcm and experimental::gcd. by Marshall Clow · 7 years ago
  55. ebf66a3 Make lcm/gcd work better in edge cases. Fixes a UBSAN failure. by Marshall Clow · 7 years ago
  56. 00d9a94 Fix yet another Apple buildit bug by Eric Fiselier · 7 years ago
  57. f2dbd02 Attempt to fix Apple buildit bots by Eric Fiselier · 7 years ago
  58. 1edf316 Recommit "Split exception.cpp and new.cpp implementation into different files for different runtimes." by Eric Fiselier · 7 years ago
  59. d3298ad Revert "Split exception.cpp and new.cpp implementation into different files for different runtimes." by Eric Fiselier · 7 years ago
  60. e1b6382 Properly escape ShellTest subsitutions on Windows. Try 2 by Eric Fiselier · 7 years ago
  61. 4aac249 test: XFAIL windows for non-portable test by Saleem Abdulrasool · 7 years ago
  62. 74ec9d7 test: fix test under Windows by Saleem Abdulrasool · 7 years ago
  63. f3078f6 properly escape compiler path in .sh.cpp tests by Eric Fiselier · 7 years ago
  64. b9eccbe test: allow -target usage on Windows by Saleem Abdulrasool · 7 years ago
  65. 801e00b Correctly default to using the system libc++abi on Apple. by Eric Fiselier · 7 years ago
  66. d60b66a Split exception.cpp and new.cpp implementation into different files for different runtimes. by Eric Fiselier · 7 years ago
  67. e7bee0d docs: add some documentation for building on Windows by Saleem Abdulrasool · 7 years ago
  68. 4fd0d50 Attempt to fix finding clang++ on Windows by Eric Fiselier · 7 years ago
  69. 29e1142 __threading_support: fix windows build by Saleem Abdulrasool · 7 years ago
  70. 7666130 Fully qualify (preprend ::) calls to math functions from libc by Mehdi Amini · 7 years ago
  71. 917331c Check for musl-libc's max_align_t in addition to other variants. by David L. Jones · 7 years ago
  72. 7be9c9a Add missing libc++ import by Eric Fiselier · 7 years ago
  73. 5115d24 add missing python import by Eric Fiselier · 7 years ago
  74. ed80386 Move libcxx/test/libcxx python package into libcxx/utils/libcxx. by Eric Fiselier · 7 years ago
  75. 1147753 Start libc++ python cleanup and consolidation. by Eric Fiselier · 7 years ago
  76. d8b62dc Fix PR31916 - std::visit rejects visitors accepting lvalue arguments by Eric Fiselier · 7 years ago
  77. 5a0c9c3 Use protected name for the prototype arguments. by Joerg Sonnenberger · 7 years ago
  78. 1b93961 Threading support: externalize sleep_for() function. by Asiri Rathnayake · 7 years ago
  79. f4699a5 [libcxx][CMake] Support in-tree libunwind when building as part of runtimes by Petr Hosek · 7 years ago
  80. 5995503 Update info for LWG 2665 in upcoming_meeting.html by Eric Fiselier · 7 years ago
  81. 6c7c93f [test] Fix hard_link_count test to account for fs with dir nlink==1 by Michal Gorny · 7 years ago
  82. 1b8fc14 Temporarily disable the LCM/GCD tests under UBSAN. by Marshall Clow · 7 years ago
  83. 34da9b5 Add missing include in <numeric> by Eric Fiselier · 7 years ago
  84. 25f28d0 Prevent UBSAN from generating unsigned overflow diagnostics in the hashing internals by Eric Fiselier · 7 years ago
  85. fecf057 Fix bugs in filesystem detected by _LIBCPP_ASSERT. by Eric Fiselier · 7 years ago
  86. 2b495bd fix python3 syntax error by Eric Fiselier · 7 years ago
  87. cd4ab9c Fix test failures when using modules. by Eric Fiselier · 7 years ago
  88. 5a78d25 Use copy.deepcopy instead of doing it manually. by Dan Albert · 7 years ago
  89. 426546e Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests. by Marshall Clow · 7 years ago
  90. 542c6e8 Mark LWG2784 as ready by Marshall Clow · 7 years ago
  91. 166d27e filesystem: return the constructed object by Saleem Abdulrasool · 8 years ago
  92. 24597f2 Add some tests to verify that we implement LWG#2837 correctly. No functional change. by Marshall Clow · 8 years ago
  93. c3eec46 Fix a typo - extra '>' by Marshall Clow · 8 years ago
  94. 5a00ab8 Set up 'upcoming meeting' bug list by Marshall Clow · 8 years ago
  95. cda122b Refer to _LIBCPP_MSVC macro where applicable by Saleem Abdulrasool · 8 years ago
  96. a67aa06 Mark LWG 2765 as complete. No changes needed by Eric Fiselier · 8 years ago
  97. 07d23d5 Implement LWG 2773 - std::ignore should be constexpr. by Eric Fiselier · 8 years ago
  98. fdbd18f [libcxx] [test] Strip trailing whitespace. by Stephan T. Lavavej · 8 years ago
  99. 19ab479 [libcxx] [test] Fix comment typos. by Stephan T. Lavavej · 8 years ago
  100. b40cb98 [libcxx] [test] Avoid MSVC's non-Standard ABI in underlying_type.pass.cpp. by Stephan T. Lavavej · 8 years ago