aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[LIT] remove `to_unicode`, `to_string`, and `to_bytes` helpers (#165950)Tomohiro Kashiwada1-1/+1
2025-11-28[libc++] Add support for picolibc and newlib in RUNTIMES_USE_LIBC (#147956)Volodymyr Turanskyy4-5/+5
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)lbonn1-0/+53
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 Hristov2-6/+84
2025-11-27[libc++][deque] Applied `[[nodiscard]]` (#169745)Hristo Hristov1-2/+28
2025-11-27[libc++] Reformat `optional` constructor tests (#169231)William Tran-Viet17-1116/+982
2025-11-27[libc++][mdspan] Applied `[[nodiscard]]` (#169326)Hristo Hristov2-10/+72
2025-11-27[libc++][queue] Applied `[[nodiscard]]` (#169469)Hristo Hristov1-7/+19
2025-11-27[libc++] Applied `[[nodiscard]]` to concurrency (partially) (#169463)Hristo Hristov2-29/+144
2025-11-26[libc++] Applied `[[nodiscard]]` to Language Support (partially) (#169611)Hristo Hristov2-6/+113
2025-11-26[libc++][flat_map] Applied `[[nodiscard]]` (#169453)Hristo Hristov2-5/+97
2025-11-25[libc++][stack] Applied `[[nodiscard]]` (#169468)Hristo Hristov1-2/+7
2025-11-25[libc++] Applied `[[nodiscard]]` to some general utilities (#169322)Hristo Hristov2-19/+61
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 Hristov1-0/+77
2025-11-24[libc++][NFC] Move __memory/aligned_alloc.h into src/ (#166172)Nikolas Klauser1-4/+3
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 Hristov2-6/+136
2025-11-24[libc++] Disable header deprecations until #168041 is landed (#169305)Nikolas Klauser5-0/+25
2025-11-24[libc++] Optimize num_get integral functions (#121795)Nikolas Klauser5-0/+194
2025-11-24[libc++][forward_list] Applied `[[nodiscard]]` (#169019)Hristo Hristov1-2/+23
2025-11-24[libc++][list] Applied `[[nodiscard]]` (#169015)Hristo Hristov1-2/+29
2025-11-24[libc++][array] Applied `[[nodiscard]]` (#168829)Hristo Hristov2-9/+66
2025-11-24[libc++] Forward std::all_of and std::none_of to std::any_of (#167670)Nikolas Klauser1-0/+136
2025-11-22[libc++][any] Applied `[[nodiscard]]` (#168826)Hristo Hristov6-24/+69
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 Rupprecht3-22/+4
2025-11-20[libc++][memory] Applied `[[nodiscard]]` to smart pointers (#168483)Hristo Hristov2-3/+128
2025-11-19[libc++] Remove is_signed<T> use from <limits> (#168334)Nikolas Klauser8-0/+8
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 Klauser2-1/+9
2025-11-18[libc++] Fix header deprecations (#163356)Nikolas Klauser7-36/+8
2025-11-18[libc++][span] Mark functions as `[[nodiscard]]` (#168033)Hristo Hristov1-0/+76
2025-11-17[libc++] Replace a few .compile.fail.cpp tests by proper clang-verify tests (...Louis Dionne6-161/+75
2025-11-17[libc++] Fix __hash_table::erase(iterator, iterator) to update the bucket lis...Nikolas Klauser4-0/+88
2025-11-16[libc++][test] re-enable the inference test for clang (#168258)Hui1-1/+0
2025-11-15[libc++] Make `std::numeric_limits<NonPromoted>::traps` `false` (#166724)A. Jiang1-9/+11
2025-11-15[libc++] Apply `[[nodiscard]]` to `in/out_ptr` (#167097)Hristo Hristov1-0/+29
2025-11-14[libc++][hardening] Allow setting the assertion semantic via CMake. (#167636)Konstantin Varlamov7-5/+215
2025-11-14[libc++][ranges] LWG3505: `split_view::outer-iterator::operator++` misspecifi...Hristo Hristov1-0/+50
2025-11-13[libc++] Add an initial modulemap for the test support headers (#162800)Nikolas Klauser52-30/+98
2025-11-13[libc++] Simplify the implementation of the unique_ptr -> shared_ptr converti...Nikolas Klauser1-2/+2
2025-11-12[utils] revamp options controlling lit's output (#167192)Henrik G. Olsson1-1/+1
2025-11-12[libc++] Optimize __tree copy/move constructor/assignment with allocator (#16...Nikolas Klauser11-0/+99
2025-11-12[libc++] Mark string functions as [[nodiscard]] (#166524)Nikolas Klauser2-3/+114
2025-11-12[libc++] Implement P2988R12: `std::optional<T&>` (#155202)William Tran-Viet33-130/+948
2025-11-11[libc++] Remove __is_replaceable emulation (#167355)Louis Dionne1-353/+0
2025-11-10[libc++] Avoid overloaded `operator,` for (`T`, `Iter`) cases (#161049)A. Jiang32-31/+118