]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3
gcc:
[thirdparty/gcc.git] / libstdc++-v3 /
2018-07-16  redi * scripts/create_testsuite_files: Fix typo in comment.
2018-07-16  rediPR libstdc++/86537 remove less<shared_ptr<T>> partial...
2018-07-16  krebbelS/390: libstdc++: 64 and 32 bit baseline update
2018-07-06  fdumont2018-07-06 François Dumont <fdumont@gcc.gnu.org>
2018-07-06  rediPR libstdc++/84928 use std::move in <numeric> algorithms
2018-07-06  rediSimplify linker script patterns for std::exception_ptr
2018-07-06  rediP0935R0 Eradicating unnecessarily explicit default...
2018-07-06  redi * include/std/variant (__accepted_index): Use void_t.
2018-07-05  rediPR libstdc++/85831 define move constructors and operato...
2018-07-05  rediAdd xfail-if to some tests that fail with COW strings
2018-07-05  rediPR libstdc++/58265 add noexcept to basic_string::assign...
2018-07-05  rediPR libstdc++/58265 implement LWG 2063 for COW strings
2018-07-05  fdumontFix my yesterday ChangeLog entry.
2018-07-04  rediP0646R1 Improving the Return Value of Erase-Like Algori...
2018-07-04  rediP0458R2 Checking for Existence of an Element in Associa...
2018-07-04  fdumont2018-07-04 François Dumont <fdumont@gcc.gnu.org>
2018-07-04  rediDefine "random_device" effective target
2018-07-04  rediFix std::__rotl and std::__rotr
2018-07-04  rediPR libstdc++/86398 fix std::is_trivially_constructible...
2018-07-04  rediOptimize std::rotl and std::rotr, add test for std...
2018-07-03  rediP0556R3 Integral power-of-2 operations, P0553R2 Bit...
2018-07-03  rediRemove redundant #if conditional
2018-07-03  fdumont2018-07-03 François Dumont <fdumont@gcc.gnu.org>
2018-07-02  rediP0758R1 Implicit conversion traits
2018-07-02  rediP0887R1 The identity metafunction
2018-07-02  rediOptimize std::sub_match comparisons using string_view...
2018-06-29  rediAdd whitespace to some dejagnu directives in libstdc...
2018-06-27  fdumont2018-06-27 François Dumont <fdumont@gcc.gnu.org>
2018-06-27  rediAdd std::__is_byte<std::byte> specialization
2018-06-27  rediDeclare some explicit instantiations for strings in...
2018-06-26  dje * testsuite/experimental/algorithm/sample-2...
2018-06-26  rediAdd missing noexcept on definition to match declaration
2018-06-25  rediPR libstdc++/86112 fix printers for Python 2.6
2018-06-25  rediUpdate powerpc64-linux-gnu/baseline_symbols.txt
2018-06-25  rediPR libstdc++/86292 fix exception safety of std::vector...
2018-06-25  redi * doc/xml/manual/status_cxx2017.xml: Document N4531...
2018-06-25  rediAdd experimental::sample and experimental::shuffle...
2018-06-22  rediFix unexported basic_string symbols for 32-bit targets
2018-06-22  rediPR libstdc++/86280 fix undefined left shift on 32-bit...
2018-06-22  fdumont2018-06-21 François Dumont <fdumont@gcc.gnu.org>
2018-06-21  rediPR libstdc++/86138 prevent implicit instantiation of...
2018-06-21  rediPR libstdc++/83328 add correct basic_string::insert...
2018-06-21  redi * config/abi/post/x86_64-linux-gnu/baseline_symbols...
2018-06-21  rediPR libstdc++/70940 make pmr::resource_adaptor return...
2018-06-21  rediPR libstdc++/70940 make pmr::resource_adaptor return...
2018-06-21  fdumont2018-06-21 François Dumont <fdumont@gcc.gnu.org>
2018-06-20  rediPR libstdc++/70966 make pmr::new_delete_resource()...
2018-06-20  rediAdd testcase accidentally not committed earlier
2018-06-19  rediRemove unused <exception> header from <utility>
2018-06-18  rediLWG 2975 ensure construct(pair<T,U>*, ...) used to...
2018-06-18  rediLWG 2989 hide path iostream operators from normal lookup
2018-06-18  rediLWG 3050 Fix cv-qualification of convertibility constraints
2018-06-18  law2018-06-18 Maya Rashish <coypu@sdf.org>
2018-06-18  rediP0754R2 <version> header
2018-06-18  rediFix bootstrap failure for bare metal due to autoconf...
2018-06-18  rediLWG 3035. std::allocator's constructors should be constexpr
2018-06-15  rediLWG 3076 basic_string CTAD ambiguity
2018-06-15  rediPR libstdc++/86169 unshare COW string when non-const...
2018-06-15  rediDecorate string_view members with nonnull attribute
2018-06-15  rediPR libstdc++/86168 fix ambiguous default constructor
2018-06-15  rediOnly define __cpp_lib_constexpr_char_traits for C++17
2018-06-15  rediLWG 2993 reference_wrapper<T> conversion from T&&
2018-06-15  rediLWG 3039 Unnecessary decay in thread and packaged_task
2018-06-14  rediLWG 3075 basic_string needs deduction guides from basic...
2018-06-14  rediLWG 3074 make scalar types non-deduced in valarray...
2018-06-14  rediPartially revert move of std::tuple_element_t to <tuple>
2018-06-14  rediP0935R0 Eradicating unnecessarily explicit default...
2018-06-14  rediDefine __cpp_lib_tuple_element_t in <tuple> not <utility>
2018-06-14  rediP0935R0 Eradicating unnecessarily explicit default...
2018-06-14  rediFix errors in libstdc++-v3/ChangeLog entries.
2018-06-14  rediPR libstdc++/83982 fix exception-safety guarantee of...
2018-06-13  fdumont2018-06-13 François Dumont <fdumont@gcc.gnu.org>
2018-06-13  rediPR libstdc++/86127 avoid unnecessary allocator conversions
2018-06-13  fdumont2018-06-13 François Dumont <fdumont@gcc.gnu.org>
2018-06-12  fdumont2018-06-12 François Dumont <fdumont@gcc.gnu.org>
2018-06-12  rediP0935R0 Eradicating unnecessarily explicit default...
2018-06-08  rediDefine special members as defaulted
2018-06-07  rediDefault special members of regex types and add noexcept
2018-06-07  fdumont2018-06-07 François Dumont <fdumont@gcc.gnu.org>
2018-06-06  rediRemove redundant std::move on const object
2018-06-06  jakub PR c++/86068
2018-06-06  rediPR libstdc++/86008 add std::quoted support for string_view
2018-06-05  redi * include/std/type_traits: Fix comment typos.
2018-06-05  rediMark some Filesystem tests as XFAIL for mingw
2018-06-05  fdumont2018-06-05 François Dumont <fdumont@gcc.gnu.org>
2018-06-04  rediPR libstdc++/85930 fix misplaced alignment-specifier
2018-06-04  rediDefine std::fpos special members as defaulted
2018-06-04  rediPR libstdc++/85930 fix misaligned reference
2018-05-31  rediPR libstdc++/78870 support std::filesystem on Windows
2018-05-31  rediPR libstdc++/85951 for make_signed/make_unsigned for...
2018-05-29  jason PR c++/67445 - returning temporary initializer_list.
2018-05-29  rediQualify another call in <variant>
2018-05-27  fdumont2018-05-27 François Dumont <fdumont@gcc.gnu.org>
2018-05-25  fdumont2018-05-25 François Dumont <fdumont@gcc.gnu.org>
2018-05-24  rediPR target/85904 check for aligned_alloc on netbsd cross...
2018-05-24  rediImplement P0558R2 changes to std::atomic
2018-05-23  rediRefactor path construction from null terminated iterato...
2018-05-23  rediFix handling of an empty filename at end of a path
2018-05-21  rediAdd support for opening file streams from wide characte...
2018-05-21  fdumont2018-05-21 François Dumont <fdumont@gcc.gnu.org>
next