macros.h (__glibcxx_check_valid_range_at): New.
[gcc.git] / libstdc++-v3 / testsuite / 20_util /
2018-05-04 Jonathan WakelyPR libstdc++/85642 fix is_nothrow_default_constructible...
2018-05-03 Jonathan WakelyAdd tests for std::remove_cvref
2018-04-03 Jonathan WakelyPR libstdc++/85183 fix std::variant move-assignment
2018-03-22 Jonathan WakelyPR libstdc++/85040 fix std::less<void> etc. ambiguities
2018-03-21 Jonathan WakelyFix some libstdc++ testsuite failures
2018-03-17 Jonathan WakelyFix new test that fails in C++98 mode
2018-03-14 Jonathan WakelyPR libstdc++/78420 Make std::less etc. yield total...
2018-03-06 Ville Voutilainenre PR libstdc++/84601 (std::optional<std::pair<int...
2018-03-02 Jonathan WakelyPR libstdc++/84671 handle digit separators in duration...
2018-02-27 Ville VoutilainenImplement the missing bits of LWG 2769
2018-01-29 Jonathan WakelyPR libstdc++/83658 fix exception-safety in std::any...
2018-01-15 Jonathan WakelyPR libstdc++/83830 Define std::has_unique_object_repres...
2018-01-15 Ville VoutilainenMake optional conditionally trivially_{copy,move}_...
2018-01-04 Jonathan WakelyPR libstdc++/83607 specialize Boyer-Moore searchers...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-18 Ville Voutilainenre PR libstdc++/68430 (std::is_constructible<T>::value...
2017-12-14 Jonathan WakelyPR libstdc++/83427 detect weak result type from noexcep...
2017-12-12 Jonathan WakelyPR libstdc++/83395 fix invocable traits for INVOKE...
2017-12-01 Jonathan WakelyDisable -Wliteral-suffix for standard UDLs
2017-11-30 Glen Joseph FernandesMove assertion from to_address to __to_address
2017-11-29 David MalcolmC++: improve location of static_assert errors
2017-11-28 Glen Joseph FernandesAdd std::to_address for C++2a (P0653R2)
2017-11-23 Jonathan WakelyPR libstdc++/83134 Ensure std::__not_ converts B::value...
2017-11-06 Paolo Carlinideduction.cc: Avoid -Wreturn-type warnings.
2017-11-03 Jonathan WakelyDefine std::endian for C++2a (P0463R1)
2017-10-30 Ville VoutilainenImplement LWG 2485
2017-10-26 Jonathan WakelyProtect more algorithms from overloaded comma operators
2017-10-24 François Dumontlibstdc++.exp (check_v3_target_normal_mode): Add c...
2017-10-20 Jonathan WakelyUpdate value of __cpp_lib_chrono feature-test macro
2017-10-05 Jonathan WakelyFix new testsuite failure on newlib targets
2017-10-02 Jonathan WakelyC++17 P0067R5 std::to_chars and std::from_chars (partial)
2017-09-20 Jonathan WakelyPR libstdc++/82262 fix std::hash<std::optional<const T>>
2017-09-19 Jonathan WakelyPR libstdc++/82254 fix std::is_nothrow_invocable_r...
2017-09-18 Jonathan WakelyPR libstdc++/81468 fix test for duration conversions
2017-09-18 Jonathan WakelyPR libstdc++/71187 reimplement declval without add_rval...
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-09-13 Jonathan WakelyPR libstdc++/81468 constrain std::chrono::time_point...
2017-09-12 Jonathan WakelyPR libstdc++/79433 no #error for including headers...
2017-07-23 François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-07-14 Jason MerrillConstrain std::variant constructor for class template...
2017-07-06 Jonathan WakelyFix memory leaks in libstdc++ tests
2017-06-27 Tim Shenre PR libstdc++/80187 (C++ variant should be trivially...
2017-06-20 Rainer OrthAlways check for target i?86 and x86_64
2017-06-16 Jonathan WakelyAdd std::get_deleter overload with correct signature
2017-06-15 Rainer OrthUse pthread effective-target in testsuite
2017-06-09 Jonathan WakelySupport move-only deleters in std::shared_ptr (LWG...
2017-06-08 Jonathan WakelyPR libstdc++/81017 add noexcept to std::function move...
2017-06-05 Jonathan WakelyAdd noexcept to shared_ptr owner comparisons (LWG 2873)
2017-06-01 Ville Voutilainenre PR c++/80812 (ICE: in build_value_init_noctor, at...
2017-05-28 Tim Shenre PR c++/80737 (variant<any> as class member resulting...
2017-05-18 Jonathan WakelyPR libstdc++/80478 make std::mem_fn work with noexcept...
2017-05-17 Ville VoutilainenImplement new C++ intrinsics __is_assignable and __is_c...
2017-05-16 Marc Glisseoptional (_Optional_base::_M_get): Check precondition.
2017-05-12 Jonathan WakelyPR libstdc++/78939 make tuple_size<cv T> depend on...
2017-05-11 Jonathan WakelyPR libstdc++/80285 optimize std::make_shared for -fno...
2017-05-08 Jonathan WakelyTweak static assertions in std::optional
2017-04-28 Jonathan WakelyPR libstdc++/80553 don't allow destroying non-destructi...
2017-04-24 Jonathan WakelyPR libstdc++/80504 qualify calls to avoid ADL
2017-04-21 Jonathan WakelyAvoid deprecated warnings about std::auto_ptr in librar...
2017-04-18 Jonathan WakelyFix incorrect results from std::boyer_moore_searcher
2017-04-03 Jonathan WakelyUncomment std::reference_wrapper tests that no longer...
2017-04-03 Ville Voutilainenre PR libstdc++/79141 (std::pair<int,int> p = {}; fails...
2017-04-03 Ville VoutilainenImplement std::is_aggregate.
2017-03-28 Ville VoutilainenImplement LWG 2900, The copy and move constructors...
2017-03-28 Jonathan WakelyPR libstdc++/80229 restore support for shared_ptr<funct...
2017-03-23 Daniel KrueglerImplement LWG 2686, std::hash<error_condition>, for...
2017-03-23 Daniel KrueglerImplement P0607R0 "Inline Variables for Standard Librar...
2017-03-22 Jonathan WakelyAdd deduction guides for C++17 (P0433R2, partial)
2017-03-15 Ville VoutilainenImplement LWG 2857, {variant,optional,any}::emplace...
2017-03-13 Ville VoutilainenImplement LWG 2806, Base class of bad_optional_access.
2017-03-12 Ville VoutilainenImplement LWG 2934, optional<const T> doesn't compare...
2017-03-10 Jonathan WakelyP0604R0 add invoke_result, is_invocable etc. for C++17
2017-03-02 Jonathan WakelyPR 79798 Fix incorrect use of std::result_of in std...
2017-02-19 Dinka RannsC++17 GB50 resolution (P0505R0)
2017-02-15 Tim Shenre PR libstdc++/78723 ([variant] P0393r3: "Making varia...
2017-02-15 Tim Shenre PR libstdc++/79513 (std::visit doesn't handle refere...
2017-02-11 Jonathan WakelyPR libstdc++/79467 use lvalues in is_callable check
2017-02-06 Jonathan WakelyFix test failure at -O0 by pruning output
2017-01-30 Ville VoutilainenImplement LWG 2825, LWG 2756 breaks class template...
2017-01-26 Jakub Jelinekupdate-copyright.py: Add libhsail-rt to self.default_di...
2017-01-21 Ville VoutilainenMake poisoned hashes SFINAE away the call operator...
2017-01-20 Jonathan WakelyPR72792 detect allocator pointer types without invalid...
2017-01-20 Jonathan WakelyPR72792 PR72793 relax requirements on rebind members
2017-01-20 Jonathan WakelyPR69321 fix any_cast<T>(any*) for non-copyable T
2017-01-13 Jonathan WakelyPR78361 recognise noexcept functions as referenceable
2017-01-12 Jonathan WakelyPR66284 remove std::function special case for reference...
2017-01-11 Ville VoutilainenReduce the size of variant, it doesn't need an index...
2017-01-04 Ville VoutilainenImplement 2801, Default-constructibility of unique_ptr.
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-29 Ville VoutilainenImplement LWG 2842, in_place_t check for optional:...
2016-12-19 Ville VoutilainenMake the perfect-forwarding constructor of a two-elemen...
2016-12-16 Ville VoutilainenImplement LWG 2769, Redundant const in the return type...
2016-12-07 Jonathan WakelyReplace dynamic exception specifications in testsuite
2016-12-06 Tim Shenvariant (visit): Make visit constexpr.
2016-12-06 Tim Shenenable_special_members.h: Make _Enable_default_construc...
2016-12-06 Tim Shenvariant (std::get, operator==): Implement constexpr...
2016-12-06 Tim Shenvariant (__erased_use_alloc_ctor, [...]): Remove uses...
2016-12-01 Ville VoutilainenImplement LWG 2766,
2016-11-27 Tim Shenre PR libstdc++/78441 ([variant] variant_alternative...
2016-11-15 Jonathan WakelyMake std::tuple_size<cv T> SFINAE-friendly (LWG 2770)
next