1. dab8677 Fix typo in docs by Eric Fiselier · 8 years ago
  2. b89eba0 Recommit [libcxx] Never use <cassert> within libc++ by Eric Fiselier · 8 years ago
  3. 236b752 Fix inconsistency in tuple's SFINAE. Patch from Andrey Khalyavin" by Eric Fiselier · 8 years ago
  4. 9e6abfa Mark basic_string::assign templates as inline to improve ABI stability. by Eric Fiselier · 8 years ago
  5. b1b1dcf Undefine min/max in __tree by Eric Fiselier · 8 years ago
  6. e520f0b Avoid implementation defined behavior in a test. by Dan Albert · 8 years ago
  7. 1773efd Extend XFAIL to c++98. by Asiri Rathnayake · 8 years ago
  8. 90b3732 Fix up some no-exception compile failures by Marshall Clow · 8 years ago
  9. cb14d02 Workaround new -Wshadow warning introduced by r293599 by Alex Lorenz · 8 years ago
  10. 9247fd2 Fix PR#31779: basic_string::operator= isn't exception safe. by Marshall Clow · 8 years ago
  11. e70b4ec Revert "Adorn __call_once_proxy with `inline` and `_LIBCPP_INLINE_VISIBILITY`" by Justin Bogner · 8 years ago
  12. 445b823 experimental: avoid using raw _WIN32 in filesystem by Saleem Abdulrasool · 8 years ago
  13. 5c518e1 experimental: port directory_iterator to Windows by Saleem Abdulrasool · 8 years ago
  14. 1d3b737 experimental: add missing file header by Saleem Abdulrasool · 8 years ago
  15. 52241cb experimental: remove some extraneous _LIBCPP_FUNC_VIS by Saleem Abdulrasool · 8 years ago
  16. eebb4f7 experimental: inline single use of a typedef by Saleem Abdulrasool · 8 years ago
  17. b35cd98 experimental: tolerate the existence of a `__deref` macro by Saleem Abdulrasool · 8 years ago
  18. 2868162 experimental: remove dead function by Saleem Abdulrasool · 8 years ago
  19. bc11659 config: prevent the re-definition of a macro by Saleem Abdulrasool · 8 years ago
  20. 362353a Disable thread safety analysis for some functions in __thread_support by Dimitry Andric · 8 years ago
  21. da70913 Fixed a couple of invalid statuses for 2665 and 2758 by Marshall Clow · 8 years ago
  22. bcc92d7 Fix chromium build (libcxx) by Asiri Rathnayake · 8 years ago
  23. f783971 Use the new __has_feature(cxx_constexpr_string_builtins) for detection of the C-string intrinsics for constexpr support in std::char_traits. Thanks to Richard for the intrisic support. by Marshall Clow · 8 years ago
  24. 19cd3fd Fixed a typo in the synopsis (noecept -> noexcept). Thanks to Kim for the catch by Marshall Clow · 8 years ago
  25. 8a032c5 [libcxx] Mentions "targeting C++11 and above" instead of "targeting C++11" in the doc by Mehdi Amini · 8 years ago
  26. 9bb0cca Implement LWG2556: Wide contract for future::share() by Marshall Clow · 8 years ago
  27. 4e42dc9 Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680. by Marshall Clow · 8 years ago
  28. b4d17ad Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR by Marshall Clow · 8 years ago
  29. bef26f7 Add a test to make sure that implicit conversion from error_code to bool will fail by Marshall Clow · 8 years ago
  30. 9a89d24 Update status for LWG2733 by Marshall Clow · 8 years ago
  31. 9849405 Implement LWG2733: [fund.ts.v2] gcd / lcm and bool. We already did tbis for C++17, so replicate the changes in experimental. by Marshall Clow · 8 years ago
  32. a5f53d0 Mark LWG2736 as complete. No code changes, but we have more tests now by Marshall Clow · 8 years ago
  33. b08183b A couple more tests for constexpr stuff in string_view. No changes other than test code. by Marshall Clow · 8 years ago
  34. c73c1fc Update Linux ABI lists to reflect inlining change in LLVM. More investigation tomorrow. by Eric Fiselier · 8 years ago
  35. a49c64f Revert "[libcxx] Never use <cassert> within libc++" by Eric Fiselier · 8 years ago
  36. 1a3bde1 Revert yet another accidental change caused by r292684 by Eric Fiselier · 8 years ago
  37. 1bd94ed Fix bad XFAIL which recent LIT changes diagnosed by Eric Fiselier · 8 years ago
  38. 66ed0bc Remove all usages of REQUIRES-ANY in the test suite. by Eric Fiselier · 8 years ago
  39. 2c90d1f [libcxx] Never use <cassert> within libc++ by Eric Fiselier · 8 years ago
  40. cdb5d25 Manually force the use of __decltype in C++03 with Clang 3.4. by Eric Fiselier · 8 years ago
  41. f472d6c Fix GCC C++03 build by hiding default template argument in C++03 by Eric Fiselier · 8 years ago
  42. fbe68a6 Implement LWG#2778: basic_string_view is missing constexpr. by Marshall Clow · 8 years ago
  43. 6111e65 Fixed a typo in __config that prevented the aligned new/delete tests from passing on Mac OS. by Marshall Clow · 8 years ago
  44. ec1d3f7 Revert previous cleanup; I got too agressive removing #ifdefs by Marshall Clow · 8 years ago
  45. 45f4ec2 Removed some un-needed ifdefs by Marshall Clow · 8 years ago
  46. 85e34e4 Revert accidentally changes which reverted r292582 by Eric Fiselier · 8 years ago
  47. 17b6e14 Fix recent build errors by Eric Fiselier · 8 years ago
  48. 952eaec Implement P0513R0 - "Poisoning the Hash" by Eric Fiselier · 8 years ago
  49. ee856f1 Don't default older GCC's to C++17, but C++14 or C++11 instead by Eric Fiselier · 8 years ago
  50. 0cefc52 Revert "Don't default older GCC's to C++17, but C++14 or C++11 instead" by Eric Fiselier · 8 years ago
  51. 76c85b1 Don't default older GCC's to C++17, but C++14 or C++11 instead by Eric Fiselier · 8 years ago
  52. 19b1c83 Still expose std::align_val_t in C++17 even if we don't have aligned new/delete. by Eric Fiselier · 8 years ago
  53. 478f902 Refactor unique_ptr/shared_ptr deleter test types into single header. by Eric Fiselier · 8 years ago
  54. d54d974 Disable aligned new/delete on Apple platforms without posix_memalign by Eric Fiselier · 8 years ago
  55. e28ff33 [NFC] Group aligned new/delete definitions together in new.cpp by Eric Fiselier · 8 years ago
  56. fba0eee Fix handling of Apple target triple when checking the ABI lists. by Eric Fiselier · 8 years ago
  57. e013dac Fix demangle helper after r286788 by Eric Fiselier · 8 years ago
  58. e70e03c Adjust msvc_stdlib_force_include.hpp to handle clang++ by Eric Fiselier · 8 years ago
  59. 56257d4 Mark two of the TS implementations as 'in progress' by Marshall Clow · 8 years ago
  60. aa0c167 [libcxx] [test] Add msvc_stdlib_force_include.hpp. by Stephan T. Lavavej · 8 years ago
  61. 16e2ba1 [libcxx] [test] Fix comment typos, strip trailing whitespace. by Stephan T. Lavavej · 8 years ago
  62. c3564b9 [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants. by Stephan T. Lavavej · 8 years ago
  63. 0d4bd61 Re-add mechanism to override LIT options using enviroment variables. by Eric Fiselier · 8 years ago
  64. 3dcf50c Revert "Add mechanism to override LIT options using enviroment variables" by Eric Fiselier · 8 years ago
  65. 55c5f6b Add mechanism to override LIT options using enviroment variables by Eric Fiselier · 8 years ago
  66. f2b4889 Fix filesystem::path assignment from {} by Eric Fiselier · 8 years ago
  67. 6fb6490 Get more std::string _LIBCPP_DEBUG tests passing by Eric Fiselier · 8 years ago
  68. 44dbdb4 More configuration changes for running the test suite against MSVC's STL by Eric Fiselier · 8 years ago
  69. 6fbac40 Add support for running our test suite against MSVC's STL by Eric Fiselier · 8 years ago
  70. 08305aa Allow sym_diff.py to report non-zero for non-breaking ABI changes by Eric Fiselier · 8 years ago
  71. 1b30568 Fix type_info's constructor by making it explicit again. by Eric Fiselier · 8 years ago
  72. 8e39559 Don't strip -m32 from the user provide command line flags. This fixes the compiler-rt 32 bit sanitizer build by Eric Fiselier · 8 years ago
  73. c8fc92c [libcxx] [test] Don't ask whether Incomplete& can be assigned to. by Stephan T. Lavavej · 8 years ago
  74. 37b2be9 Fix std::string assignment ambiguity from braced initializer lists. by Eric Fiselier · 8 years ago
  75. a7ae303 Add ABI option to remove recently inlined __shared_count functions from the library. by Eric Fiselier · 8 years ago
  76. 9133ead Fix DLL build by removing _LIBCPP_FUNC_VIS from member of class marked dllexport by Eric Fiselier · 8 years ago
  77. 8993759 [Test patch] Inline hot functions in libcxx shared_ptr by Kevin Hu · 8 years ago
  78. 2e5a364 Add warning messages to buildit/testit about their upcoming removal by Eric Fiselier · 8 years ago
  79. ebb9839 Rename new_handler in tests to avoid conflicts with MSVC symbols. by Eric Fiselier · 8 years ago
  80. 7d24e91 Fix std::tuples EBO when targeting the MSVC ABI. by Eric Fiselier · 8 years ago
  81. dae3960 [libc++] Introduce _LIBCPP_EXTERN_VIS to fix __libcpp_debug_function link errors by Eric Fiselier · 8 years ago
  82. bde2871 Improve CMake and LIT support for Windows by Eric Fiselier · 8 years ago
  83. 47a547e Make sym_check python 3 compatible by Eric Fiselier · 8 years ago
  84. 24872f4 [libcxx] Follow-up to r292107 by Asiri Rathnayake · 8 years ago
  85. 49a9e0c [libcxx] Improve design documentation for the external-thread-library by Asiri Rathnayake · 8 years ago
  86. a1d7d2f [libcxx] Don't assume __libcpp_thread_t is an integral type by Asiri Rathnayake · 8 years ago
  87. b894a0b Added a workaround for a `-fdelayed-template-parsing` bug. by Michael Park · 8 years ago
  88. d25c997 Implement the missing constexpr stuff in <array>. Fixes PR#31645. by Marshall Clow · 8 years ago
  89. 6948dbe Reland "[CMake][libcxx] Check that we have libcxxabi before using it" by Petr Hosek · 8 years ago
  90. c59c317 Reland "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets" by Petr Hosek · 8 years ago
  91. 3508e7a Reland "[CMake][libcxx] Move Python check to main CMake file" by Petr Hosek · 8 years ago
  92. f620d22 Work around python3 bytes vs str in libc++ test config by Eric Fiselier · 8 years ago
  93. 5cd8a36 XFAIL native handle tests by Eric Fiselier · 8 years ago
  94. 5fd0d08 Fix demangle.h on Windows by Eric Fiselier · 8 years ago
  95. 543e83b Attempt two at fixing threading on Windows by Eric Fiselier · 8 years ago
  96. 433a397 Fix thread creation on Windows by Eric Fiselier · 8 years ago
  97. 29d52a2 Fix last_write_time tests for filesystems that don't support negative and very large times by Jonas Hahnfeld · 8 years ago
  98. 06192cb Mark test as UNSUPPORTED on Windows since it hangs forever by Eric Fiselier · 8 years ago
  99. 30d12e3 Fix Windows try_lock implementation by Eric Fiselier · 8 years ago
  100. 78463e7 Fix copy-paste errors in r292001 by Eric Fiselier · 8 years ago