summaryrefslogtreecommitdiff
path: root/libcxx/test/std/language.support
AgeCommit message (Expand)Author
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-12[libc++] Implement P2988R12: `std::optional<T&>` (#155202)William Tran-Viet
2025-11-05[libc++][NFC] Removed unsupported compilers from tests (#166403)Hristo Hristov
2025-11-03[libc++] Add move constructor & assignment to `exception_ptr` (#164281)Adrian Vogelsgesang
2025-11-02[libc++] P2641R4: Checking if a `union` alternative is active (`std::is_withi...Nikolas Klauser
2025-11-01[libc++] constexpr flat_multiset (#161016)Hui
2025-10-16[libc++][C++03] Don't run cstdalign.compile.pass.cpp (#163357)Nikolas Klauser
2025-10-13[libc++][atomic] P2835R7: Expose `std::atomic_ref`'s object address (#162236)Hristo Hristov
2025-10-09[libc++] Remove availability annotations that aren't required anymore (#161640)Nikolas Klauser
2025-10-06[libc++][ranges] P3060R3: Add `std::views::indices(n)` (#146823)Hristo Hristov
2025-10-02[libc++] Upgrade Xcode to 26.0 (#160097)Nikolas Klauser
2025-09-25[libc++][string] P3044R2: sub-`string_view` from `string` (#147095)Hristo Hristov
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-01[libc++] Implement comparison operators for `tuple` added in C++23 (#148799)A. Jiang
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-18Remove last few bits for Native Client support (#148983)Brad Smith
2025-07-16Minor formatting fix in 'generate_feature_test_macro_components' (#148889)Steve O'Brien
2025-07-16[libc++] Simplify std::launder (#147985)Nikolas Klauser
2025-07-15[libc++] Bump Xcode support (#148651)Louis Dionne
2025-07-08[libc++] Fix std::make_exception_ptr interaction with ObjC (#135386)itrofimow
2025-07-06[libc++] P2655R3 common_reference_t of reference_wrapper Should Be a Referenc...Hui
2025-06-21[libc++] Implement `views::join_with` (#65536)Jakub Mazurkiewicz
2025-06-20[libc++] Update the value of __cpp_lib_constrained_equality after P3379R0 (#1...Hristo Hristov
2025-06-18[libc++] Make list constexpr as part of P3372R3 (#129799)Peng Liu
2025-06-11[libc++] Upgrade to GCC 15 (#138293)Nikolas Klauser
2025-06-11[libc++] Make forward_list constexpr as part of P3372R3 (#129435)Peng Liu
2025-06-04[libc++] constexpr priority_queue (#140634)Peng Liu
2025-05-28[libcxx] [test] Change an MSVC mode XFAIL into UNSUPPORTED (#141609)Martin Storsjö
2025-05-23[libcxx] [test] Extend mingw target checks to cover the arm64ec architecture ...Martin Storsjö
2025-04-22[libcxx] [test] Extend mingw workarounds for armv7/aarch64 too (#136419)Martin Storsjö
2025-04-14[libc++] Implement P2897R7 aligned_accessor: An mdspan accessor expressing po...Damien L-G
2025-04-12[NFC][libc++][test] Minor updates to generated header version test. (#134543)Mark de Wever
2025-04-09[libc++] P3247R2: Deprecate `is_trivial(_v)` (#130573)A. Jiang
2025-04-06[libc++] Implement `std::flat_multiset` (#128363)Hui
2025-04-05[libc++] Implement ranges::iota (#68494)James E T Smith
2025-03-23[libc++] implement std::flat_set (#125241)Hui
2025-03-21[libc++][test] Guard uses of `_LIBCPP_HAS_THREADS` in FTM tests (#132258)S. B. Tam
2025-03-21[libc++] Bump `__cpp_lib_constexpr_algorithms` for P2562R1 in C++26 (#132075)A. Jiang
2025-03-01[libc++] Prohibits initializer_list specializations. (#128042)Mark de Wever
2025-02-19[libc++] Set feature-test macro `__cpp_lib_atomic_float` (#127559)A. Jiang
2025-02-14[libc++][format] Disables the FTM on older MacOS versions. (#126547)Mark de Wever
2025-01-30[libc++] Forward-proof some tests for AppleClang 17Louis Dionne
2025-01-28[libc++] Update the CI to Clang-20 and drop Clang-17 support (#117429)Nikolas Klauser
2025-01-25[libc++] implement `std::flat_multimap` (#113835)Hui
2025-01-24[libc++] Switch experimental library macros to 0/1 macros (#124030)Nikolas Klauser
2025-01-16[libc++][Android] XFAIL some tests for mblen/towctrans/wctrans (#116147)Ryan Prichard
2025-01-10[libc++] Implement std::not_fn<NTTP> (#86133)Jakub Mazurkiewicz