summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities
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-18[libc++] Fix header deprecations (#163356)Nikolas Klauser
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-09[libc++] Treat P0513R0 as a defect report against C++11 (#166690)A. Jiang
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-02[libc++] P2641R4: Checking if a `union` alternative is active (`std::is_withi...Nikolas Klauser
2025-10-30[libc++] Fix LLVM 22 TODOs (#153367)Nikolas Klauser
2025-10-19[libc++][NFC] Cleanup is_implicit_life_time test (#164154)Hristo Hristov
2025-10-16[libc++] Properly implement array cookies in the ARM ABI (#160182)Louis Dionne
2025-10-15[libc++] Bump the FreeBSD builder to Clang 20 (#162564)Ed Maste
2025-10-09[libc++] Remove availability annotations that aren't required anymore (#161640)Nikolas Klauser
2025-10-07[libc++] Don't use std::allocator inside <any> (#161061)Nikolas Klauser
2025-09-26[libc++][test] Guard non-guaranteed implicit-lifetime-ness cases with `_LIBCP...A. Jiang
2025-09-24[libc++] Implement Resolution of LWG 3886 (#155356)William Tran-Viet
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-09-03[libc++][C++03] Backport #111127, #112843 and #121620 (#155571)Nikolas Klauser
2025-09-01[libc++] Remove a few GCC workarounds that aren't needed anymore (#156290)Nikolas Klauser
2025-08-29[libc++] Disable cv-qualified arithmetic hash specializations (#155786)Nikolas Klauser
2025-08-25[libcxx][test] Fix typos (#155217)Stephan T. Lavavej
2025-08-23[libc++] Add tag types to all the __tuple_impl constructors (#154517)Nikolas Klauser
2025-08-23[libc++] Fix ABI break introduced by switching to _LIBCPP_COMPRESSED_PAIR (#1...Nikolas Klauser
2025-08-21[libcxx][test] Silence nodiscard warnings (#154622)Stephan T. Lavavej
2025-08-19[libc++][tuple.apply] Implement P2255R2 make_from_tuple part. (#152867)yronglin
2025-08-18[libc++] Implement P3168R2: Give optional range support (#149441)William Tran-Viet
2025-08-13[libc++] Move some standard tests from test/libcxx (#152982)Nikolas Klauser
2025-08-11[libc++] Fix std::variant evaluating template arguments too eagerly (#151028)Nikolas Klauser
2025-08-10[libc++] Implement LWG4222 'expected' constructor from a single value missing...yronglin
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-05[Clang] Add detailed notes explaining why `is_constructible` evaluates to fal...Corentin Jabot
2025-08-05[libc++] Remove SFINAE on __tuple_impl constructors (#151654)Nikolas Klauser
2025-08-01[libc++] Implement comparison operators for `tuple` added in C++23 (#148799)A. Jiang
2025-07-30Revert "[libc++][Clang] Added explanation why is_constructible evaluated to f...Victor Campos
2025-07-22[libc++] Enable some tests on `android` (#149899)Hristo Hristov
2025-07-21[libc++] Remove mentions of Clang 18 in the test suite (#148862)Louis Dionne
2025-07-20[libc++] Refactor internal index_sequence API to match the public one (#149475)Nikolas Klauser
2025-07-17[libc++][Android] Reenable 2 tests for Android (#149415)Ryan Prichard
2025-07-17[libc++] Move more tests into better places (#148419)Nikolas Klauser
2025-07-17[libc++] Add missing include <limits> to bitset to_ullong.pass.cpp test (#149...Jonathan Wakely
2025-07-16[libc++][Android] Update compiler and sysroot (#148998)Ryan Prichard
2025-07-16[libc++] Update polymorphic_allocator to never contain a nullptr (#148423)Nikolas Klauser
2025-07-15[libc++] Bump Xcode support (#148651)Louis Dionne
2025-07-15[libc++] P2944R3: Constrained comparisons - `optional` (#144249)Hristo Hristov
2025-07-11[libc++] XFAIL is_bounded_array.pass.cpp for Android as wellNikolas Klauser
2025-07-10[libc++] Temporarily disable failing test for Android CI runnersNikolas Klauser