aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[libc++] Update the Docker image hash in run-buildbot-container (#170165)Louis Dionne2-2/+5
2025-12-01[libc++] Make sure the LLVM libc shared utilities use libc++'s assertion mech...Louis Dionne1-5/+9
2025-12-01[LIT] remove `to_unicode`, `to_string`, and `to_bytes` helpers (#165950)Tomohiro Kashiwada1-1/+1
2025-12-01[libc++][NFC] Add optional<T&> synopsis (#170043)William Tran-Viet1-0/+65
2025-12-01[Clang] Add __builtin_common_reference (#121199)Nikolas Klauser2-14/+29
2025-11-28[libc++] Add support for picolibc and newlib in RUNTIMES_USE_LIBC (#147956)Volodymyr Turanskyy21-32/+38
2025-11-28[libc++][NFC] Simplify SFINAE detections in `weak_result_type.h` (#169870)A. Jiang1-28/+14
2025-11-28[libc++][NFC] Simplify string.bench.cpp a bit (#169791)Nikolas Klauser1-24/+1
2025-11-28[libcxx] Unwrap iterators in __find_segment (#161274)lbonn2-1/+55
2025-11-28Revert "[libc++] Fix the locale base API on Linux with musl" (#169884)Nikolas Klauser1-15/+0
2025-11-28[libc++] Fix the locale base API on Linux with musl (#167980)Mr. Walls1-0/+15
2025-11-27[libc++] Merge the implementations of ranges::copy_n and std::copy_n and fix ...Nikolas Klauser4-72/+75
2025-11-27[libc++][C++03] Remove code in the C++03-specific tests that is guarded on th...Nikolas Klauser38-1251/+3
2025-11-27[libc++][flat_set] Applied `[[nodiscard]]` (#169739)Hristo Hristov3-43/+135
2025-11-27[libc++][deque] Applied `[[nodiscard]]` (#169745)Hristo Hristov2-24/+58
2025-11-27[libc++] Reformat `optional` constructor tests (#169231)William Tran-Viet17-1116/+982
2025-11-27[libc++][mdspan] Applied `[[nodiscard]]` (#169326)Hristo Hristov4-32/+103
2025-11-27[libc++][queue] Applied `[[nodiscard]]` (#169469)Hristo Hristov2-14/+28
2025-11-27[libc++] Applied `[[nodiscard]]` to concurrency (partially) (#169463)Hristo Hristov9-53/+173
2025-11-26[libc++] Applied `[[nodiscard]]` to Language Support (partially) (#169611)Hristo Hristov7-35/+150
2025-11-26[libc++][flat_map] Applied `[[nodiscard]]` (#169453)Hristo Hristov4-51/+153
2025-11-25[libc++][stack] Applied `[[nodiscard]]` (#169468)Hristo Hristov2-5/+10
2025-11-25[libc++] Applied `[[nodiscard]]` to some general utilities (#169322)Hristo Hristov8-32/+77
2025-11-25[libc++] Introduce __specialized_algorithms (#167295)Nikolas Klauser5-44/+113
2025-11-25[libc++] Always define _LIBCPP_GLIBC_PREREQ (#169405)Nikolas Klauser4-43/+18
2025-11-25[libc++][C++03] Fix ODR tests (#169349)Nikolas Klauser2-10/+6
2025-11-25[libc++][string] Applied `[[nodiscard]]` to non-member functions (#169330)Hristo Hristov2-46/+130
2025-11-24Fix path to aligned_alloc.h in #include statement (#169418)Walter Lee1-1/+1
2025-11-24[libc++][NFC] Move __memory/aligned_alloc.h into src/ (#166172)Nikolas Klauser5-31/+9
2025-11-24[libcxx] [test] Fix the gets-removed.verify.cpp test with Clang 21 (#169235)Martin Storsjö1-1/+1
2025-11-24[libc++][string_view] Applied `[[nodiscard]]` (#169010)Hristo Hristov3-68/+211
2025-11-24[libc++] Disable header deprecations until #168041 is landed (#169305)Nikolas Klauser6-1/+29
2025-11-24Revert "[libcxx][ci] Temporarily disable ARM jobs" (#169352)David Spickett1-58/+57
2025-11-24[libc++] Optimize num_get integral functions (#121795)Nikolas Klauser21-408/+446
2025-11-24[libc++][forward_list] Applied `[[nodiscard]]` (#169019)Hristo Hristov2-15/+38
2025-11-24[libcxx][ci] Temporarily disable ARM jobs (#169318)David Spickett1-57/+58
2025-11-24[libc++][list] Applied `[[nodiscard]]` (#169015)Hristo Hristov2-21/+62
2025-11-24[libc++][array] Applied `[[nodiscard]]` (#168829)Hristo Hristov3-63/+154
2025-11-24[libc++] Forward std::all_of and std::none_of to std::any_of (#167670)Nikolas Klauser3-9/+151
2025-11-24[libc++] Introduce basic_string::__allocate_long_buffer_for_growing (#162633)Nikolas Klauser1-11/+16
2025-11-22[libc++][any] Applied `[[nodiscard]]` (#168826)Hristo Hristov7-33/+78
2025-11-21[NFC] [test] [libcxx] Fix invalid escape sequences (#168636)Florian Mayer1-4/+4
2025-11-22[libc++][any][NFC] Reformat and refactor any_cast tests (#169057)Hristo Hristov6-445/+428
2025-11-21[libc++] Revert fstream::read optimizations (#168894)Jordan Rupprecht5-43/+6
2025-11-21[libc++] Optimize std::has_single_bit (#133063)Alcaro1-1/+1
2025-11-21[libc++][Windows] Enable thread::hardware_concurrency to support more than 64...Yexuan Xiao1-3/+1
2025-11-20[libc++][memory] Applied `[[nodiscard]]` to smart pointers (#168483)Hristo Hristov4-52/+198
2025-11-19[libc++] Remove is_signed<T> use from <limits> (#168334)Nikolas Klauser13-3/+13
2025-11-19Add test case for xsgetn in basic_filebuf (#167937)Sterling-Augustine2-0/+74
2025-11-19[libc++] Make views::iota aware of __int128 (#167869)Nikolas Klauser4-5/+22