aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util
AgeCommit message (Expand)AuthorFilesLines
2019-05-31PR libstdc++/71579 assert that type traits are not misused with incomplete typesAntony Polukhin14-0/+316
2019-05-24Fix broken shared_ptr testJonathan Wakely2-11/+11
2019-05-23Fix testsuite bugsJonathan Wakely2-25/+62
2019-05-23LWG 2996 add rvalue overloads for shared_ptr aliasing and castingJonathan Wakely5-20/+284
2019-05-20CWG 2094 - volatile scalars are trivially copyable.Marek Polacek1-1/+3
2019-05-20PR c++/90532 Ensure __is_constructible(T[]) is falseJonathan Wakely4-0/+28
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-2/+2
2019-05-17Fix std::variant test for ILP32 targetsJonathan Wakely2-1/+20
2019-05-16Implement sane variant converting constructor (P0608R3)Jonathan Wakely2-0/+52
2019-05-14nonesuch is insufficiently useless (lwg2996)Nina Dinka Ranns1-0/+39
2019-05-14Define std::__invoke_r for INVOKE<R>Jonathan Wakely2-2/+82
2019-05-14Add __is_nothrow_convertible to fix std::is_nothrow_invocable_rJonathan Wakely5-6/+72
2019-05-14Add __gnu_test::NullablePointer utility to testsuiteJonathan Wakely1-1/+1
2019-05-14LWG 2899 - Make is_move_constructible correct for unique_ptrJonathan Wakely1-0/+54
2019-05-10PR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugsJonathan Wakely2-1/+91
2019-05-07Improve API docs for <chrono> and <ratio>Jonathan Wakely2-8/+8
2019-05-07PR libstdc++/89102 implement new common_type rules (P0435R1, P0548R1)Jonathan Wakely5-5/+9
2019-04-29Adding noexcept-specification on tuple constructors (LWG 2899)Nina Dinka Ranns1-0/+943
2019-04-26Fix tests that fail with _GLIBCXX_USE_CXX11_ABI=0Jonathan Wakely1-4/+24
2019-04-26Tweak C++2a uses-allocator construction utilitiesJonathan Wakely2-0/+53
2019-04-25PR libstdc++/90239 use uses_allocator_construction_args in <scoped_allocator>Jonathan Wakely1-0/+97
2019-04-24PR libstdc++/90220 Fix std::any_cast for array typesJonathan Wakely1-0/+17
2019-04-24PR libstdc++/90220 Fix std::any_cast for function pointersJonathan Wakely1-0/+34
2019-04-24Avoid -Wcatch-value warning in testsuiteJonathan Wakely1-1/+1
2019-04-24Implement LWG 2904 for std::variant assignmentJonathan Wakely1-0/+41
2019-04-23Implement correct std::variant triviality rules from P0602R4Jonathan Wakely1-7/+7
2019-04-23PR libstdc++/90165 constrain variant(T&&) constructorJonathan Wakely1-0/+6
2019-04-23Corrections for C++2a std::unwrap_reference traitsJonathan Wakely1-1/+1
2019-04-23Fix std::variant regression caused by never-valueless optimizationJonathan Wakely2-0/+50
2019-04-17PR c++/90047 - ICE with enable_if alias template.Jason Merrill10-0/+18
2019-04-17Fix condition for std::variant to be copy constructibleJonathan Wakely2-0/+36
2019-04-17Remove unnecessary string literals from static_assert in C++17 testsJonathan Wakely1-125/+125
2019-04-17Fix tests for std::variant to match original intentionJonathan Wakely1-5/+9
2019-04-17Add constexpr to std::optional::value_or(U&&)&&Jonathan Wakely2-4/+68
2019-04-10PR libstdc++/89851 Add testcase for std::variant equalityJonathan Wakely1-0/+40
2019-04-09Add comments and style fixes to <variant>Jonathan Wakely1-0/+22
2019-04-09Fix std::visit to support arbitrary callablesJonathan Wakely1-0/+73
2019-04-09PR libstdc++/90008 remove unused capture from variant rel opsJonathan Wakely1-0/+37
2019-04-08Fix visit<R> for variant.Ville Voutilainen2-0/+59
2019-04-05Implement std::visit<R> for C++2a (P0655R1)Jonathan Wakely1-0/+49
2019-04-05PR libstdc++/87431 re-adjust never-valueless optimizationsJonathan Wakely3-3/+183
2019-03-21Integrate C++17 parallel algorithmsThomas Rodgers3-0/+384
2019-03-12re PR libstdc++/89461 (FAIL: experimental/net/timer/waitable/cons.cc)John David Anglin2-0/+2
2019-03-11PR c++/86521 - wrong overload resolution with ref-qualifiers.Jason Merrill1-2/+4
2019-03-11PR libstdc++/89629 fix _Hash_bytes for lengths > INT_MAXJonathan Wakely1-0/+43
2019-03-07Fix new test to run as well as compileJonathan Wakely1-2/+2
2019-03-07P0356R5 Simplified partial function applicationJonathan Wakely1-0/+176
2019-03-06Add feature test macro for bounded array traitsJonathan Wakely2-0/+12
2019-03-06Rewrite variant, also PR libstdc++/85517Ville Voutilainen2-4/+38
2019-03-06Add C++20 Traits for [Un]bounded Arrays (P1357R1)Jonathan Wakely6-0/+259