1. 8c58c22 [asan] Update a vector's storage annotation during destruction. Reviewed as https://reviews.llvm.org/D50101. Thanks to bobsayshilol (Ben) for the patch. by Marshall Clow · 6 years ago
  2. 8220dac Last week, someone noted that a couple of the time_point member functions were not constexpr. I looked, and they were right. They were made constexpr in p0505, so I looked at all the other bits in that paper to make sure that I didn't miss anything else. There were a couple methods in the synopsis that should have been marked constexpr, but the code was correct. by Marshall Clow · 6 years ago
  3. c4f0f1e Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-by, make the same change in raw_storage_iterator (twice). by Marshall Clow · 6 years ago
  4. f45b25b Fix ODR violation: namespace-scope helpers should not be declared 'static'. by Richard Smith · 6 years ago
  5. cd04d45 [libc++] Fix handling of negated character classes in regex by Louis Dionne · 6 years ago
  6. 39ad1d1 [libc++] Remove race condition in std::async by Louis Dionne · 6 years ago
  7. b2dd769 Comment out #define __cpp_lib_node_extract, we only support half of that functionality by Erik Pilkington · 6 years ago
  8. c39fe08 Add diagnostics for min/max algorithms when a InputIterator is used. by Eric Fiselier · 6 years ago
  9. 4c90425 Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept tests for all the containers that have clear(). by Marshall Clow · 6 years ago
  10. 36711b2 Teach libc++ to use native NetBSD's max_align_t by Kamil Rytarowski · 6 years ago
  11. f017e1e Refactor the newly created <bit> header. Still (almost) NFC. Reviewed as https://reviews.llvm.org/D50876 by Marshall Clow · 6 years ago
  12. 6c37235 Recommit r339943 - Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815 - with a fix for the sanitizer bots by Marshall Clow · 6 years ago
  13. 245791a Revert "Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815" by Vitaly Buka · 6 years ago
  14. aec9e0e [libc++] Use correct rand.eng.mers all-zeroes seed sequence fallback by Hubert Tong · 6 years ago
  15. fbd4673 Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815 by Marshall Clow · 6 years ago
  16. 61b0a00 [libcxx] By default, do not use internal_linkage to hide symbols from the ABI by Louis Dionne · 6 years ago
  17. 43d7c79 Selectively import timespec_get into namespace std, since some C libraries don't have it. Reviewed as https://reviews.llvm.org/D50799 by Marshall Clow · 6 years ago
  18. 6217600 libcxx: Mark __temp_value::__temp_value as _LIBCPP_NO_CFI. by Peter Collingbourne · 6 years ago
  19. 51a2f0c [libc++] Detect C11 features on non-Clang compilers by Louis Dionne · 6 years ago
  20. 836b7e9 [libc++] Enable aligned allocation based on feature test macro, irrespective of standard by Louis Dionne · 6 years ago
  21. 5ae92f0 [libc++] Add the _LIBCPP_HIDE_FROM_ABI_AFTER_V1 macro by Louis Dionne · 6 years ago
  22. 2580fdb [NFC][libc++] Consistently use spaces to indent by Louis Dionne · 6 years ago
  23. 88f5d7a Implement P1023: constexpr comparison operators for std::array by Marshall Clow · 6 years ago
  24. 48282b6 Implement P0887: The identity metafunction by Marshall Clow · 6 years ago
  25. db9b3d8 Update version to 8.0.0svn: cmake, includes files and docs by Hans Wennborg · 6 years ago
  26. f7410f4 [libc++] Fix GCC 7.2.0 macro redefinition warning by Louis Dionne · 6 years ago
  27. dc38e97 [libc++][C++17] Elementary string conversions for integral types by Zhihao Yuan · 6 years ago
  28. 6952d14 [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCPP_BUILDING_LIBRARY by Louis Dionne · 6 years ago
  29. 36fc737 First half of C++17's splicing maps and sets by Erik Pilkington · 6 years ago
  30. 4983a7a Test for the presence of a bunch of new macros for c++17. These macros come from C11. Part of P0063 by Marshall Clow · 6 years ago
  31. 8a16d40 import timespec and timespec_get into namespace std if we're under c++17 or later AND the underlying C library has them. Fixes PR#38220, but doesn't implement all of P0063 yet. by Marshall Clow · 6 years ago
  32. 154f393 Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, copy_from and copy_to." by Tim Shen · 6 years ago
  33. b6244cf Revert "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, copy_from and copy_to." by Tim Shen · 6 years ago
  34. 3732995 [libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, copy_from and copy_to. by Tim Shen · 6 years ago
  35. 8634f6f [libc++] Exclude posix_l/strtonum fallback inclusion for newlib > 2.4 by Jordan Rupprecht · 6 years ago
  36. 67fff22 [libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace _LIBCPP_INLINE_VISIBILITY by Louis Dionne · 6 years ago
  37. 7e850a8 Move Filesystem namespace definition out of a clang specific ifdef block. by Eric Fiselier · 6 years ago
  38. 0be5527 Attempt to unbreak *all the bots* by Eric Fiselier · 6 years ago
  39. a0866c5 Implement <filesystem> by Eric Fiselier · 6 years ago
  40. 162ce3f [CMake] Don't install c++abi headers in standalone libc++ build by Petr Hosek · 6 years ago
  41. 81872e9 [libc++] Use __int128_t to represent file_time_type. by Eric Fiselier · 6 years ago
  42. a1ae56c [libc++] Factor duplicate code into function templates by Louis Dionne · 6 years ago
  43. 2493db4 Make <experimental/filesystem> explicitly require C++11. by Eric Fiselier · 6 years ago
  44. 0fbaa11 Ensure path::iterator and PathParser share the same enumeration values. by Eric Fiselier · 6 years ago
  45. 2be41bb Stop wrapping __has_include in another macro by Alexander Richardson · 6 years ago
  46. ad7e935 Fix use of incorrect _LIBCXX macro (should be _LIBCPP). by Eric Fiselier · 6 years ago
  47. 39bc5e7 fix nesting of namespace and standard-version check. Also include <__config> by Marshall Clow · 6 years ago
  48. fbd3e84 Implement <span>. Reviewed as https://reviews.llvm.org/D49338 by Marshall Clow · 6 years ago
  49. 2c11635 Recommit "Use possibly cached directory entry values when performing recursive directory iteration." by Eric Fiselier · 6 years ago
  50. 0ddb77a Implement filesystem_error::what() and improve reporting. by Eric Fiselier · 6 years ago
  51. 70c866b Implement a better copy_file. by Eric Fiselier · 6 years ago
  52. 77c9cf4 Fix two test failures in <experimental/filesystem> by Eric Fiselier · 6 years ago
  53. 0f8ee94 Use _LIBCPP_UNREACHABLE to convince GCC that non-void functions actually always return by Eric Fiselier · 6 years ago
  54. e274f43 [libc++] Implement Directory Entry Caching -- Sort of. by Eric Fiselier · 6 years ago
  55. f1f54dc Update the synopsis for <chrono> for C++20. No functional change. by Marshall Clow · 6 years ago
  56. ffbb91b Address "always inline function is not always inlinable" warning with GCC. by Eric Fiselier · 6 years ago
  57. a40a6b3 [CMake] Use correct variable as header install prefix by Petr Hosek · 6 years ago
  58. 0d0b972 Mark __equal_to 's operations as constexpr. by Marshall Clow · 6 years ago
  59. d7d3d8b Mark one more __wrap_iter operation as constexpr. by Marshall Clow · 6 years ago
  60. 1548d77 wrap _LIBCPP_HAS_NO_CXX14_CONSTEXPR in defined(...) by Marshall Clow · 6 years ago
  61. e585baf Shot in the dark to fix gcc 4.9 / c++11 build by Marshall Clow · 6 years ago
  62. c005c7e Make internal class __wrap_iter constexpr when not using libc++'s debugging mode. Introduce a new macro _LIBCPP_CONSTEXPR_IF_NODEBUG to mark this. by Marshall Clow · 6 years ago
  63. 5423805 [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY by Louis Dionne · 6 years ago
  64. bb71654 [libc++] Declare noop_coroutine() with _LIBCPP_INLINE_VISIBILITY by Louis Dionne · 6 years ago
  65. 4a5f61a [libc++] Declare <compare> operators with the proper visibility attribute by Louis Dionne · 6 years ago
  66. 57288eb type_traits: aligned_union is NOT the same as __uncvref [NFC] by Casey Carter · 6 years ago
  67. 4e7ffca Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY" by Louis Dionne · 6 years ago
  68. 79aa4f3 [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY by Louis Dionne · 6 years ago
  69. 50e0c14 [NFC] Add <initializer_list> to the synopsis of <utility> by Louis Dionne · 6 years ago
  70. 8fdc491 [libc++] Install the missing header __errc by Zhihao Yuan · 6 years ago
  71. 8deb2dd [libc++] Lift std::errc into a separated header by Zhihao Yuan · 6 years ago
  72. 03295fe [Win32] Overload ==, != for locale_t and long long by Pirama Arumuga Nainar · 6 years ago
  73. 64c10d0 Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 by Marshall Clow · 6 years ago
  74. 92f1507 [CMake] Rename cxx_headers back to cxx-headers. by Ahmed Bougacha · 6 years ago
  75. 4d66f09 Support for multiarch runtimes layout by Petr Hosek · 6 years ago
  76. 1639392 [CMake] Fix install-cxx target. by Matt Morehouse · 6 years ago
  77. 204d5ec [CMake] Use common variable for all header targets NFC by Petr Hosek · 6 years ago
  78. f48515b Reland "Use custom command and target to install libc++ headers" by Petr Hosek · 6 years ago
  79. 00e59b4 Remove unused code from __functional_base. NFC. by Eric Fiselier · 6 years ago
  80. 301518c Fix PR37694 - std::vector doesn't correctly move construct allocators. by Eric Fiselier · 6 years ago
  81. 55513c8 Fix a strict aliasing violation in map and unordered_map. by Erik Pilkington · 6 years ago
  82. 8d476cd Mark __c11_atomic_load as const by JF Bastien · 6 years ago
  83. ab343bb Mark __clear_and_shrink() as noexcept. This prevents the generation of a catch block and call to terminate in string's move assignment. Thanks to Howard for the 'catch'. by Marshall Clow · 6 years ago
  84. 40a29e7 LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()" by Eric Fiselier · 6 years ago
  85. 4b72294 Revert "Add nonnull; use it for atomics" by JF Bastien · 6 years ago
  86. 8bacb94 Add nonnull; use it for atomics by JF Bastien · 6 years ago
  87. 2fac2d7 Add deduction guides for optional by Marshall Clow · 6 years ago
  88. 7e4ede4 Do not define template specialization __libcpp_is_floating_point<__fp16> by Akira Hatanaka · 6 years ago
  89. 440762c Teach __libcpp_is_floating_point that __fp16 and _Float16 are by Akira Hatanaka · 6 years ago
  90. 7b98dba Implement deduction guides for basic_regex by Marshall Clow · 6 years ago
  91. c6f5bf9 Change the names of two private methods: allocate -> __vallocate and deallocate -> __vdeallocate. NFC. This change triggered by https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61806, which shows up when we implement deduction guides for the container adaptors.The names have a 'v' in them because WIN32 has a macro named __deallocate. (sigh). by Marshall Clow · 6 years ago
  92. 0e5d707 Deduction guides for the container adaptors - queue, stack, and priority_queue by Marshall Clow · 6 years ago
  93. 32bc2e2 Implement deduction guides for vector by Marshall Clow · 6 years ago
  94. d4c79d0 Deduction guides for list by Marshall Clow · 6 years ago
  95. fa3202c Implement deduction guides for forward_list by Marshall Clow · 6 years ago
  96. 69c2095 Implement deduction guides for <deque> by Marshall Clow · 6 years ago
  97. 8a50bbc Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/D46964 by Marshall Clow · 6 years ago
  98. 85a7702 Condition usage of locale stdlib functions on Android API version by Peter Collingbourne · 6 years ago
  99. 6c03a7a Emit an error when include <atomic> after <stdatomic.h> by Volodymyr Sapsai · 6 years ago
  100. f307403 Fix PR37407 - callable traits don't correctly check complete types. by Eric Fiselier · 6 years ago