aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2026-04-28[libc++] Refactor the SPEC benchmark runner (#194737)Louis Dionne2-57/+146
2026-04-28[libc++] Improvements to the benchmark runners (#194659)Louis Dionne3-3/+19
2026-04-28[libc++][NFC] Remove unused header <__support/xlocale/__nop_locale_mgmt.h> (#...Nikolas Klauser3-34/+3
2026-04-26[libcxx] Remove package installation for generic-llvm-libc (#194259)Aiden Grossman1-10/+0
2026-04-25[libcxx] Bump next runner set (#194211)Aiden Grossman1-1/+1
2026-04-25[libcxx] Bump base image version to most recent (#194209)Aiden Grossman1-2/+2
2026-04-25[libcxx] Include python3-yaml and rsync in container (#194182)Aiden Grossman1-0/+2
2026-04-26[libc++] P4144R1: Remove `span`'s `initializer_list` constructor for C++26 (#...A. Jiang13-246/+10
2026-04-25[libc++] Fix constant_wrapper::operator() (#193573)Hui4-35/+78
2026-04-25[libc++] Remove full header path from assertion messages (#190060)Louis Dionne1-1/+1
2026-04-25[libc++] Implement P1899 `ranges::stride_view` (#65200)Will Hawkins45-2/+3929
2026-04-23[libcxx][Github] Add generic-llvm-libc config to CI (#193822)Aiden Grossman1-2/+24
2026-04-23[libcxx] Use debug() instead of note() for substitutions (#193667)Vitaly Buka1-1/+1
2026-04-23[libcxx] XFAIL some tests for LLVM libcAiden Grossman76-0/+225
2026-04-23[libcxx] Add Testing Configuration for LLVM libcAiden Grossman3-0/+109
2026-04-23[libc++] Implement `ranges::fold_left_first` and `ranges::fold_left_first_wit...Connector Switch10-9/+452
2026-04-23[libc++] Avoid using ranges::upper_bound in <format> (#186781)Nikolas Klauser2-4/+6
2026-04-22[libc++][ranges] P2164R9: Implements `views::enumerate` (#73617)Hristo Hristov44-8/+3343
2026-04-22[libc++] Remove apple_availability.h (#192851)Hui4-43/+1
2026-04-22[libcxx][test] Skip cas_non_power_of_2.pass.cpp in Picolibc build (#191415)David Spickett1-0/+4
2026-04-21[libcxx][Github] Bump container version (#193351)Aiden Grossman2-2/+2
2026-04-21[libcxx][Github] Bump Github Runner to 2.334.0 (#193339)Aiden Grossman1-1/+1
2026-04-21[libc++] Implement `std::constant_wrapper` (#191695)Hui33-9/+3414
2026-04-21[libc++] Fix any.cpp not compiling with the minimum header version >= 7 (#193...Nikolas Klauser1-2/+2
2026-04-21[libc++] Fix numeric_limits::digits and digits10 for _BitInt(N) (#193002)Xavier Roche5-7/+149
2026-04-20[libc++] Update `__mbstate_t.h` to include path to Android's `mbstate_t.h` (#...finagolfin1-0/+2
2026-04-20[libc++][NFC] Move namespace macros into a detail header (#193003)Nikolas Klauser5-84/+131
2026-04-20[libc++] Update to Clang 21 as the oldest supported version (#186062)Nikolas Klauser5-13/+6
2026-04-20[libc++][NFC] Remove `pointer_traits<__wrap_iter>` partial specialization (#1...A. Jiang1-14/+0
2026-04-20[libc++][test] Unblock cases for `ranges::sort` with proxy ranges (#188490)A. Jiang1-3/+0
2026-04-20[libcxx][ci] Set CMAKE_C_COMPILER_TARGET for all Arm/AArch64 builds (#192645)David Spickett5-0/+5
2026-04-19[libc++][functional] Implement `std::bind_front<NTTP>` (#165096)Jakub Mazurkiewicz7-0/+574
2026-04-19[libc++] Enable `mdspan::operator[]` constraint tests for AppleClang (#192475)eiytoq1-31/+0
2026-04-17[libc++] Fix realloc bug in ios.cpp (#177526)v-zhangxiaomeng51-2/+6
2026-04-16[libc++] Update Android CI owners (#192511)Sharjeel Khan1-2/+2
2026-04-14Reapply "[libc++][format] P3953R3: Rename `std::runtime_format` (#189657)" (#...A. Jiang10-53/+55
2026-04-14[libc++] LWG4511: Inconsistency between the deduction guide of `std::mdspan` ...eiytoq4-4/+9
2026-04-13Revert "[libc++][format] P3953R3: Rename `std::runtime_format` (#189657)" (#1...Thurston Dang10-55/+53
2026-04-13[libc++] Fix the mdspan ElementType complete object type mandate (#191703)eiytoq2-0/+50
2026-04-12[libc++][ranges] LWG3610: `iota_view::size` sometimes rejects integer-class t...Hristo Hristov3-2/+18
2026-04-12[libc++][numeric] P4052R0: Renaming saturation arithmetic functions (#189574)Hristo Hristov27-1108/+1109
2026-04-12[libc++][format] P3953R3: Rename `std::runtime_format` (#189657)Hristo Hristov10-53/+55
2026-04-12[libc++][atomics] P3936R1: Safer ``atomic_ref::address`` (#189761)Hristo Hristov9-14/+48
2026-04-12[libc++][ranges][NFC] Mark LWG3947 as implemented (#191642)Hristo Hristov1-1/+1
2026-04-11[libc++][NFC] Sync `<mdspan>` synopsis and remove redundant `typename`s (#191...eiytoq5-55/+52
2026-04-11[libc++][mdspan] Fix layout_stride->layout_right test (#191611)eiytoq1-4/+4
2026-04-11[libc++][test] Improve `fold_left` `check_lvalue_range` coverage. (#183990)Connector Switch1-4/+5
2026-04-10[libc++] Speed up stable_sort.pass.cpp by reducing redundant test coverage (#...Louis Dionne1-40/+48
2026-04-10[libc++] Fix incorrect links and broken formatting in CSV status files (#191289)Louis Dionne3-7/+7
2026-04-09[libc++] Add positive test coverage for the string optimization on associativ...Louis Dionne1-0/+144