1. f65549e Address formatting mistake in libc++ test by Eric Fiselier · 25 hours ago main
  2. 91dc12c [libc++] Fix wait_on_destruct.pass.cpp hanging sometimes (#146240) by Eric · 27 hours ago
  3. bd058a2 [libc++] Add missing _LIBCPP_NODEBUG in <__type_traits/invoke.h> by Nikolas Klauser · 34 hours ago
  4. 92a0d1e [libc++] Fix <charconv> not exporting std::errc (#146268) by Nikolas Klauser · 35 hours ago
  5. 515c20a [Clang] Add __builtin_invoke and use it in libc++ (#116709) by Nikolas Klauser · 2 days ago
  6. 0d424c4 [libc++][NFC] Refactored equality comparisons tests for `pair` and `expected` (#145668) by Hristo Hristov · 2 days ago
  7. 63b18d8 [libc++] Introduce `__product_iterator_traits` and optimise `flat_map::insert` (#139454) by Hui · 3 days ago
  8. 458ade3 [libc++] P2944R3: Constrained comparisions - `tuple` (#145677) by Hristo Hristov · 4 days ago
  9. 4b76f0d [libc++] Move libcxx/test/libcxx/extensions to libcxx/test/extensions and update the tests (#145476) by Nikolas Klauser · 4 days ago
  10. 033a75f [libc++] Remove a bunch of unnecessary type indirections from __tree (#145295) by Nikolas Klauser · 4 days ago
  11. 9d436e2 [libc++] Avoid type-punning between __hash_value_type and pair (#143501) by Nikolas Klauser · 5 days ago
  12. 640e9c2 Disable HWSan for thread_creae_failure.pass. by Qinkun Bao · 5 days ago
  13. 8f8d154 Disable HWSan for thread_creae_failure.pass. by Qinkun Bao · 5 days ago
  14. d6d45fe [libc++] Address remaining comments from #130145 by Nikolas Klauser · 5 days ago
  15. 25d1853 [libc++] Don't try to wait on a thread that hasn't started in std::async, take 2 (#130145) by Nikolas Klauser · 5 days ago
  16. 7a36df3 [libc++] P2944R3: Constrained comparisions - `variant` (#141396) by Hristo Hristov · 6 days ago
  17. 8f3bd94 [libc++] Refactor basic_filebuf::overflow() (#144793) by Louis Dionne · 7 days ago
  18. 69f5985 [libc++] Fix no-localisation CI failure on <complex> (#145213) by Hui · 7 days ago
  19. c5bb8b1 [libc++] Fix bitset conversion functions and refactor constructor (#121348) by Peng Liu · 7 days ago
  20. c20ae9d [libc++] Remove a bunch of now unnecessary indirections in __tree (#142397) by Nikolas Klauser · 8 days ago
  21. cc24cfa [libc++] Add test to ensure that the mangling of types stays the same (#143556) by Nikolas Klauser · 8 days ago
  22. 6f51df2 [libc++] constexpr flat_map (#137453) by Hui · 10 days ago
  23. a7d351e [libc++] Implement `views::join_with` (#65536) by Jakub Mazurkiewicz · 10 days ago
  24. b4e8fe2 [libc++] Simplify <limits> a bit (#140021) by Nikolas Klauser · 10 days ago
  25. 4584741 [libc++] Simplify std::function further after removing allocator support (#144443) by Nikolas Klauser · 10 days ago
  26. 4c9b674 [libc++] Disable a std::unexpected test in modules build (#144466) by Aiden Grossman · 11 days ago
  27. 45119c8 [libc++] Update the value of __cpp_lib_constrained_equality after P3379R0 (#144553) by Hristo Hristov · 11 days ago
  28. 4566437 [libc++][NFC] Format abs.pass.cpp test by Nikolas Klauser · 12 days ago
  29. ac76c58 [libc++] Move std::abs into __math/abs.h (#139586) by Nikolas Klauser · 12 days ago
  30. 50ab7cf [libc++] Simplify the implementation of pointer_traits a bit (#142260) by Nikolas Klauser · 12 days ago
  31. 56a1b30 [libc++][test] Don't pass ill-formed UTF-8 to MAKE_STRING_VIEW (#136403) by S. B. Tam · 12 days ago
  32. eb7279a [libc++] Fix a typo in documentation (#144763) by Kazu Hirata · 13 days ago
  33. c154902 [libc++] Optimize ranges::{for_each, for_each_n} for segmented iterators (#132896) by Peng Liu · 13 days ago
  34. 8cb3438 [libc++] Clean up casts in std::forward_list (#130310) by Peng Liu · 13 days ago
  35. 667fe38 [libc++] Make list constexpr as part of P3372R3 (#129799) by Peng Liu · 13 days ago
  36. 2086310 [libc++] Move __has_iterator_typedefs to the up-to-C++17 implementation of iterator_traits (#144265) by Nikolas Klauser · 13 days ago
  37. 649aca3 [libcxx] [test] Fix odr_signature tests with optimizations enabled (#144317) by Martin Storsjö · 13 days ago
  38. 1fcb79b Revert "[libc++] Remove trailing newline from _LIBCPP_ASSERTION_HANDLER calls" (#144615) by Daniel Thornburgh · 14 days ago
  39. a5c5d8e [libc++] Remove trailing newline from _LIBCPP_ASSERTION_HANDLER calls (#143573) by Sam Clegg · 14 days ago
  40. 719a58e [libc++] Mark two assertion tests as unsupported in C++03 mode by Louis Dionne · 14 days ago
  41. ffc60d5 [libc++][NFC] Refactor basic_streambuf to use public API functions when possible (#144547) by Louis Dionne · 14 days ago
  42. e9a3011 [libc++][NFC] Consistently qualify calls to C functions in <fstream> (#144539) by Louis Dionne · 14 days ago
  43. 8d68d9a [libc++] Remove a few workarounds for old Clang versions (#143858) by Nikolas Klauser · 2 weeks ago
  44. 7614d8f [libc++] P2944R3: Constrained comparisons - update `reference_wrapper` implementation (#139368) by Hristo Hristov · 2 weeks ago
  45. c16134f [libc++][test] Improve test coverage for flat_set (lack of) SCARY iterators (#139649) by halbi2 · 3 weeks ago
  46. 4ff69d9 [libc++] Update GDB pretty-printer to work with GDB 17 (#142106) by kotborealis · 3 weeks ago
  47. 81b8f6b [libc++] Expand Android libc++ test config files (#142846) by tynasello-google · 3 weeks ago
  48. a62897a [libc++] Fix typos in documentation (#143912) by Kazu Hirata · 3 weeks ago
  49. af61478 [libc++] Fix constructing `bitset` from non-null-terminated arrays (#143691) by A. Jiang · 3 weeks ago
  50. 3d0a406 [libc++] Remove allocator support from std::function (#140395) by Nikolas Klauser · 3 weeks ago
  51. 2e2fbc8 [libc++] Remove static_assert from hash.cpp that fires unconditionall by Nikolas Klauser · 3 weeks ago
  52. 566f1be [libc++] Simplify the implementation of __next_prime a bit (#143512) by Nikolas Klauser · 3 weeks ago
  53. f3aaf1d [libc++] Upgrade to GCC 15 (#138293) by Nikolas Klauser · 3 weeks ago
  54. 6ea8c5e [libc++] Make forward_list constexpr as part of P3372R3 (#129435) by Peng Liu · 3 weeks ago
  55. 89b9cd1 [libc++][NFC] Move __libcpp_is_integral into the else branch (#142556) by Nikolas Klauser · 3 weeks ago
  56. 4e9ae45 [libc++] Refactor signed/unsigned integer traits (#142750) by Nikolas Klauser · 3 weeks ago
  57. c6d950f [libc++] Fix constraints in `__countr_zero` and `__popcount` by Nikolas Klauser · 3 weeks ago
  58. c880a1b [libc++] Add missing C++20 [time.point.arithmetic] (#143165) by maflcko · 3 weeks ago
  59. b5d83e7 [libc++] Move swap test to a .compile.pass.cpp (#143167) by Louis Dionne · 3 weeks ago
  60. 31e02ba [libc++] Don't skip localization-related headers in header tests (#134877) by Louis Dionne · 3 weeks ago
  61. 58be4d4 [libc++] Document our ABI guarantees and what ABI flags exist to modify these guarantees (#132615) by Nikolas Klauser · 3 weeks ago
  62. d300536 [libc++] Simplify the implementation of std::hash (#140407) by Nikolas Klauser · 3 weeks ago
  63. 473fdbb [libc++] Inline __has_feature and __has_extension uses (#133634) by Nikolas Klauser · 3 weeks ago
  64. 12a2c40 [libc++] Remap headers in the debug info when building the library (#143004) by Louis Dionne · 3 weeks ago
  65. 0fb3554 libc++ test: update MinSequenceContainer.h to make some tests pass on MSVC STL (#140287) by Alex Guteniev · 3 weeks ago
  66. 2c359c2 [libcxx] Include __fwd/span.h in <mdspan> by Aiden Grossman · 3 weeks ago
  67. b65e703 [libc++] Do not call `reserve` in flat containers if underlying container is user defined (#140379) by Hui · 3 weeks ago
  68. de63c6f [libc++] `flat_meow` transparent comparator string literals (#133654) by Hui · 4 weeks ago
  69. 89bf2e4 [libc++][NFC] Remove some unused code from <map> (#142408) by Nikolas Klauser · 4 weeks ago
  70. 0ede667 [libc++] Move _ITER_TRAITS and _ITER_CONCEPT into <__iterator/concepts.h> (#140528) by Nikolas Klauser · 4 weeks ago
  71. cdae0b7 [libc++] Avoid spuriously unsupporting the new FTM tests (#142024) by Louis Dionne · 4 weeks ago
  72. e09da98 [libcxx] Add span includes to some mdspan tests (#142693) by Aiden Grossman · 4 weeks ago
  73. 18611af [libc++] Fix `basic_string::shrink_to_fit` for constant evaluation (#142712) by A. Jiang · 4 weeks ago
  74. 0e24258 [libc++] Ensure strong exception guarantee for forward_list::resize (#131025) by Peng Liu · 4 weeks ago
  75. b832b8d [libc++] Disallow specializing `common_reference` (#141465) by A. Jiang · 4 weeks ago
  76. a8047d0 [libc++] constexpr priority_queue (#140634) by Peng Liu · 4 weeks ago
  77. 275cada [libc++] Remove invalid char_traits instantiations from a test (#142016) by Louis Dionne · 4 weeks ago
  78. 1fcaed7 [libc++] Fix padding calculation for function reference types (#142125) by A. Jiang · 4 weeks ago
  79. d4a18f7 [libc++] Use `__reference_constructs_from_temporary` if eligible (#141916) by A. Jiang · 4 weeks ago
  80. 536618d [libc++] Remove availability annotations which can't fire anymore (#140049) by Nikolas Klauser · 4 weeks ago
  81. 526315c [libc++] Remove unused include caused by wrong __has_include (#141328) by Tomohiro Kashiwada · 4 weeks ago
  82. c2e4094 Revert "[libc++] Re-enable std::pair trivial copy constructor for FreeBSD >= 14" (#142204) by Jessica Clarke · 4 weeks ago
  83. b07e223 [libc++][test] Fix test not relying on MinSequenceContainer (#140372) by Hui · 5 weeks ago
  84. 235f9d2 [libc++] P2165R4: Update deduction guides for map containers and container adaptors (#136011) by Ksar · 5 weeks ago
  85. dca0866 [libc++] Refactor bitset::{any, all} (#128445) by Peng Liu · 5 weeks ago
  86. 1020479 [libc++] Simplify __bitset::__init (#121357) by Peng Liu · 5 weeks ago
  87. 45c0e9b Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_ABI everywhere (#131156)" (#141756) by James Y Knight · 5 weeks ago
  88. 227b9b5 Revert "[libc++] Fix build failure with libdispatch backend (#141606)" by Louis Dionne · 5 weeks ago
  89. 28720a2 [libc++] Fix build failure with libdispatch backend (#141606) by Louis Dionne · 5 weeks ago
  90. 6b76337 [libcxx][docs] Fix bullet point in Additional Tools section by David Spickett · 5 weeks ago
  91. a37a15e [libcxx] [test] Change an MSVC mode XFAIL into UNSUPPORTED (#141609) by Martin Storsjö · 5 weeks ago
  92. 331ccd9 [libc++] Fix directory name in libcxx rand.dist tests path (#140160) by LRFLEW · 5 weeks ago
  93. c3d03f3 [libc++] Bump the docker image hash (#140517) by Nikolas Klauser · 5 weeks ago
  94. 0cfb291 [libc++][NFC] Replace a few "namespace std" with the correct macro (#140510) by Nikolas Klauser · 6 weeks ago
  95. d4c98c6 [libcxx] [test] Extend mingw target checks to cover the arm64ec architecture too (#141227) by Martin Storsjö · 6 weeks ago
  96. 3f3a39c [libc++] Optimize bitset::to_string (#128832) by Peng Liu · 6 weeks ago
  97. 4f3056e [libc++] Optimize std::for_each_n for segmented iterators (#135468) by Peng Liu · 6 weeks ago
  98. 7b6da32 [libc++] Make ABI annotations explicit for windows-specific code (#140507) by Nikolas Klauser · 6 weeks ago
  99. b60d9b3 [libc++] Add explicit ABI annotations to functions from the block runtime declared in <__functional/function.h> (#140592) by Nikolas Klauser · 6 weeks ago
  100. a7b0bce [libc++] Optimize std::getline (#121346) by Nikolas Klauser · 6 weeks ago