1. 7087ee6 [libc++][NFC] Improve test readability for std::fill_n (#133771) by Peng Liu · 4 weeks ago
  2. f25f9e4 [libc++][NFC] Remove a bunch of redundant ASan existence checks (#128504) by Nikolas Klauser · 4 weeks ago
  3. 2f54a84 [libc++][test] Test `flat_meow` with proper underlying iterators (#131290) by A. Jiang · 4 weeks ago
  4. 58d4ebb [libcxx][CMake] Use the right variable in the C library error message (#138458) by Raul Tambre · 4 weeks ago
  5. d05ab11 [libc++] Remove redundant and somewhat confusing assertions around advance() (#133276) by Louis Dionne · 4 weeks ago
  6. 60b43ef [libc++] Improve the test coverage for std::vector::emplace (#132440) by Louis Dionne · 4 weeks ago
  7. 3ea0754 [libc++] Enable sized deallocation when building operator new shims on Apple (#134152) by Louis Dionne · 4 weeks ago
  8. 3dc1f75 [libc++][C++03] Remove code that is not used in C++03 (#134045) by Nikolas Klauser · 4 weeks ago
  9. 25fc52e [libc++] Re-introduce _LIBCPP_DISABLE_AVAILABILITY (#134158) by Louis Dionne · 4 weeks ago
  10. 46c7306 [libc++][CI] Use latest Docker image. (#132539) by Mark de Wever · 4 weeks ago
  11. 8c3aa3e [libc++][NFC] Replace typedefs with using declarations in <vector> (#134083) by Nikolas Klauser · 4 weeks ago
  12. a6459de [libc++] Remove a few unused includes from <__bit/*> (#137934) by Nikolas Klauser · 4 weeks ago
  13. 180bc59 [libc++] Simplify the implementation of is_unbounded_array a bit (#137716) by Nikolas Klauser · 4 weeks ago
  14. 4ed8f38 [libc++][pair] P2944R3: Constrain `std::pair`'s equality operator (#136672) by Hristo Hristov · 5 weeks ago
  15. e43e8ec [libc++] Remove dead implementation of is_nothrow_convertible and merge the remaining code into is_convertible.h (#137717) by Nikolas Klauser · 5 weeks ago
  16. 2b57ebb [libc++][CI] Improves updating Docker image. (#134497) by Mark de Wever · 5 weeks ago
  17. 9fdb4f3 [libc++] Make bad_function_call::what() existence a matter of availability instead of ABI (#127697) by Nikolas Klauser · 5 weeks ago
  18. 166e5b1 [libc++][NFC] Refactor string's extern template lists (#137264) by Nikolas Klauser · 5 weeks ago
  19. c4d44ec [libc++][NFC] Use early returns in basic_string::operator= (#137145) by Nikolas Klauser · 5 weeks ago
  20. 911cb60 [libc++] Use __array_rank in Clang versions without any known bugs (#136103) by Nikolas Klauser · 5 weeks ago
  21. 205d399 [libcxx] [test] Clarify the condition for long double hex formatting (#135334) by Martin Storsjö · 5 weeks ago
  22. 5f91649 Optimize std::__tree::__assign_multi to insert the provided range at the end of the tree every time (#131030) by higher-performance · 5 weeks ago
  23. 03c2862 [libc++][ranges] Reject non-class types in ranges::to (#135802) by Yuzhiy · 5 weeks ago
  24. d6622df [libcxx] [test] Extend mingw workarounds for armv7/aarch64 too (#136419) by Martin Storsjö · 6 weeks ago
  25. e9280a1 [libc++] Backport segmented iterator optimization for std::for_each to C++11 (#134960) by Peng Liu · 6 weeks ago
  26. 06de4d5 [libc++] Properly decay functions in CTAD for `pair` (#134544) by A. Jiang · 6 weeks ago
  27. 9e3982d [libc++] Replace __libcpp_{ctz, clz} with __builtin_{ctzg, clzg} (#133920) by Peng Liu · 6 weeks ago
  28. 860e884 [libc++] Make __config_site modular (#134699) by Louis Dionne · 6 weeks ago
  29. e0a6905 [libc++] Simplify the generic implementation of is_{un}signed (#136095) by Nikolas Klauser · 6 weeks ago
  30. 51b8c66 [libc++] Extend the scope of radix sorting inside std::stable_sort to floating-point types (#129452) by Дмитрий Изволов · 7 weeks ago
  31. 557e931 [libc++] Implement P2897R7 aligned_accessor: An mdspan accessor expressing pointer over-alignment (#122603) by Damien L-G · 7 weeks ago
  32. 1175f5b [libc++] Removes the _LIBCPP_VERBOSE_ABORT_NOT_NOEXCEPT macro. (#135494) by Mark de Wever · 7 weeks ago
  33. 703cfe7 [libc++] Replace __libcpp_popcount by __builtin_popcountg (#133937) by Peng Liu · 7 weeks ago
  34. 4e0876e [libc++] Use __underlying_type directly in underyling_type_t (#135423) by Nikolas Klauser · 7 weeks ago
  35. 5c45e23 [libc++][test][NFC] Remove unused inclusions of `<iostream>` (#134776) by A. Jiang · 7 weeks ago
  36. 3e7be49 [libc++][test] Test `nasty_string` in C++20 (#135338) by A. Jiang · 7 weeks ago
  37. cfa322f [libc++][NFC] Reuse `__bit_log2` for `sort` (#135303) by A. Jiang · 7 weeks ago
  38. 5bdad05 [libc++][NFC] Remove a few aliases in __tree (#134392) by Nikolas Klauser · 7 weeks ago
  39. d39d24c [libc++][doc] Updates the release notes. by Mark de Wever · 7 weeks ago
  40. 6de1537 [NFC][libc++][test] Minor updates to generated header version test. (#134543) by Mark de Wever · 7 weeks ago
  41. df579ce [libc++] Adds is_implemented function for new ftm generator. (#134538) by Mark de Wever · 7 weeks ago
  42. 88e15b7 [libc++] A quick-fix for the Apple CI. (#135202) by Mark de Wever · 7 weeks ago
  43. 8fc2538 Reapply "[libc++] Optimize num_put integral functions" (#131613) (#133572) by Nikolas Klauser · 7 weeks ago
  44. 4cde945 [libc++][NFC] Remove `public` from the type traits (#135088) by Nikolas Klauser · 7 weeks ago
  45. cb43fe3 [libc++][NFC] Inline _LIBCPP_FALLTHROUGH() (#135001) by Nikolas Klauser · 7 weeks ago
  46. a4e6a77 libcxx: In gdb test detect execute_mi with feature check instead of version check. by Peter Collingbourne · 7 weeks ago
  47. 2f41fa3 [AMDGPU] Fix code object version not being set to 'none' (#135036) by Joseph Huber · 7 weeks ago
  48. 01a2922 [libc++][doc] Removes LLVM 19 Release Notes. (#134894) by Mark de Wever · 7 weeks ago
  49. af9c04f [libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885) by Nikolas Klauser · 7 weeks ago
  50. 750da48 [libc++][C++03] Remove headers which don't provide anything (#134044) by Nikolas Klauser · 8 weeks ago
  51. ab95005 [libc++] P3247R2: Deprecate `is_trivial(_v)` (#130573) by A. Jiang · 8 weeks ago
  52. 4ab86ed [libc++] Fix misplaced _LIBCPP_POP_MACROS (#134874) by Louis Dionne · 8 weeks ago
  53. 658f848 [NFC][libc++][test] Refactor new ftm generator tests. (#134490) by Mark de Wever · 8 weeks ago
  54. 6d2b767 [NFC][libc++] Removes Clang 16 work-arounds. (#91636) by Mark de Wever · 8 weeks ago
  55. 16d1054 [libc++] Remove _LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS (#111964) by Nikolas Klauser · 8 weeks ago
  56. 483edfe [libc++] Use __add_pointer and __remove_pointer builtins when they are fixed (#134147) by Nikolas Klauser · 8 weeks ago
  57. ff5b649 [libc++] Fix a comment typo in __tree (#134831) by MisakaVan · 8 weeks ago
  58. d057811 [clang] fix diagnostic printing of expressions ignoring LangOpts (#134693) by Matheus Izvekov · 8 weeks ago
  59. 9965f3d [libc++] Improve diagnostic when violating `std::atomic` trivially copyable mandates (#131754) by Damien L-G · 8 weeks ago
  60. a406fb8 [libc++] Clang-tidy operator& hijacker. (#128366) by Mark de Wever · 8 weeks ago
  61. 1847b00 [libc++][ci] Removes C++2b selection option. (#88557) by Mark de Wever · 8 weeks ago
  62. 7013b51 [libc++] Implement `std::flat_multiset` (#128363) by Hui · 8 weeks ago
  63. b4f7a2a [libc++] Bump OS version for macOS backdeployment CI jobs (#131883) by Louis Dionne · 8 weeks ago
  64. 475cbf0 [libc++] Implement ranges::iota (#68494) by James E T Smith · 8 weeks ago
  65. a97f734 [libc++] Fix deployment targets that were incorrectly bumped (#134278) by Louis Dionne · 8 weeks ago
  66. 4090910 [libc++] Guard additional headers with _LIBCPP_HAS_LOCALIZATION (#131921) by Louis Dionne · 8 weeks ago
  67. 2cd8edd [libc++] Add missing release note for LLVM 20 about zip_view (#134144) by Louis Dionne · 8 weeks ago
  68. b93376f [libc++][type_traits] `reference_{constructs|converts}_from_temporary` with `-Winvalid-specialization` tests (#133946) by Hristo Hristov · 8 weeks ago
  69. c59d3a2 [libc++] Add visibility annotations to the std namespace with GCC (#133233) by Nikolas Klauser · 8 weeks ago
  70. e6c2fdc [libc++] Fix ambiguous call to std::max in vector<bool> (#119801) by Peng Liu · 8 weeks ago
  71. d8d561a [libc++][NFC] Remove _LIBCPP_DISABLE_EXTENSION_WARNINGS (#133693) by Nikolas Klauser · 9 weeks ago
  72. dc17429 [clang] improved preservation of template keyword (#133610) by Matheus Izvekov · 9 weeks ago
  73. 76e7bdd [libc++][NFC] Replace __attribute__((__const__)) with [[__gnu__::__const__]] by Nikolas Klauser · 9 weeks ago
  74. faefb70 [libc++][NFC] Remove _LIBCPP_DLL_VIS by Nikolas Klauser · 9 weeks ago
  75. abf9c1a [libc++] Switch a few attribute to use the C++11 syntax (#133293) by Nikolas Klauser · 9 weeks ago
  76. e16541e [libc++] fix `flat_set`'s transparent `insert` (#133402) by Hui · 9 weeks ago
  77. 646ad89 [libc++] Unify __can_reference and __is_referenceable_v (#133278) by Louis Dionne · 9 weeks ago
  78. 457970d [libc++][NFC] Format std::num_put tests by Nikolas Klauser · 9 weeks ago
  79. c8246f6 [libc++] Remove friend declarations from __tree (#133237) by Nikolas Klauser · 9 weeks ago
  80. 1f90a88 [libcxx] Remove clang-18 workaround in picolib build (#133254) by David Spickett · 9 weeks ago
  81. 772173f [Clang][AMDGPU] Remove special handling for COV4 libraries (#132870) by Joseph Huber · 9 weeks ago
  82. c13c04f [libc++] Simplify the implementation of the pointer aliases in allocator_traits (#127079) by Nikolas Klauser · 9 weeks ago
  83. 82c078c [libc++] Remove official Clang 18 support. (#130142) by Mark de Wever · 9 weeks ago
  84. 427ce92 [libc++][NFC] Move dylib function in <__filesystem/operations.h> together by Nikolas Klauser · 9 weeks ago
  85. 8fdfe3f [libc++] Refactor ranges::{min, max, min_element, max_element} to use std::__min_element (#132418) by Peng Liu · 9 weeks ago
  86. 17d0569 [libc++] Instantiate hash function externally (#127040) by Nikolas Klauser · 9 weeks ago
  87. 8abca17 [libc++] Introduce unversioned namespace macros (#133009) by Nikolas Klauser · 9 weeks ago
  88. 3c0300d [libc++][ranges] Adjust inheritance detection for `enable_view` (#132582) by A. Jiang · 9 weeks ago
  89. f9aa7a2 [libc++] Verify std::forward_like's mandates clause. (#127318) by Mark de Wever · 9 weeks ago
  90. 51bceb4 [libcxx] [test] Fix restoring LLVM_DIR and Clang_DIR (#132838) by Martin Storsjö · 9 weeks ago
  91. 3e59b00 [libc++] Add GitHub usernames for Linaro managed bots (#133120) by David Spickett · 9 weeks ago
  92. 649cbcc [libc++] Remove unnecessary division and modulo operations in bitset (#121312) by Peng Liu · 9 weeks ago
  93. 3b2b918 [libc++] Use __detected_or_t to implement __has_iterator_{category,concept}_convertible_to (#124456) by Nikolas Klauser · 10 weeks ago
  94. 3fbd0ec [libc++] Update the status for LWG3120 (#116772) by Peng Xie · 10 weeks ago
  95. af26799 [libc++] Re-implement LWG2770 again * 2 (#132598) by A. Jiang · 10 weeks ago
  96. b0668d85 [libc++] Make sure that __desugars_to isn't tripped up by reference_wrapper, const and ref qualifiers (#132092) by Louis Dionne · 10 weeks ago
  97. fc5b4d4 [libc++] Rename __construct_one_at_end to __emplace_back_assume_capacity (#132276) by Louis Dionne · 10 weeks ago
  98. 3573065 [libcxx] Put `std::monostate` in `<utility>` (#128373) by Amr Hesham · 10 weeks ago
  99. a8e168e [libc++][NFC] Replace structs with variable templates in <__memory/allocator_traits.h> (#129237) by Nikolas Klauser · 10 weeks ago
  100. 7334024 [libc++] Always build the dylib with hidden visibility (#131313) by Nikolas Klauser · 10 weeks ago