aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util
AgeCommit message (Expand)Author
2019-11-162019-11-15 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2019-11-15Forgot to change teh date range.Edward Smith-Rowland
2019-11-152019-11-15 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2019-10-31Add remaining changes from P1065R2 "constexpr INVOKE"Jonathan Wakely
2019-10-31Improve tests for std::add_pointerJonathan Wakely
2019-10-30Fix some missing/incorrect feature test macrosJonathan Wakely
2019-10-29Add iterator concepts and range access customization points for C++20Jonathan Wakely
2019-10-25Fix compilation with ClangJonathan Wakely
2019-10-24Revert ABI changes to std::allocator in C++20Jonathan Wakely
2019-10-23Make std::invoke usable in constant expressionsJonathan Wakely
2019-10-23PR c++/91369 Implement P0784R7 changes to allocation and constructionJonathan Wakely
2019-10-23Replace C++14 feature used in C++11 testJonathan Wakely
2019-10-22Remove redundant std::allocator members for C++20Jonathan Wakely
2019-10-17Define [range.cmp] comparisons for C++20Jonathan Wakely
2019-10-01Disable tests that aren't valid in parallel modeJonathan Wakely
2019-09-26Implement C++20 constexpr changes to std::pair (P1032R1)Jonathan Wakely
2019-09-11Fix libstdc++ tests for -Wvolatile warnings in C++2a modeJonathan Wakely
2019-09-10Implement std::common_reference for C++20Jonathan Wakely
2019-09-10LWG 3266. to_chars(bool) should be deletedJonathan Wakely
2019-09-102019-09-09 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2019-08-30PR libstdc++/89164 enforce constraints for uninitialized algosJonathan Wakely
2019-08-20PR libstdc++/91371 make std::is_function handle other calling conventionsJonathan Wakely
2019-08-15PR libstdc++/91456 make INVOKE<R> work with uncopyable prvaluesJonathan Wakely
2019-08-12Add noexcept-specifier to std::apply and std::make_from_tupleJonathan Wakely
2019-08-06P1651R0 bind_front should not unwrap reference_wrapperJonathan Wakely
2019-08-012019-08-01 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2019-07-31PR libstdc++/91308 fix constraints on unique_ptr assignmentJonathan Wakely
2019-07-25Relocate std::endian from <type_traits> to <bit>Jonathan Wakely
2019-06-26Define std::chars_format enumeration typeJonathan Wakely
2019-06-17Fix AIX test failure due to replacement operator deleteJonathan Wakely
2019-06-17Fix tests that fail without PCHJonathan Wakely
2019-06-07Synchronize libstdc++ PSTL with upstream LLVM PSTLThomas Rodgers
2019-06-06Avoid unnecessary inclusion of <stdexcept> headerJonathan Wakely
2019-06-06Remove redundant static assertions in [meta.unary.prop] traitsJonathan Wakely
2019-06-06Fix tests that fail with -std=gnu++98 or -std=gnu++11Jonathan Wakely
2019-06-06Refactor SFINAE constraints on std::tuple constructorsJonathan Wakely
2019-05-31PR libstdc++/71579 assert that type traits are not misused with incomplete typesAntony Polukhin
2019-05-24Fix broken shared_ptr testJonathan Wakely
2019-05-23Fix testsuite bugsJonathan Wakely
2019-05-23LWG 2996 add rvalue overloads for shared_ptr aliasing and castingJonathan Wakely
2019-05-20 CWG 2094 - volatile scalars are trivially copyable.Marek Polacek
2019-05-20PR c++/90532 Ensure __is_constructible(T[]) is falseJonathan Wakely
2019-05-17gcc/ada/ChangeLog:Martin Sebor
2019-05-17Fix std::variant test for ILP32 targetsJonathan Wakely
2019-05-16Implement sane variant converting constructor (P0608R3)Jonathan Wakely
2019-05-14nonesuch is insufficiently useless (lwg2996)Nina Dinka Ranns
2019-05-14Define std::__invoke_r for INVOKE<R>Jonathan Wakely
2019-05-14Add __is_nothrow_convertible to fix std::is_nothrow_invocable_rJonathan Wakely
2019-05-14Add __gnu_test::NullablePointer utility to testsuiteJonathan Wakely
2019-05-14LWG 2899 - Make is_move_constructible correct for unique_ptrJonathan Wakely