]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/type_traits
PR libstdc++/95915
[thirdparty/gcc.git] / libstdc++-v3 / include / std / type_traits
2020-06-28  Ville VoutilainenPR libstdc++/95915
2020-05-01  Jonathan Wakelylibstdc++: Replace reserved identifier _T with _Tp...
2020-04-22  Jonathan Wakelylibstdc++: Add missing feature test macros
2020-04-21  Jonathan Wakelylibstdc++: Support arrays in std::is_nothrow_constructi...
2020-03-27  Jonathan Wakelylibstdc++: Move definition earlier in file
2020-03-18  Jonathan Wakelylibstdc++: Fix is_trivially_constructible (PR 94033)
2020-02-19  Jonathan Wakelylibstdc++: Add __cpp_lib_unwrap_ref feature test macro
2020-02-17  Jonathan Wakelylibstdc++: Implement "Safe Integral Comparisons" (P0586R2)
2020-01-09  Jonathan Wakelylibstdc++: Fix testsuite failures and warnings due...
2020-01-09  JeanHeyd "ThePhD... libstdc++: Implementing P0767 - deprecate POD
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-05  JeanHeyd "ThePhD... libstdc++: Implement P1872R0 and P1394R0 for std::span
2019-10-16  Jonathan WakelyOnly use GCC-specific __is_same_as built-in conditionally
2019-10-11  Jonathan WakelyUse __is_same_as for std::is_same and std::is_same_v
2019-09-10  Jonathan WakelyImplement std::common_reference for C++20
2019-09-10  Jonathan WakelyOptimise std::remove_cv and use more helper aliases
2019-08-20  Jonathan WakelyPR libstdc++/91371 make std::is_function handle other...
2019-08-15  Jonathan WakelyPR libstdc++/91456 make INVOKE<R> work with uncopyable...
2019-08-14  Jonathan WakelyDeprecate std::__is_nullptr_t type trait
2019-08-14  Edward Smith-RowlandImplement C++20 p0879 - Constexpr for swap and swap...
2019-07-25  Jonathan WakelyRelocate std::endian from <type_traits> to <bit>
2019-07-12  Jonathan WakelyDefine __type_identity_t alias and use for string_view
2019-06-26  Jonathan WakelyAdd new helper traits for signed/unsigned integer types
2019-06-14  Jonathan WakelyDisable -Wctor-dtor-privacy warnings for some standard...
2019-06-06  Jonathan WakelyRemove redundant static assertions in [meta.unary.prop...
2019-05-31  Antony PolukhinPR libstdc++/71579 assert that type traits are not...
2019-05-20  Jonathan WakelyPR c++/90532 Ensure __is_constructible(T[]) is false
2019-05-14  Nina Dinka Rannsnonesuch is insufficiently useless (lwg2996)
2019-05-14  Jonathan WakelyAdd __is_nothrow_convertible to fix std::is_nothrow_inv...
2019-05-07  Jonathan WakelyPR libstdc++/89102 implement new common_type rules...
2019-04-24  Jonathan WakelyFinish implementing "Treating Unnecessary decay" (P0777R1)
2019-04-23  Jonathan WakelyCorrections for C++2a std::unwrap_reference traits
2019-03-06  Jonathan WakelyAdd feature test macro for bounded array traits
2019-03-06  Jonathan WakelyAdd C++20 Traits for [Un]bounded Arrays (P1357R1)
2019-02-23  Jonathan WakelyP0340R2 Making std::underlying_type SFINAE-friendly
2019-02-19  Tom HonermannP0482R5 char8_t: Standard library support
2019-02-06  Jonathan WakelyPR libstdc++/89102 fix common_type<> and common_type...
2019-02-05  Jonathan WakelyPR libstdc++/89194 untangle is_convertible and is_nothr...
2019-01-11  Jakub JelinekRemove trailing whitespace from latest commit.
2019-01-11  Jakub Jelinektype_traits (__cpp_lib_is_constant_evaluated): Define.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-12  Jakub JelinekP0595R2 - is_constant_evaluated
2018-11-29  Jonathan WakelyPR libstdc++/88119 use alignof in std::alignment_of...
2018-11-11  Jonathan WakelyImplement P0318R1 unwrap_ref_decay and unwrap_reference
2018-08-20  Jonathan WakelyRefactor std::optional SFINAE constraints
2018-07-31  Jonathan WakelyDon't unconditionally define feature test macros in...
2018-07-19  Jonathan WakelySimplify the base characteristics for some type traits
2018-07-04  Jonathan WakelyPR libstdc++/86398 fix std::is_trivially_constructible...
2018-07-02  Jonathan WakelyP0758R1 Implicit conversion traits
2018-07-02  Jonathan WakelyP0887R1 The identity metafunction
2018-07-02  Jonathan WakelyOptimize std::sub_match comparisons using string_view...
2018-06-05  Jonathan Wakely* include/std/type_traits: Fix comment typos.
2018-05-31  Jonathan WakelyPR libstdc++/85951 for make_signed/make_unsigned for...
2018-05-03  Jonathan WakelyDefine std::remove_cvref and std::remove_cvref_t for...
2018-01-15  Jonathan WakelyPR libstdc++/83830 Define std::has_unique_object_repres...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-12  Jonathan WakelyPR libstdc++/83395 fix invocable traits for INVOKE...
2017-12-01  Jonathan WakelyAdd noexcept to std::integral_constant members
2017-11-23  Jonathan WakelyPR libstdc++/83134 Ensure std::__not_ converts B::value...
2017-11-03  Jonathan WakelyDefine std::endian for C++2a (P0463R1)
2017-09-19  Jonathan WakelyPR libstdc++/82254 fix std::is_nothrow_invocable_r...
2017-09-18  Jonathan WakelyPR libstdc++/71187 reimplement declval without add_rval...
2017-08-09  Jonathan WakelyFix test for __has_unique_object_representations suppor...
2017-08-09  Katsuhiko NishimraFix test for __is_aggregate support in Clang
2017-05-17  Ville VoutilainenImplement new C++ intrinsics __is_assignable and __is_c...
2017-04-19  Jonathan WakelyPR libstdc++/80446 cope with libc defining __has_builtin
2017-04-03  Ville VoutilainenImplement std::is_aggregate.
2017-03-23  Daniel KrueglerImplement P0607R0 "Inline Variables for Standard Librar...
2017-03-10  Jonathan WakelyP0604R0 add invoke_result, is_invocable etc. for C++17
2017-03-02  Jonathan WakelyPR libstdc++/79789 fix non-reserved names in headers
2017-01-20  Jonathan WakelyPR72792 detect allocator pointer types without invalid...
2017-01-13  Jonathan WakelyPR78361 recognise noexcept functions as referenceable
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-01  Ville VoutilainenImplement LWG 2766,
2016-11-07  Jason MerrillImplement P0012R1, Make exception specifications part...
2016-10-28  Jonathan WakelyImplement std::launder for C++17
2016-10-07  Jonathan WakelyImplement std::has_unique_object_representations
2016-09-21  Ville Voutilainenre PR libstdc++/77537 (pair constructors do not properl...
2016-08-30  Ville Voutilainenre PR libstdc++/77395 (std::is_constructible is false...
2016-08-04  Jonathan WakelyDefine std::is_callable and std::is_nothrow_callable
2016-08-03  Jonathan WakelyDefine C++17 feature-test macros
2016-08-03  Jonathan WakelyRemove deprecated has_trivial_xxx traits
2016-07-29  Ville VoutilainenImplement C++17 variable templates for type traits.
2016-06-16  Daniel KrueglerProvide swappable traits (p0185r1)
2016-06-16  Jonathan WakelyRemove trailing whitespace from libstdc++ headers
2016-01-12  Daniel Krueglerlibstdc++/68877 Reimplement std::__is_swappable
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-11  Jonathan WakelyFix std::invoke support for reference_wrappers
2015-11-12  Ville VoutilainenImplement D0013R2, logical type traits.
2015-11-03  Ville VoutilainenMake the default constructors of tuple and pair conditi...
2015-10-25  Jonathan WakelyImplement C++17 std::invoke and LWG DR 2219
2015-10-21  Jonathan Wakely* include/std/type_traits (__cpp_lib_bool_constant...
2015-07-01  Jonathan WakelyImplement N4502, the C++ Detection Idiom.
2015-06-05  Jonathan Wakelystatus_cxx2017.xml: Update status tables.
2015-06-05  Ville VoutilainenAdd __is_nothrow_swappable and take it into use.
2015-04-28  Jonathan Wakelyre PR libstdc++/60333 (type_traits make_signed, make_un...
2015-04-28  Jonathan Wakelytype_traits (void_t): Add.
2015-01-08  Jonathan Wakelyre PR libstdc++/60132 (C++11: lack of is_trivially_copy...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-11-11  Jonathan WakelyDefine __void_t and SFINAE-friendly iterator_traits.
next