summaryrefslogtreecommitdiff
path: root/libcxx/test/std
AgeCommit message (Expand)Author
2025-11-22[libc++][any] Applied `[[nodiscard]]` (#168826)Hristo Hristov
2025-11-22[libc++][any][NFC] Reformat and refactor any_cast tests (#169057)Hristo Hristov
2025-11-20[libc++][memory] Applied `[[nodiscard]]` to smart pointers (#168483)Hristo Hristov
2025-11-19[libc++] Remove is_signed<T> use from <limits> (#168334)Nikolas Klauser
2025-11-19Add test case for xsgetn in basic_filebuf (#167937)Sterling-Augustine
2025-11-19[libc++] Make views::iota aware of __int128 (#167869)Nikolas Klauser
2025-11-18[libc++] Fix header deprecations (#163356)Nikolas Klauser
2025-11-17[libc++] Replace a few .compile.fail.cpp tests by proper clang-verify tests (...Louis Dionne
2025-11-17[libc++] Fix __hash_table::erase(iterator, iterator) to update the bucket lis...Nikolas Klauser
2025-11-16[libc++][test] re-enable the inference test for clang (#168258)Hui
2025-11-15[libc++] Make `std::numeric_limits<NonPromoted>::traps` `false` (#166724)A. Jiang
2025-11-14[libc++][ranges] LWG3505: `split_view::outer-iterator::operator++` misspecifi...Hristo Hristov
2025-11-13[libc++] Add an initial modulemap for the test support headers (#162800)Nikolas Klauser
2025-11-13[libc++] Simplify the implementation of the unique_ptr -> shared_ptr converti...Nikolas Klauser
2025-11-12[libc++] Implement P2988R12: `std::optional<T&>` (#155202)William Tran-Viet
2025-11-10[libc++] Avoid overloaded `operator,` for (`T`, `Iter`) cases (#161049)A. Jiang
2025-11-09[libc++][numeric] Marked saturation artithmetic functions as `[[nodiscard]]` ...Hristo Hristov
2025-11-09[libc++] Treat P0513R0 as a defect report against C++11 (#166690)A. Jiang
2025-11-08[libc++][test] Fix-up tests for `is_clock(_v)` (#166888)A. Jiang
2025-11-06[libcxx] Implement C++20 std::chrono::is_clock, std::chrono::is_clock_v (#160...Yuxuan Chen
2025-11-05[libc++][NFC] Removed unsupported compilers from tests (#166403)Hristo Hristov
2025-11-05[libc++] Remove guards for builtins for reference binding traits (#166288)A. Jiang
2025-11-03[libc++] Add move constructor & assignment to `exception_ptr` (#164281)Adrian Vogelsgesang
2025-11-02[libc++] Add availability markup for LLVM 19 and LLVM 20 (#140072)Louis Dionne
2025-11-02[libc++] P2641R4: Checking if a `union` alternative is active (`std::is_withi...Nikolas Klauser
2025-11-02[libc++] Remove a few unused includes (#165687)Nikolas Klauser
2025-11-01[libc++] constexpr flat_multiset (#161016)Hui
2025-10-31[libc++][test] Make `deallocate_size.pass.cpp` MSVC-friendly (#165162)A. Jiang
2025-10-30[libc++] Fix localization failures on macOS 15.4 (#138744)Louis Dionne
2025-10-30[libc++] Fix LLVM 22 TODOs (#153367)Nikolas Klauser
2025-10-27Revert "[libcxx] Define `_LIBCPP_HAS_C8RTOMB_MBRTOC8` to true if compiling wi...Nikolas Klauser
2025-10-26[libc++] Enable Clang modules in most of the CI runs (#160251)Nikolas Klauser
2025-10-24[libcxx] Define `_LIBCPP_HAS_C8RTOMB_MBRTOC8` to true if compiling with clang...Victor Campos
2025-10-22[libc++][C++03] Fix alg.count/count.pass.cpp (#163751)Nikolas Klauser
2025-10-22[libc++][C++03] Introduce LIBCPP_{,NON_}FROZEN_ASSERT (#163380)Nikolas Klauser
2025-10-21[libcxx] Optimize `std::generate_n` for segmented iterators (#164266)Connector Switch
2025-10-21Reapply "[libc++] Optimize __hash_table::erase(iterator, iterator)" (#162850)Nikolas Klauser
2025-10-20[libcxx] Optimize std::generate for segmented iterators (#163006)Connector Switch
2025-10-19[clang] [libc++] fix _Atomic c11 compare exchange does not update expected re...Hui
2025-10-19[libc++][NFC] Cleanup is_implicit_life_time test (#164154)Hristo Hristov
2025-10-17[libc++][C++03] Cherry-pick #120577 and #120495 (#163748)Nikolas Klauser
2025-10-16[libc++] Properly implement array cookies in the ARM ABI (#160182)Louis Dionne
2025-10-17[libc++] Optimize std::{,ranges}::{fill,fill_n} for segmented iterators (#132...Peng Liu
2025-10-16[libc++][C++03] Fix alg.copy/copy.pass.cpp (#163365)Nikolas Klauser
2025-10-16[libc++][C++03] Don't run cstdalign.compile.pass.cpp (#163357)Nikolas Klauser
2025-10-16[libc++] Optimize {std,ranges}::distance for segmented iterators (#133612)Peng Liu
2025-10-15[libc++] Bump the FreeBSD builder to Clang 20 (#162564)Ed Maste
2025-10-14[libc++][C++03] Cherry-pick #100879 (#163370)Nikolas Klauser
2025-10-14[libc++][C++03] Cherry-pick #123236 and #147835 (#163363)Nikolas Klauser
2025-10-14[libc++][C++03] Cherry-pick #116449 and #113086 (#163362)Nikolas Klauser