1. bca4d67 [pair] Mark constructors as conditionally noexcept by Louis Dionne · 6 years ago
  2. 9648447 Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 by Marshall Clow · 6 years ago
  3. 21a8669 Revert "[pair] Mark constructors as conditionally noexcept" by Louis Dionne · 6 years ago
  4. adde8ae [pair] Mark constructors as conditionally noexcept by Louis Dionne · 6 years ago
  5. c1935f1 Add a version of std::function that includes a few optimizations in ABI V2. by Eric Fiselier · 6 years ago
  6. 5b31832 Refactor std::function to more easily support alternative implementations. by Eric Fiselier · 6 years ago
  7. a796feb [libcxx] Add paranoid cast-to-void in comma operator by Louis Dionne · 6 years ago
  8. 5fe0a6a [libc++] Improve diagnostics for non-const comparators and hashers in associative containers by Louis Dionne · 6 years ago
  9. caae3ec [libcxx] Don't depend on availability markup to provide the streams in the dylib by Louis Dionne · 6 years ago
  10. 604afd7 [libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference by Louis Dionne · 6 years ago
  11. a815a3f First part of P0482 - Establish that char8_t is an integral type, and that numeric_limits<char8_t> is valid and sane. (second try) by Marshall Clow · 6 years ago
  12. ebdb547 Revert commit r347904 because it broke older compilers by Marshall Clow · 6 years ago
  13. 50509d1 First part of P0482 - Establish that char8_t is an integral type, and that numeric_limits<char8_t> is valid and sane. by Marshall Clow · 6 years ago
  14. c28aca1 [libcxx] Remove bad_array_length by Louis Dionne · 6 years ago
  15. e3e576a Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. " by Eric Fiselier · 6 years ago
  16. 7593e79 Implement P0966 - string::reserve should not shrink by Marshall Clow · 6 years ago
  17. 087f065 Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. by Eric Fiselier · 6 years ago
  18. 581671f [libcxx] Remove dynarray by Louis Dionne · 6 years ago
  19. 6bc632f [libcxx] Apply _LIBCPP_INLINE_VISIBILITY for std::hash for string_view by Louis Dionne · 6 years ago
  20. f4e307b Implement P1085R2 - Should Span be Regular?. This consists entirely of deletions by Marshall Clow · 6 years ago
  21. 5f3377c Remove duplicate _LIBCPP_INLINE_VISIBILITY attributes. by Eric Fiselier · 6 years ago
  22. f9782de Add basic_string::__resize_default_init (from P1072) by Eric Fiselier · 6 years ago
  23. d898f74 [libcxx] Remove unused definition of aligned allocation macro on old OS X by Louis Dionne · 6 years ago
  24. ce2232f [libcxx] Make sure operator+ is declared with the right visibility attribute by Louis Dionne · 6 years ago
  25. ee6e0ce [libcxx] Mark stray symbols as hidden to try and fix the build by Louis Dionne · 6 years ago
  26. 507fe40 [libcxx] Make sure we can build with -fvisibility=hidden on Linux by Louis Dionne · 6 years ago
  27. 580cde0 [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*) by Zhihao Yuan · 6 years ago
  28. 7aa4878 [NFC] Reformat availability #defines in __config by Louis Dionne · 6 years ago
  29. 33f9849 [libcxx] Fix threads detection on GNU/Hurd by Louis Dionne · 6 years ago
  30. 13b7f7b [libcxx] Add availability markup for bad_optional_access, bad_variant_access and bad_any_cast by Louis Dionne · 6 years ago
  31. 98d4ace Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Reviewed as https://reviews.llvm.org/D53828 by Marshall Clow · 6 years ago
  32. 52ddb5e [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits by Louis Dionne · 6 years ago
  33. 3870a97 Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric for the report by Marshall Clow · 6 years ago
  34. 0a36edc [NFC] Fix typo in <tuple> by Louis Dionne · 6 years ago
  35. cc73b18 [libcxx] Provide thread annotations for shared_mutex by Petr Hosek · 6 years ago
  36. d463495 Fix -Wimplicit-fallthrough warning by Fangrui Song · 6 years ago
  37. 048b34a [NFC] Fix incorrect comment in std::list by Louis Dionne · 6 years ago
  38. 5dc3776 Revert "Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible." by Louis Dionne · 6 years ago
  39. 6115b72 Use C++11 fallthrough attribute syntax when available and add a break by Reid Kleckner · 6 years ago
  40. f10e0ac [libcxx] Fix usage of _C2, which is a "nasty macro" in some environments by Louis Dionne · 6 years ago
  41. 71ac96a Second half of C++17's splicing maps and sets by Erik Pilkington · 6 years ago
  42. e6f91d8 Make libc++'s versioning namespace customizable by Eric Fiselier · 6 years ago
  43. 94ce26b Unify definition of _LIBCPP_BEGIN/END_NAMESPACE_STD by Eric Fiselier · 6 years ago
  44. 207b919 Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible. by Eric Fiselier · 6 years ago
  45. 640fa25 [libc++] Use exclude_from_explicit_instantiation instead of always_inline by Louis Dionne · 6 years ago
  46. 293b83d Fix PR39458 _LIBCPP_DEBUG breaks heterogeneous compare. by Eric Fiselier · 6 years ago
  47. e696826 Fix incorrect use of aligned allocation in get_temporary_buffer. by Eric Fiselier · 6 years ago
  48. 5be2163 Run the min/max tests agaist the header <charconv>. Fix that header so it passes. NFC. by Marshall Clow · 6 years ago
  49. b3ae0c8 fix incorrect placement of _LIBCPP_ALWAYS_INLINE in valarray by Eric Fiselier · 6 years ago
  50. e09f85b Implement sized deallocation for std::allocator and friends. by Eric Fiselier · 6 years ago
  51. 07f95bd [libc++] Make sure we can build libc++ with -fvisibility=hidden by Louis Dionne · 6 years ago
  52. 92d8736 Revert "Fix use of __libcpp_deallocate in dynarray" by Eric Christopher · 6 years ago
  53. 1b9ee84 Temporarily Revert "Implement sized deallocation for std::allocator and friends." by Eric Christopher · 6 years ago
  54. d03e037 Fix use of __libcpp_deallocate in dynarray by Eric Fiselier · 6 years ago
  55. 0cfdf55 Implement sized deallocation for std::allocator and friends. by Eric Fiselier · 6 years ago
  56. 842383f Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are" by Petr Hosek · 6 years ago
  57. ec22e35 Off-by-one errors strike again. Thank goodness for ASAN and the bots. by Marshall Clow · 6 years ago
  58. b994bfe When filling a vector<bool> with stuff, initialize the last word of the storage that you're touching. Otherwise, when we lay down the bits with operator&=, we get UB from reading uninitialized memory. Fixes Bug 39354. Thanks to David Wagner for the bug report. by Marshall Clow · 6 years ago
  59. 1f63d28 Update commnents to reflect the changes for LWG#3127. NFC by Marshall Clow · 6 years ago
  60. 3d1d923 Update commnents to reflect the changes for LWG#3122. NFC by Marshall Clow · 6 years ago
  61. d74c17e [libcxx] Avoid repeating the definition of std:: namespaces by Louis Dionne · 6 years ago
  62. 3845a65 [libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY by Louis Dionne · 6 years ago
  63. cc5c12d Recommit <chrono> changes with a couple xtra tests marked to fail on apple's clang. Reviewed as D51762 by Marshall Clow · 6 years ago
  64. 7e3ab17 Partial fix for PR38964. (<string> can't be built with gcc -std=c++03) Reviewed as https://reviews.llvm.org/D52240 by Marshall Clow · 6 years ago
  65. 7f20dc6 Revert r344529 "Implement the first part of the calendar support for C++20" by Artem Dergachev · 6 years ago
  66. 1b8e200 Wrap up the new chrono literals in an #ifdef so that old versions of clang don't complain. I'm looking at you, clang 5.0.1 by Marshall Clow · 6 years ago
  67. fc25eeb Implement the first part of the calendar support for C++20. This is still incomplete; there will be more patches coming. Reviewed as D51762 by Marshall Clow · 6 years ago
  68. b233fda Revert commit r344254; does not work with C++03 by Marshall Clow · 6 years ago
  69. 2199647 Prefer to use the __is_XXX compiler intrinsics to the (old, busted) __has_XXX intrinsics when implementing type traits. Thanks to Richard Smith for the patch. by Marshall Clow · 6 years ago
  70. f9c56da Fix use of removed _LIBCPP_HAS_NO_BUILTIN_ALIGNED_OPERATOR_NEW_DELETE by Eric Fiselier · 6 years ago
  71. 657a130 Distinguish between library and language support for aligned allocation. by Eric Fiselier · 6 years ago
  72. f7d5bd2 Annotate scoped_lock as with scoped_lockable attribute by Aaron Puchert · 6 years ago
  73. c7cc669 Do the math in uniform_int_distribution::operator() as unsigned to prevent UB when overflowing. Also add a UBSAN notification that we're ffine with unsigned overflow. This fixes PR#32617. Thanks to Vincent & Christoph for their help with this issue. by Marshall Clow · 6 years ago
  74. 0722603 [libc++][NFC] Add error messages to a couple of static_asserts in span by Louis Dionne · 6 years ago
  75. d545268 Attempt to fix aligned allocation configuration under clang-cl by Eric Fiselier · 6 years ago
  76. 1ef0f10 Fix Shadowing warning on Windows by Eric Fiselier · 6 years ago
  77. f7fac08 Fix even more Clang warnings. by Eric Fiselier · 6 years ago
  78. 16357ee [libc++] Remove Fuchsia-specific knowledge to pick the ABI version by Louis Dionne · 6 years ago
  79. 13cf3b9 [libc++] Add deprecated attributes to many deprecated components by Louis Dionne · 6 years ago
  80. 5981b33 [NFC][libcxx] Rename helpers with 4 underscores to something more reasonable by Louis Dionne · 6 years ago
  81. caf40ae [libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_EXT to allow pre-C++2a [[nodiscard]] by Roman Lebedev · 6 years ago
  82. e59d098 Revert "Implement LWG 2221 - No formatted output operator for nullptr." by Volodymyr Sapsai · 6 years ago
  83. f06032b Implement LWG 2221 - No formatted output operator for nullptr. Reviewed as https://reviews.llvm.org/D44263 by Marshall Clow · 6 years ago
  84. 989927c Don't require relops on variant alternatives to all return the same type. by Eric Fiselier · 6 years ago
  85. 35a0c2c Fix typo by Fangrui Song · 6 years ago
  86. e3973fd Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955 by Marshall Clow · 6 years ago
  87. ec25143 Implement LWG #3017. list splice functions should use addressof by Marshall Clow · 6 years ago
  88. bf9b545 Update the synopsis for <version>. NFC by Marshall Clow · 6 years ago
  89. 53c8e25 Fix PR# 38900 - don't call swap inside of random_shuffle when we'd be swapping an element with itself by Marshall Clow · 6 years ago
  90. 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
  91. 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
  92. 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
  93. f45b25b Fix ODR violation: namespace-scope helpers should not be declared 'static'. by Richard Smith · 6 years ago
  94. cd04d45 [libc++] Fix handling of negated character classes in regex by Louis Dionne · 6 years ago
  95. 39ad1d1 [libc++] Remove race condition in std::async by Louis Dionne · 6 years ago
  96. b2dd769 Comment out #define __cpp_lib_node_extract, we only support half of that functionality by Erik Pilkington · 6 years ago
  97. c39fe08 Add diagnostics for min/max algorithms when a InputIterator is used. by Eric Fiselier · 6 years ago
  98. 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
  99. 36711b2 Teach libc++ to use native NetBSD's max_align_t by Kamil Rytarowski · 6 years ago
  100. f017e1e Refactor the newly created <bit> header. Still (almost) NFC. Reviewed as https://reviews.llvm.org/D50876 by Marshall Clow · 6 years ago