]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3
compiler: improve escape analysis on interface conversions
[thirdparty/gcc.git] / libstdc++-v3 /
2019-05-15  Jonathan WakelyQualify calls in std::visit and std::visit<R>
2019-05-14  Jonathan WakelyFix NullablePointer test utility
2019-05-14  Rainer OrthRemove obsolete Solaris 10 support
2019-05-14  Jonathan WakelyAdd __raw_visit and __raw_idx_visit, use INVOKE<R>
2019-05-14  Nina Dinka Rannsnonesuch is insufficiently useless (lwg2996)
2019-05-14  Jonathan WakelyUse INVOKE<R> in std::function, std::bind and std:...
2019-05-14  Jonathan WakelyDefine std::__invoke_r for INVOKE<R>
2019-05-14  Jonathan WakelyAdd __is_nothrow_convertible to fix std::is_nothrow_inv...
2019-05-14  Jonathan WakelyReduce header dependencies in <iterator>
2019-05-14  Jonathan WakelyRemoving unused, non-standard function in _Rb_tree
2019-05-14  Jonathan WakelyMake std::match_results::_M_resize more useful
2019-05-14  Jonathan WakelyPR libstdc++/69724 avoid temporary in std::thread const...
2019-05-14  Nina Dinka RannsInconsistency wrt Allocators in basic_string assignment...
2019-05-14  Jonathan WakelyFix indentation in testsuite utility header
2019-05-14  Jonathan WakelyAdd __gnu_test::NullablePointer utility to testsuite
2019-05-14  Jonathan WakelyFix unique_ptr pretty printer for empty classes
2019-05-14  Jonathan WakelyLWG 2899 - Make is_move_constructible correct for uniqu...
2019-05-13  Jonathan WakelyPR libstdc++/90454.cc path construction from void*
2019-05-13  Jonathan WakelySmall markup changes to PBDS docs
2019-05-13  Edward Smith-RowlandDocument P0811R3 status in C++20 table
2019-05-13  Jonathan WakelyFix ChangeLog date
2019-05-13  Jonathan WakelyRemove Profile Mode, deprecated since GCC 7.1
2019-05-13  Jonathan WakelyRemove array_allocator extension, deprecated since...
2019-05-11  François Dumontstl_bvector.h (operator==(const _Bit_iterator_base...
2019-05-10  Jonathan WakelyPR libstdc++/81266 fix std::thread::native_handle_type...
2019-05-10  Jonathan WakelyPR libstdc++/90397 fix std::variant friend declarations
2019-05-10  Jonathan WakelyPR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugs
2019-05-10  Jonathan WakelyImprove API docs for <memory> and <new>
2019-05-09  François Dumontstl_deque.h (operator==(const _Deque_iterator<>&, const...
2019-05-08  François Dumontre PR libstdc++/90277 (Debug Mode test failures)
2019-05-07  Jonathan WakelyImprove API docs for Filesystem TS and Networking TS
2019-05-07  Jonathan WakelyImprove API docs for std::pair
2019-05-07  Jonathan WakelyImprove API docs for <chrono> and <ratio>
2019-05-07  Jonathan WakelyPR libstdc++/89102 implement new common_type rules...
2019-05-07  Jonathan WakelyFix incorrect DR numbers in libstdc++ manual
2019-05-07  Nina Dinka RannsMake allocator propagation more consistent for operator...
2019-05-07  Jonathan WakelyImprove API docs for std::regex
2019-05-07  Jonathan WakelyAdd test for std::hash<std::error_code>
2019-05-06  François Dumontprinters.py (add_one_template_type_printer): Add type...
2019-05-04  Jonathan WakelyFix reference to wrong class in comment
2019-05-04  Jonathan WakelyPR libstdc++/90299 make filesystem::absolute overloads...
2019-05-04  Jonathan WakelyImprove API docs for <system_error> header
2019-05-04  Jonathan WakelyFix std::hash<std::error_condition>
2019-05-04  François DumontAdd missing PR libstdc++/90277 reference.
2019-05-04  François Dumonthashtable.h (_Hashtable<>::rehash): Review comment.
2019-05-03  Jonathan WakelyFix new testcase to not require std::copysign
2019-05-03  Jonathan WakelyAvoid -Woverflow warning in __numeric_limits_integer
2019-05-02  Jonathan WakelyPR libstdc++/90314 fix non-equivalent declarations...
2019-05-02  Jonathan WakelyRemove redundant __constexpr_addressof function
2019-05-02  Jonathan WakelyImprove smart pointer docs
2019-05-02  Jonathan WakelyMiscellaneous API doc improvements
2019-05-02  Jonathan WakelyAllow Markdown formatting in Doxygen comments
2019-05-02  Jonathan WakelyImprove docs for mutexes
2019-05-02  Jonathan WakelyImprove docs for C++17 Filesystem library
2019-05-02  Jonathan WakelyImprove docs for Networking TS
2019-05-02  Jonathan WakelyImprove docs for Library Fundamentals TS
2019-05-02  Jonathan WakelyImprove docs for Filesystem TS
2019-05-02  Jonathan WakelyImprove API docs for <memory> and <scoped_allocator>
2019-05-02  Jonathan WakelyImprove API docs for mathematical special functions
2019-05-02  Jonathan WakelyImprove Doxygen docs for nested namespaces
2019-05-02  Jonathan WakelyFix markup for Parallel Mode docs
2019-05-02  Jonathan WakelyAdjust Doxygen processing of pb_ds containers
2019-05-02  Jonathan WakelyUpdate libstdc++ Doxygen config
2019-05-01  Rainer OrthUpdate Solaris baselines for GCC 9.1
2019-05-01  Jonathan WakelyPR libstdc++/61761 fix std::proj for targets without...
2019-04-30  Jakub Jelinekgnu.ver (GLIBCXX_3.4.26): Change _Lock_policyE2 exports...
2019-04-30  Jonathan WakelyFix filesystem::path tests
2019-04-30  Jakub Jelinek* config/abi/post/riscv64-linux-gnu/baseline_symbols...
2019-04-29  Jonathan WakelyAdjust doxygen comment for std::generate_n
2019-04-29  Jonathan WakelyUse _GLIBCXX_NOEXCEPT_IF for std::swap
2019-04-29  Jonathan WakelyPR libstdc++/71312 Increase alignment of pooled mutexes
2019-04-29  Jonathan WakelyAdd nodiscard to std::vector<bool>::empty()
2019-04-29  Jonathan WakelyRemove unused std::_Iter_base class template
2019-04-29  Jonathan WakelyPR libstdc++/87982 Fix generate_n and fill_n use of...
2019-04-28  Jonathan WakelyFix ChangeLog format
2019-04-28  Nina Dinka RannsAdding noexcept-specification on tuple constructors...
2019-04-27  Marc GlisseUse __restrict for __relocate_object_a
2019-04-26  H.J. Lux32: Update baseline_symbols.txt
2019-04-26  Jonathan WakelyRemove redundant step in experimental::filesystem:...
2019-04-26  Jonathan WakelyFix tests that fail with _GLIBCXX_USE_CXX11_ABI=0
2019-04-26  Jonathan WakelyReduce code instantiated by filesystem::path::_S_conver...
2019-04-26  Jonathan WakelyTweak C++2a uses-allocator construction utilities
2019-04-26  Jakub Jelinekbaseline_symbols.txt: Update.
2019-04-26  Jakub Jelinekbaseline_symbols.txt: Update.
2019-04-25  Jonathan WakelyPR libstdc++/90239 use uses_allocator_construction_args...
2019-04-24  Jonathan WakelyUpdate C++17 library status tables
2019-04-24  Jonathan WakelyMake filesystem::path comparison operators hidden frien...
2019-04-24  Jonathan WakelyUse __and_v<...> instead of __and_<...>::value
2019-04-24  Jonathan WakelyFinish implementing "Treating Unnecessary decay" (P0777R1)
2019-04-24  Jonathan WakelyFix basic_string_view typedefs and enforce preconditions
2019-04-24  Jonathan WakelyPR libstdc++/90220 Fix std::any_cast for array types
2019-04-24  Jonathan WakelyPR libstdc++/90220 Fix std::any_cast for function pointers
2019-04-23  Jonathan WakelyAvoid -Wcatch-value warning in testsuite
2019-04-23  Jonathan WakelyFix whitespace in ChangeLog
2019-04-23  Jonathan WakelyImplement LWG 2904 for std::variant assignment
2019-04-23  Thomas RodgersDocument PSTL linker flags
2019-04-23  Jonathan WakelyImplement correct std::variant triviality rules from...
2019-04-23  Jonathan WakelyPR libstdc++/90165 constrain variant(T&&) constructor
2019-04-23  Jonathan WakelyCorrections for C++2a std::unwrap_reference traits
2019-04-23  Ramana Radhakrishnanre PR target/89093 (C++ exception handling clobbers...
next