1. 94714fb [libc++] Deprecate `is_pod(_v)` since C++20 (#129471) by A. Jiang · 9 weeks ago
  2. ba9aeed [libc++] Implement part of P2562R1: constexpr `ranges::stable_sort` (#128860) by A. Jiang · 9 weeks ago
  3. ff993f9 [libc++] Remove identity casts in <{forward_,}list> (#130049) by Nikolas Klauser · 9 weeks ago
  4. 0cceac6 [libc++] Remove a few unused includes from <__concepts/*> (#129883) by Nikolas Klauser · 9 weeks ago
  5. 27e686c [libc++] Verify that LWG4140 is implemented (#128624) by A. Jiang · 9 weeks ago
  6. c28c508 [libc++] Implement part of P2562R1: constexpr `ranges::stable_partition` (#129839) by A. Jiang · 9 weeks ago
  7. e51331c [libcxx] Export directory_iterator in module build (#129195) by Takuto Ikuta · 9 weeks ago
  8. 15edf87 [libc++] Optimize num_put integral functions (#120859) by Nikolas Klauser · 9 weeks ago
  9. e739ce2e [libc++] Add missed `constexpr` to `erase(_if)` in `<string>` (#129666) by A. Jiang · 9 weeks ago
  10. a12744f [libc++] Optimize ranges::swap_ranges for vector<bool>::iterator (#121150) by Peng Liu · 9 weeks ago
  11. 29dde55 [libc++] Remove a few unused includes in <utility> headers (#129674) by Nikolas Klauser · 9 weeks ago
  12. bf9bf29 [libc++] Implement part of P2562R1: constexpr `std::stable_partition` (#128868) by A. Jiang · 9 weeks ago
  13. 5bf1f03 [libc++] Fix assignment in insertion into `vector` (#116001) by A. Jiang · 9 weeks ago
  14. 8f4ee42 [libc++][test] extend XFAIL clauses to cover Amazon Linux too (#129377) by Paul Osmialowski · 9 weeks ago
  15. ca0612c [libc++] Fix `money_get::do_get` with huge input (#126273) by A. Jiang · 9 weeks ago
  16. 00e7463 [libc++][chrono][doc] Use stable names in synopsis. (#129381) by Mark de Wever · 9 weeks ago
  17. 376ffec [libc++][format] Enables formattable tests for chrono formatters. (#128356) by Mark de Wever · 9 weeks ago
  18. f5f5286 [libc++] Implement LWG3990 for Clang (#128834) by A. Jiang · 9 weeks ago
  19. fa5db05 [libc++][test] XFAIL for FreeBSD in thread_create_failure.pass.cpp (#129413) by A. Jiang · 9 weeks ago
  20. 4a8412d [libc++] Add tests for gcd that result in something other than zero or one (#129395) by AdityaK · 9 weeks ago
  21. d2b09e2 [libc++] Prohibits initializer_list specializations. (#128042) by Mark de Wever · 9 weeks ago
  22. 65f105b [libc++] Implements LWG3600 Making istream_iterator copy constructor trivial is an ABI break (#127343) by Mark de Wever · 9 weeks ago
  23. f909b22 [libcxx] Provide locale conversions to tests through lit substitution (#105651) by Martin Storsjö · 9 weeks ago
  24. c363975 Revert "[libc++][test] extend -linux-gnu XFAIL to cover all of the -linux targets (#129140)" (#129271) by Paul Osmialowski · 9 weeks ago
  25. fda7373 [libc++] Guard <codecvt> contents on _LIBCPP_HAS_LOCALIZATION (#129112) by Louis Dionne · 9 weeks ago
  26. 037cf12 [libc++] Mark _XOPEN_SOURCE test as unsupported on FreeBSD (#128950) by Louis Dionne · 9 weeks ago
  27. 1a6f9fd [libc++] Enable algorithm vectorization on arm neon (#128873) by Nikolas Klauser · 10 weeks ago
  28. c93dc58 [libc++][test] extend -linux-gnu XFAIL to cover all of the -linux targets (#129140) by Paul Osmialowski · 10 weeks ago
  29. 39c6c8b [libc++] Fix the locale base API on Linux with musl (#128936) by Brian Cain · 10 weeks ago
  30. f896bd3 [libc++] Diagnose when nullptrs are passed to string APIs (#122790) by Nikolas Klauser · 10 weeks ago
  31. 28851ed [libc++] Silence CMake's install messages in the CI (#128872) by Nikolas Klauser · 10 weeks ago
  32. da618cf [NFC][libc++] Guard against operator& hijacking. (#128351) by Mark de Wever · 10 weeks ago
  33. 2c36411 [libcxx] Add LWG4135: The helper lambda of std::erase for list should specify return type as bool (#128358) by elhewaty · 10 weeks ago
  34. 7717a54 [libc++] Optimize ranges::equal for vector<bool>::iterator (#121084) by Peng Liu · 10 weeks ago
  35. f161b1b [libc++][test] Refactor tests for rotate and rotate_copy (#126458) by Peng Liu · 10 weeks ago
  36. 26be07b [libc++][format] Disables narrow string to wide string formatters. (#128355) by Mark de Wever · 10 weeks ago
  37. a841cf9 [lib++][print] Don't pad the ostream output. (#128354) by Mark de Wever · 10 weeks ago
  38. d7b3606 [libc++] Updates ostream's println LWG status. (#128214) by Mark de Wever · 10 weeks ago
  39. ffc5d2b [libc++][test] Refactor tests for ranges::swap_range algorithms (#121138) by Peng Liu · 10 weeks ago
  40. 1d583ed [libc++][test] Augment ranges::{fill, fill_n, find} with missing tests (#121209) by Peng Liu · 10 weeks ago
  41. 56379b29 Simplify flip() for std::bitset (#120807) by Peng Liu · 10 weeks ago
  42. 5e4938a Exclude hwasan from thread_create_failure.pass.cpp (#128768) by Thurston Dang · 10 weeks ago
  43. 43401dd [libc++] Make .verify.cpp tests more robust against changing headers (#128703) by Nikolas Klauser · 10 weeks ago
  44. 11766a4 [libc++] Don't try to wait on a thread that hasn't started in std::async (#125433) by Nikolas Klauser · 10 weeks ago
  45. 674dbcf [libc++][NFC] Use TEST_STD_VER instead of _LIBCPP_STD_VER in re.tokiter.comp/equal.pass.cpp by Nikolas Klauser · 10 weeks ago
  46. 363bfd6 [libc++] Use the new locale base API on Linux (#128007) by Louis Dionne · 2 months ago
  47. de473fc [libc++] Synchronize Docker container SHA in run-buildbot-container (#128225) by Louis Dionne · 2 months ago
  48. 1586044 [libc++] Fix basic_string not allowing max_size() elements to be stored (#125423) by Nikolas Klauser · 2 months ago
  49. 31824b2 [libc++] Fix shrink_to_fit to swap buffer only when capacity is strictly smaller (#127321) by Peng Liu · 2 months ago
  50. 268853e [libcxx] Enable localization for the GPU in the config files (#128224) by Joseph Huber · 2 months ago
  51. c0d1403 [libc++][docs][NFC] Update supported OpenXL version (#127072) by Hristo Hristov · 2 months ago
  52. affbb4d [libc++] std::atomic primary template should not have a `difference_type` member type (#123236) by Damien L-G · 2 months ago
  53. cf50936 [libc++][chrono] implements GPS clock. (#125921) by Mark de Wever · 2 months ago
  54. aa6d3ff [libc++] Re-enable the FreeBSD CI job (#127687) by Louis Dionne · 2 months ago
  55. 5e26fb1 [libc++] Qualify calls to nullary functions like __throw_foo (#122465) by Louis Dionne · 2 months ago
  56. 30ae485 [libcxx] Work around picolibc argv handling in tests. (#127662) by Simon Tatham · 2 months ago
  57. e83ad81 [NFC][libc++][TZDB] Fixes formatting. by Mark de Wever · 2 months ago
  58. f00b32e [libc++] Reduce the dependency of the locale base API on the base system from the headers (#117764) by Louis Dionne · 2 months ago
  59. 8feb5ba [libc++] Add benchmarks for copy algorithms (#127328) by Louis Dionne · 2 months ago
  60. 9107ad4 Apply clang-format to bitset_test_cases.h to make PR#120807 cleaner by Peng Liu · 3 months ago
  61. ad87d5f [libc++][test] Refactor tests for std::{copy, move, fill} algorithms (#120909) by Peng Liu · 3 months ago
  62. ab3d793 [libc++] Optimize ranges::move{,_backward} for vector<bool>::iterator (#121109) by Peng Liu · 3 months ago
  63. 3e61c1a [libc++] Avoid code duplication in strings operator+ overloads (#126048) by Nikolas Klauser · 3 months ago
  64. 7f69a39 [libc++] Deprecate and remove member types of `hash` in `<variant>` (#127758) by A. Jiang · 3 months ago
  65. 2c8b124 [libc++] Guard include of <features.h> with __has_include (#127691) by Louis Dionne · 3 months ago
  66. 2207e3e3 [libc++] Set feature-test macro `__cpp_lib_atomic_float` (#127559) by A. Jiang · 3 months ago
  67. 3a00c42 [libc++] Add Hagenberg issues and papers to the Status pages (#127510) by Louis Dionne · 3 months ago
  68. 2775122 [libc++][NFC] Clarify libc++'s stance about implementing the Networking TS by Louis Dionne · 3 months ago
  69. f796747 [libc++][TZDB] Improves system time zone detection. (#127339) by Mark de Wever · 3 months ago
  70. b22fc43 [libc++] Updates the compilers used post LLVM-20 branching. (#126564) by Mark de Wever · 3 months ago
  71. 7620011 [libc++] Do not guard inclusion of wchar.h with _LIBCPP_HAS_WIDE_CHARACTERS (#126924) by Steven Cooreman · 3 months ago
  72. 3fa85c7 [libc++] Document that libc++ does not and will never implement the Networking TS (#127508) by Louis Dionne · 3 months ago
  73. 941f7cb [libc++][TZDB] Fixes mapping of nonexisting time. (#127330) by Mark de Wever · 3 months ago
  74. ec54403 [libc++] Synchronize a few remaining status page rows with Github issues by Louis Dionne · 3 months ago
  75. fb29f19 [libc++] Synchronize status pages with Github issues list by Louis Dionne · 3 months ago
  76. 949e404 [libc++] Add watchOS and tvOS checks for aligned_alloc (#126862) by Un1q32 · 3 months ago
  77. c6d95c4 [libc++] Fix initialization-order-fiasco with iostream.cpp constructors (#126995) by Vitaly Buka · 3 months ago
  78. 248716f [libc++] Fixes (|multi)_set spaceship operator. (#127326) by Mark de Wever · 3 months ago
  79. 2472d38 [libc++] Move unused basic_string function definition to the dylib sources (#126219) by Nikolas Klauser · 3 months ago
  80. a6093d3 [libc++] Explicitly mention vector_bool in the name of benchmarks (#127313) by Louis Dionne · 3 months ago
  81. cffc1ac [libc++] Avoid including <features.h> on arbitrary platforms (#125587) by Louis Dionne · 3 months ago
  82. 4887e41 [libc++][NFC] Make enable_ifs in <optional> consistent (#127184) by Nikolas Klauser · 3 months ago
  83. 04bf00c [NFC][libc++][format] Fixes comment typos. by Mark de Wever · 3 months ago
  84. fbd92d0 [libc++][format] Disables the FTM on older MacOS versions. (#126547) by Mark de Wever · 3 months ago
  85. e52ad49 [libc++][NFC] Add reminder to remove _LIBCPP_HAS_EXPLICIT_THIS_PARAMETER macro (#127070) by Hristo Hristov · 3 months ago
  86. 55b0fde [libc++][NFC] Simplify unique_ptr a bit (#121230) by Nikolas Klauser · 3 months ago
  87. db2953d [doc] Add Discord invite link alongside channel links (#126352) by Alex Bradbury · 3 months ago
  88. 0761841 [libcxx] Add a missing include for __enable_if_t (#127016) by Takuto Ikuta · 3 months ago
  89. 672e385 [libcxx] Add a missing include for __bit_iterator (#127015) by Takuto Ikuta · 3 months ago
  90. 5953e5a [libc++] Simplify the apple-system-hardened CI configuration (#126911) by Louis Dionne · 3 months ago
  91. dbfb29f [libc++] Add a link to __builtin_verbose_trap from the hardening docs (#126930) by Louis Dionne · 3 months ago
  92. b101c35 [libc++] Remove conditional for attributes that are always available (#126879) by Nikolas Klauser · 3 months ago
  93. 39f0f0a [libc++] Remove obsolete guards for join_view being experimental (#126697) by Louis Dionne · 3 months ago
  94. c4fe456 [libc++] Fixes building with Python 3.8. by Mark de Wever · 3 months ago
  95. 2d66ab5 [libc++][NFC] Run the container tests through clang-format (#126499) by Louis Dionne · 3 months ago
  96. 998f242 [libc++][test] Fixes for `hash<Emplaceable>` and value discarding (#126566) by A. Jiang · 3 months ago
  97. 3d9409f [NVPTX] Make ctor/dtor lowering always enabled in NVPTX (#126544) by Joseph Huber · 3 months ago
  98. f332455 [libc++] Extract destroy algorithms into separate headers (#126449) by Louis Dionne · 3 months ago
  99. b319dfe [libc++][CI] Updates Clang HEAD version in Docker. (#126419) by Mark de Wever · 3 months ago
  100. 5b9e6c7 [libc++] Improves type-safety in generator script. (#101880) by Mark de Wever · 3 months ago