trans.c (mark_visited_r): Set TYPE_SIZES_GIMPLIFIED on the main variant of a type...
[gcc.git] / libstdc++-v3 /
2019-06-27 Jonathan WakelyPR libstdc++/91012 fixfilesystem_error::what() string
2019-06-26 Jonathan WakelyDefine std::chars_format enumeration type
2019-06-26 Jonathan WakelyAdd new helper traits for signed/unsigned integer types
2019-06-25 Jonathan WakelyFix non-portable use of std::abs(double) in constexpr...
2019-06-25 Jakub Jelinekpstl_config.h (_PSTL_PRAGMA_SIMD_SCAN, [...]): Define...
2019-06-24 Jonathan WakelyFix std::midpoint for denormal values
2019-06-24 Jonathan WakelyDefine C11 macros such as FLT_DECIMAL_DIG for C++17
2019-06-20 Jonathan WakelySkip libstdc++ debug build in early bootstrap stages
2019-06-20 Jonathan WakelyQualify calls to __never_valueless in <variant>
2019-06-20 Jonathan WakelyFix outdated reference to C++17 draft in the docs
2019-06-20 Jonathan WakelyImprove tests for std::vector<bool> printer
2019-06-19 Jonathan WakelyFix non-standard behaviour of std::istream_iterator
2019-06-19 Michael WeghornHave std::vector printer's iterator return bool for...
2019-06-19 Jonathan WakelyPR libstdc++/90920 restore previous checks for empty...
2019-06-19 Jonathan WakelyFix value category bugs in std::reduce
2019-06-18 Jonathan WakelyImplement new serial algorithms from Parallelism TS...
2019-06-18 Jonathan WakelyAvoid undefined behaviour in std::byte operators (LWG...
2019-06-17 Jonathan WakelyFix AIX test failure due to replacement operator delete
2019-06-17 Jonathan WakelyAdd 'noexcept' to std::lerp
2019-06-17 Jonathan WakelyPR libstdc++/90281 Fix string conversions for filesyste...
2019-06-17 François DumontSimplify node ownership in _Hashtable members
2019-06-17 Jonathan WakelyFix tests that fail without PCH
2019-06-14 Jonathan WakelyDisable -Wctor-dtor-privacy warnings for some standard...
2019-06-14 Jonathan WakelyAdd __cpp_lib_bind_front macro to <version> header
2019-06-12 Jonathan WakelyFix incorrect __cpp_lib_parallel_algorithm macro defini...
2019-06-12 Jonathan WakelyImprove static_assert messages for std::variant
2019-06-12 Jonathan WakelySimplify std::scoped_lock destructor
2019-06-12 Jonathan WakelyReplace std::to_string for integers with optimized...
2019-06-11 Edward Smith-RowlandFix ConstexprIterator requirements tests - No constexpr...
2019-06-08 Edward Smith-RowlandTest for C++20 p0858 - ConstexprIterator requirements.
2019-06-07 Thomas RodgersSynchronize libstdc++ PSTL with upstream LLVM PSTL
2019-06-07 Jonathan WakelyFix test that gets skipped as unsupported
2019-06-07 Jonathan WakelyPR libstdc++/90770 fix missing src/debug/Makefile
2019-06-06 Jonathan WakelyAvoid unnecessary inclusion of <stdexcept> header
2019-06-06 Jonathan WakelyFix more failing tests for C++98 mode
2019-06-06 Jonathan WakelyFix more tests that fail in C++2a mode
2019-06-06 Jonathan WakelyFix tests that fail in C++2a mode
2019-06-06 Jonathan WakelyRemove redundant static assertions in [meta.unary.prop...
2019-06-06 Jonathan WakelyFix tests that fail with -std=gnu++98 or -std=gnu++11
2019-06-06 Jonathan WakelyRefactor SFINAE constraints on std::tuple constructors
2019-06-03 Jonathan WakelyFix uses of static_assert not guarded by C++11 check
2019-06-03 François DumontRename variables and cleanup comments.
2019-06-03 Jonathan WakelyCorrections for C++2a library status table
2019-06-03 Jonathan WakelyPR libstdc++/90686 update C++2a library status docs
2019-06-03 Jonathan WakelyEnforce allocator::value_type consistency for container...
2019-05-31 Gerald Pfeifer* doc/xml/manual/allocator.xml: Move hoard.org back...
2019-05-31 Jonathan WakelyAdd noexcept to tuple<> and simplify tuple<T1,T2> noexc...
2019-05-31 Jonathan WakelyFix breakage due to removing __gnu_cxx::size_t declaration
2019-05-31 Jonathan WakelyPR libstdc++/90682 allow set_terminate(0) and set_unexp...
2019-05-31 Jonathan WakelyRemove using-declarations that add std names to __gnu_cxx
2019-05-31 Antony PolukhinPR libstdc++/71579 assert that type traits are not...
2019-05-31 Jonathan WakelyFix random_device to work with COW strings again
2019-05-30 Nina Dinka RannsLWG2788 basic_string spurious use of a default construc...
2019-05-30 Jonathan WakelyUpdate libstdc++ documentation for Support and Diagnost...
2019-05-30 Jonathan WakelyUpdate C++20 status table
2019-05-30 Jonathan WakelyUpdate documentation of implementation-defined library...
2019-05-29 Jonathan WakelyPR libstdc++/85494 fix failing test
2019-05-29 Jonathan WakelyPR libstdc++/88881 fix filesystem::symlink_status for...
2019-05-29 Jonathan WakelyOptimize filesystem::path::parent_path()
2019-05-29 Jonathan WakelyAvoid -Wunused-parameter warnings from testsuite utility
2019-05-29 Jonathan WakelyPR libstdc++/85494 use rdseed and rand_s in std::random...
2019-05-28 Jonathan WakelyPR libstdc++/90634 reduce allocations in filesystem...
2019-05-28 Jonathan WakelyFix C++14-only code in testsuite utility
2019-05-26 Gerald Pfeiferappendix_contributing.xml: Update pointer to C++ standa...
2019-05-24 Jonathan WakelyFix std::midpoint(T*, T*) for reversed arguments
2019-05-24 Jonathan WakelyFix broken shared_ptr test
2019-05-23 Jonathan WakelyFix testsuite bugs
2019-05-23 Jonathan WakelyLWG 2996 add rvalue overloads for shared_ptr aliasing...
2019-05-23 Jonathan WakelyLWG 2921 remove packaged_task constructors taking alloc...
2019-05-23 Hans-Peter NilssonFrom what I understand of the libstdc++/83237 thread at
2019-05-23 Jonathan WakelyAdd missing feature test macro to C++17 status table
2019-05-23 Jonathan WakelyMake any_cast compare typeinfo as well as function...
2019-05-23 Jonathan WakelyPR libstdc++/90220 fix experimental::any_cast for non...
2019-05-22 Jonathan WakelyPR libstdc++/90557 fix path assignment that alters...
2019-05-22 Jonathan WakelyPR libstdc++/77691 fix resource_adaptor failures due...
2019-05-21 Thomas RodgersLWG 3062 - Unnecessary decay_t in is_execution_policy_v
2019-05-21 Jonathan WakelyPR libstdc++/90252 fix effective-target check for TBB
2019-05-21 Jonathan WakelyFix names of _Lock_policy constants in libstdc++ manual
2019-05-21 Thomas Rodgerstbb-backend effective target should check ability to...
2019-05-21 Thomas RodgersCheck TBB version in tbb-backed effective target check
2019-05-20 Jonathan WakelyFix test failure due to Networking TS headers using...
2019-05-20 Marek PolacekCWG 2094 - volatile scalars are trivially copyable.
2019-05-20 Jonathan WakelyFix failing tests for use of non-reserved names
2019-05-20 Jonathan WakelyPR c++/90532 Ensure __is_constructible(T[]) is false
2019-05-20 Pádraig Bradystd::allocator::deallocate support sized-deallocation
2019-05-20 Jonathan WakelyFix test bug with mismatched alignment in allocate...
2019-05-17 Jonathan WakelyPR libstdc++/90520 adjust Xmethod for recent unique_ptr...
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-17 François Dumont2019-05-17 François Dumont <fdumont@gcc.gnu.org>
2019-05-17 Jonathan WakelyPR libstdc++/90246 Improve text of std::variant excepti...
2019-05-17 Jonathan WakelyFix std::variant test for ILP32 targets
2019-05-17 Jonathan WakelyFix uses of non-reserved names for template parameters
2019-05-17 Jonathan WakelyPR libstdc++/85965 move is_invocable assertions again
2019-05-17 Jonathan WakelyFix __invoke_r<void> to be valid in C++11
2019-05-17 Jonathan WakelyAdd missing piece of P0777R1 and update C++20 status...
2019-05-17 François DumontMove from state of allocators (LWG2593)
2019-05-16 Jonathan WakelyRemove incorrect assertion from filesystem::absolute
2019-05-16 Jonathan WakelyImplement sane variant converting constructor (P0608R3)
2019-05-16 Jonathan WakelyChanges to std::variant to reduce code size
2019-05-16 Jonathan WakelyReplace _Equal_helper with simpler class template
next