aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util
AgeCommit message (Expand)AuthorFilesLines
2023-02-16libstdc++: Implement P2255R2 dangling checks for std::pairJonathan Wakely1-0/+67
2023-02-06libstdc++: Fix testsuite warnings about new C++23 deprecationsJonathan Wakely5-0/+13
2023-02-06libstdc++: Implement P1413R3 'deprecate aligned_storage and aligned_union'Nathaniel Shead2-0/+52
2023-02-02libstdc++: Use emplace in std::variant::operator=(T&&) as per LWG 3585Jonathan Wakely1-0/+16
2023-01-24libstdc++: Include std::ranges::subrange definition in <tuple> [PR102301]Jonathan Wakely2-0/+48
2023-01-16Update copyright years.Jakub Jelinek1297-1297/+1297
2023-01-13libstdc++: Fix a few !HOSTED test regressionsArsen Arsenović3-0/+3
2023-01-13libstdc++: Enable string_view in freestandingArsen Arsenović1-5/+22
2023-01-06libstdc++: Add feature-test macros for implemented C++23 views [PR108260]Patrick Palka1-0/+4
2023-01-06libstdc++: Fix misuse of alloca in std::bitset [PR108214]Jonathan Wakely1-0/+21
2023-01-05libstdc++: Reduce size of std::bind_front(empty_type) result [PR108290]Jonathan Wakely1-1/+37
2022-12-22libstdc++: Add std::format support to <chrono>Jonathan Wakely1-0/+48
2022-12-21libstdc++: Don't call 4-5 argument to_chars with chars_format{}Jakub Jelinek2-7/+17
2022-12-16libstdc++: Add monadic operations to std::expected for C++23 (P2505R5)Jonathan Wakely5-2/+303
2022-12-16libstdc++: Fixes for std::expectedJonathan Wakely3-3/+142
2022-12-16libstdc++: Diagnose broken allocator rebind membersJonathan Wakely3-6/+33
2022-12-16libstdc++: Fix self-move for std::weak_ptr [PR108118]Jonathan Wakely1-0/+19
2022-12-12libstdc++: Add a test checking for chrono::duration overflowsJonathan Wakely1-0/+29
2022-11-28libstdc++: [_GLIBCXX_INLINE_VERSION] Adapt dg-error messageFrançois Dumont1-1/+1
2022-11-28libstdc++: Prune versioned namespace from testsuite outputJonathan Wakely1-1/+1
2022-11-24libstdc++: Workaround buggy printf on Solaris in to_chars/float128_c++23.cc t...Jakub Jelinek1-2/+5
2022-11-21libstdc++: Reduce size of std::bind_front(F) resultJonathan Wakely1-0/+15
2022-11-11libstdc++: Fix tests with non-const operator==Jonathan Wakely1-1/+1
2022-11-08libstdc++: Fix -Wsystem-headers warnings in testsJonathan Wakely6-3/+10
2022-11-08libstdc++: Uncomment denorm_min testJakub Jelinek1-1/+1
2022-11-07libstdc++: Update from latest fast_float [PR107468]Jakub Jelinek1-0/+42
2022-11-07libstdc++: Add _Float128 to_chars/from_chars support for x86, ia64 and ppc64l...Jakub Jelinek1-0/+105
2022-11-02libstdc++: Shortest denormal hex std::to_charsJakub Jelinek2-4/+4
2022-11-01libstdc++: std::from_chars std::{,b}float16_t supportJakub Jelinek1-0/+76
2022-11-01libstdc++-v3: Some std::*float*_t charconv and i/ostream overloadsJakub Jelinek1-0/+367
2022-10-21libstdc++: Fix std::move_only_function for incomplete parameter typesJonathan Wakely1-0/+11
2022-10-17libstdc++: Fix value of __cpp_lib_constexpr_charconvJonathan Wakely2-2/+2
2022-10-15libstdc++: Implement constexpr std::to_chars for C++23 (P2291R3)Jonathan Wakely3-0/+245
2022-10-15libstdc++: Fix uses_allocator_construction args for cv pair (LWG 3677)Jonathan Wakely1-0/+52
2022-10-10libstdc++: Revert addition of constraints to make_signed/make_unsignedJonathan Wakely4-4/+18
2022-10-10libstdc++: std::make_signed_t<cv bool> should be ill-formedJonathan Wakely2-29/+23
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović215-10/+266
2022-10-03libstdc++: Re-enable std::hash<std::bitset> in freestanding [PR103626]Arsen Arsenović2-0/+4
2022-10-03libstdc++: Make some tests work on freestanding [PR103626]Arsen Arsenović6-2/+12
2022-09-30libstdc++: Remove <sstream> dependency from std::bitset::to_ulong() testJonathan Wakely1-12/+1
2022-09-30libstdc++: Fix broken dg-prune-outputJonathan Wakely1-1/+1
2022-09-30testsuite: Windows paths use \ and not /Torbjörn SVENSSON1-1/+1
2022-09-29libstdc++: Disable volatile-qualified std::bind for C++20Jonathan Wakely2-17/+20
2022-09-29libstdc++: Make INVOKE<R> refuse to create dangling references [PR70692]Jonathan Wakely4-0/+40
2022-09-27c++: Make __is_{,nothrow_}convertible SFINAE on access [PR107049]Jonathan Wakely1-0/+18
2022-09-27libstdc++: Adjust deduction guides for static operator() [PR106651]Jonathan Wakely1-0/+23
2022-09-26libstdc++: Update std::pointer_traits to match new LWG 3545 wordingJonathan Wakely1-0/+17
2022-09-26libstdc++: Add #if around non-C++03 code in std::bitset [PR107037]Jonathan Wakely1-0/+7
2022-09-23libstdc++: Add test for type traits not having friend accessJonathan Wakely1-0/+22
2022-09-23libstdc++: Fix std::is_nothrow_invocable_r for uncopyable prvalues [PR91456]Jonathan Wakely2-8/+13