1. 819e813 Fix bug in random. by Dan Albert · 4 years, 9 months ago
  2. 44a8861 [libc++] Move __clamp_to_integral to <cmath>, and harden against min()/max() macros by Louis Dionne · 4 years, 9 months ago
  3. 34d1dd7 [libc++] Add `__truncating_cast` for safely casting float types to integers by Louis Dionne · 4 years, 9 months ago
  4. 0680af7 Functionally revert "config: disable thread safety analysis on COFF". by Josh Gao · 5 years ago
  5. e4b6d36 Merge to upstream r350972. by Dan Albert · 5 years ago
  6. 7493731 Change from a to a . Fixes PR#39871. by Marshall Clow · 5 years ago
  7. 7aafc4d [libcxx] Call __count_bool_true for bitset count by Adhemerval Zanella · 5 years ago
  8. 8d42566 Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as D56494 by Marshall Clow · 5 years ago
  9. 134a848 [libcxx] Reorganize tests since the application of P0602R4 by Louis Dionne · 5 years ago
  10. 40cbe81 Merge to upstream r348296. by Dan Albert · 5 years ago
  11. 11a8815 Set the buffer of an fstream to empty when the underlying file is closed. This 'fixes' PR#38052 - std::fstream still good after closing and updating content. by Marshall Clow · 5 years ago
  12. 354589c [libcxx] Optimize vectors construction of trivial types from an iterator range with const-ness mismatch. by Volodymyr Sapsai · 5 years ago
  13. 6420803 Fix PR39749 - Headers containing just #error harm __has_include. by Eric Fiselier · 5 years ago
  14. 8c8f0e1 [libcxx] Remove unused macro _LIBCPP_HAS_UNIQUE_TYPEINFO by Louis Dionne · 5 years ago
  15. 5de5c11 [NFC] Fix typo in comment by Louis Dionne · 5 years ago
  16. 1c5aabc Don't forward declare _FilesystemClock in C++03 by Eric Fiselier · 5 years ago
  17. 3cf34d1 Implement LWG 3065: Make path operators friends. by Eric Fiselier · 5 years ago
  18. 874280d Implement LWG 3145: file_clock breaks ABI for C++17 implementations. by Eric Fiselier · 5 years ago
  19. d805c87 [libcxx] Use custom allocator's `construct` in C++03 when available. by Volodymyr Sapsai · 5 years ago
  20. ae5d5c8 [libcxx][NFC] Properly indent nested #ifdefs and #defines by Louis Dionne · 5 years ago
  21. 8f7fa38 [libcxx] Speeding up partition_point/lower_bound/upper_bound by Louis Dionne · 5 years ago
  22. dc700f1 [regex] Use distinct __regex_word on NetBSD by Michal Gorny · 5 years ago
  23. 09e6741 When resolving a merge conflict, I put something inside an #ifdef. Fixed. by Marshall Clow · 5 years ago
  24. f927635 Implement P1209 - Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20. Reviewed as https://reviews.llvm.org/D55532 by Marshall Clow · 5 years ago
  25. e713cc0 [libc++] Fix _LIBCPP_EXPORTED_FROM_ABI when visibility annotations are disabled by Thomas Anderson · 5 years ago
  26. f77ee9b [libcxx] Add assertion in deque::pop_back when popping from an empty deque by Louis Dionne · 5 years ago
  27. bca4d67 [pair] Mark constructors as conditionally noexcept by Louis Dionne · 5 years ago
  28. 9648447 Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 by Marshall Clow · 6 years ago
  29. 21a8669 Revert "[pair] Mark constructors as conditionally noexcept" by Louis Dionne · 6 years ago
  30. adde8ae [pair] Mark constructors as conditionally noexcept by Louis Dionne · 6 years ago
  31. c1935f1 Add a version of std::function that includes a few optimizations in ABI V2. by Eric Fiselier · 6 years ago
  32. 5b31832 Refactor std::function to more easily support alternative implementations. by Eric Fiselier · 6 years ago
  33. a796feb [libcxx] Add paranoid cast-to-void in comma operator by Louis Dionne · 6 years ago
  34. 5fe0a6a [libc++] Improve diagnostics for non-const comparators and hashers in associative containers by Louis Dionne · 6 years ago
  35. caae3ec [libcxx] Don't depend on availability markup to provide the streams in the dylib by Louis Dionne · 6 years ago
  36. 604afd7 [libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference by Louis Dionne · 6 years ago
  37. 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
  38. ebdb547 Revert commit r347904 because it broke older compilers by Marshall Clow · 6 years ago
  39. 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
  40. c28aca1 [libcxx] Remove bad_array_length by Louis Dionne · 6 years ago
  41. e3e576a Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. " by Eric Fiselier · 6 years ago
  42. 7593e79 Implement P0966 - string::reserve should not shrink by Marshall Clow · 6 years ago
  43. 087f065 Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. by Eric Fiselier · 6 years ago
  44. 581671f [libcxx] Remove dynarray by Louis Dionne · 6 years ago
  45. 6bc632f [libcxx] Apply _LIBCPP_INLINE_VISIBILITY for std::hash for string_view by Louis Dionne · 6 years ago
  46. f4e307b Implement P1085R2 - Should Span be Regular?. This consists entirely of deletions by Marshall Clow · 6 years ago
  47. 5f3377c Remove duplicate _LIBCPP_INLINE_VISIBILITY attributes. by Eric Fiselier · 6 years ago
  48. f9782de Add basic_string::__resize_default_init (from P1072) by Eric Fiselier · 6 years ago
  49. d898f74 [libcxx] Remove unused definition of aligned allocation macro on old OS X by Louis Dionne · 6 years ago
  50. ce2232f [libcxx] Make sure operator+ is declared with the right visibility attribute by Louis Dionne · 6 years ago
  51. ee6e0ce [libcxx] Mark stray symbols as hidden to try and fix the build by Louis Dionne · 6 years ago
  52. 507fe40 [libcxx] Make sure we can build with -fvisibility=hidden on Linux by Louis Dionne · 6 years ago
  53. 580cde0 [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*) by Zhihao Yuan · 6 years ago
  54. 7aa4878 [NFC] Reformat availability #defines in __config by Louis Dionne · 6 years ago
  55. 33f9849 [libcxx] Fix threads detection on GNU/Hurd by Louis Dionne · 6 years ago
  56. 13b7f7b [libcxx] Add availability markup for bad_optional_access, bad_variant_access and bad_any_cast by Louis Dionne · 6 years ago
  57. 98d4ace Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Reviewed as https://reviews.llvm.org/D53828 by Marshall Clow · 6 years ago
  58. 52ddb5e [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits by Louis Dionne · 6 years ago
  59. 3870a97 Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric for the report by Marshall Clow · 6 years ago
  60. 0a36edc [NFC] Fix typo in <tuple> by Louis Dionne · 6 years ago
  61. cc73b18 [libcxx] Provide thread annotations for shared_mutex by Petr Hosek · 6 years ago
  62. d463495 Fix -Wimplicit-fallthrough warning by Fangrui Song · 6 years ago
  63. 048b34a [NFC] Fix incorrect comment in std::list by Louis Dionne · 6 years ago
  64. 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
  65. 6115b72 Use C++11 fallthrough attribute syntax when available and add a break by Reid Kleckner · 6 years ago
  66. f10e0ac [libcxx] Fix usage of _C2, which is a "nasty macro" in some environments by Louis Dionne · 6 years ago
  67. 71ac96a Second half of C++17's splicing maps and sets by Erik Pilkington · 6 years ago
  68. e6f91d8 Make libc++'s versioning namespace customizable by Eric Fiselier · 6 years ago
  69. 94ce26b Unify definition of _LIBCPP_BEGIN/END_NAMESPACE_STD by Eric Fiselier · 6 years ago
  70. 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
  71. 640fa25 [libc++] Use exclude_from_explicit_instantiation instead of always_inline by Louis Dionne · 6 years ago
  72. 293b83d Fix PR39458 _LIBCPP_DEBUG breaks heterogeneous compare. by Eric Fiselier · 6 years ago
  73. e696826 Fix incorrect use of aligned allocation in get_temporary_buffer. by Eric Fiselier · 6 years ago
  74. 5be2163 Run the min/max tests agaist the header <charconv>. Fix that header so it passes. NFC. by Marshall Clow · 6 years ago
  75. b3ae0c8 fix incorrect placement of _LIBCPP_ALWAYS_INLINE in valarray by Eric Fiselier · 6 years ago
  76. e09f85b Implement sized deallocation for std::allocator and friends. by Eric Fiselier · 6 years ago
  77. 07f95bd [libc++] Make sure we can build libc++ with -fvisibility=hidden by Louis Dionne · 6 years ago
  78. 92d8736 Revert "Fix use of __libcpp_deallocate in dynarray" by Eric Christopher · 6 years ago
  79. 1b9ee84 Temporarily Revert "Implement sized deallocation for std::allocator and friends." by Eric Christopher · 6 years ago
  80. d03e037 Fix use of __libcpp_deallocate in dynarray by Eric Fiselier · 6 years ago
  81. 0cfdf55 Implement sized deallocation for std::allocator and friends. by Eric Fiselier · 6 years ago
  82. 842383f Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are" by Petr Hosek · 6 years ago
  83. ec22e35 Off-by-one errors strike again. Thank goodness for ASAN and the bots. by Marshall Clow · 6 years ago
  84. 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
  85. 1f63d28 Update commnents to reflect the changes for LWG#3127. NFC by Marshall Clow · 6 years ago
  86. 3d1d923 Update commnents to reflect the changes for LWG#3122. NFC by Marshall Clow · 6 years ago
  87. d74c17e [libcxx] Avoid repeating the definition of std:: namespaces by Louis Dionne · 6 years ago
  88. 3845a65 [libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY by Louis Dionne · 6 years ago
  89. 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
  90. 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
  91. 7f20dc6 Revert r344529 "Implement the first part of the calendar support for C++20" by Artem Dergachev · 6 years ago
  92. 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
  93. 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
  94. b233fda Revert commit r344254; does not work with C++03 by Marshall Clow · 6 years ago
  95. 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
  96. f9c56da Fix use of removed _LIBCPP_HAS_NO_BUILTIN_ALIGNED_OPERATOR_NEW_DELETE by Eric Fiselier · 6 years ago
  97. 657a130 Distinguish between library and language support for aligned allocation. by Eric Fiselier · 6 years ago
  98. f7d5bd2 Annotate scoped_lock as with scoped_lockable attribute by Aaron Puchert · 6 years ago
  99. 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
  100. 0722603 [libc++][NFC] Add error messages to a couple of static_asserts in span by Louis Dionne · 6 years ago