[tail-merge] Fix side-effect test in stmt_local_def
[gcc.git] / libstdc++-v3 /
2018-06-21 François Dumontdebug.h (_Safe_iterator<>(const _Safe_iterator<_Mutable...
2018-06-20 Jonathan WakelyPR libstdc++/70966 make pmr::new_delete_resource()...
2018-06-20 Jonathan WakelyAdd testcase accidentally not committed earlier
2018-06-19 Jonathan WakelyRemove unused <exception> header from <utility>
2018-06-18 Jonathan WakelyLWG 2975 ensure construct(pair<T,U>*, ...) used to...
2018-06-18 Jonathan WakelyLWG 2989 hide path iostream operators from normal lookup
2018-06-18 Jonathan WakelyLWG 3050 Fix cv-qualification of convertibility constraints
2018-06-18 Maya Rashishcrossconfig.m4: Handle OpenBSD just like NetBSD.
2018-06-18 Jonathan WakelyP0754R2 <version> header
2018-06-18 Jonathan WakelyFix bootstrap failure for bare metal due to autoconf...
2018-06-18 Jonathan WakelyLWG 3035. std::allocator's constructors should be constexpr
2018-06-15 Jonathan WakelyLWG 3076 basic_string CTAD ambiguity
2018-06-15 Jonathan WakelyPR libstdc++/86169 unshare COW string when non-const...
2018-06-15 Jonathan WakelyDecorate string_view members with nonnull attribute
2018-06-15 Jonathan WakelyPR libstdc++/86168 fix ambiguous default constructor
2018-06-15 Jonathan WakelyOnly define __cpp_lib_constexpr_char_traits for C++17
2018-06-15 Jonathan WakelyLWG 2993 reference_wrapper<T> conversion from T&&
2018-06-15 Jonathan WakelyLWG 3039 Unnecessary decay in thread and packaged_task
2018-06-14 Jonathan WakelyLWG 3075 basic_string needs deduction guides from basic...
2018-06-14 Jonathan WakelyLWG 3074 make scalar types non-deduced in valarray...
2018-06-14 Jonathan WakelyPartially revert move of std::tuple_element_t to <tuple>
2018-06-14 Jonathan WakelyP0935R0 Eradicating unnecessarily explicit default...
2018-06-14 Jonathan WakelyDefine __cpp_lib_tuple_element_t in <tuple> not <utility>
2018-06-14 Jonathan WakelyP0935R0 Eradicating unnecessarily explicit default...
2018-06-14 Jonathan WakelyFix errors in libstdc++-v3/ChangeLog entries.
2018-06-14 Daniel TrebbienPR libstdc++/83982 fix exception-safety guarantee of...
2018-06-13 François Dumont2018-06-13 François Dumont <fdumont@gcc.gnu.org>
2018-06-13 Jonathan WakelyPR libstdc++/86127 avoid unnecessary allocator conversions
2018-06-13 François Dumontdebug.h (__glibcxx_requires_can_increment_range): New.
2018-06-12 François Dumontmacros.h (__glibcxx_check_can_increment_range): New.
2018-06-12 Jonathan WakelyP0935R0 Eradicating unnecessarily explicit default...
2018-06-08 Jonathan WakelyDefine special members as defaulted
2018-06-07 Jonathan WakelyDefault special members of regex types and add noexcept
2018-06-07 François Dumont2018-06-07 François Dumont <fdumont@gcc.gnu.org>
2018-06-06 Jonathan WakelyRemove redundant std::move on const object
2018-06-06 Jakub Jelinekre PR c++/86068 (__cpp_transactional_memory is 210500)
2018-06-06 Jonathan WakelyPR libstdc++/86008 add std::quoted support for string_view
2018-06-05 Jonathan Wakely* include/std/type_traits: Fix comment typos.
2018-06-05 Jonathan WakelyMark some Filesystem tests as XFAIL for mingw
2018-06-05 François Dumont2018-06-05 François Dumont <fdumont@gcc.gnu.org>
2018-06-04 Jonathan WakelyPR libstdc++/85930 fix misplaced alignment-specifier
2018-06-04 Jonathan WakelyDefine std::fpos special members as defaulted
2018-06-04 Jonathan WakelyPR libstdc++/85930 fix misaligned reference
2018-05-31 Jonathan WakelyPR libstdc++/78870 support std::filesystem on Windows
2018-05-31 Jonathan WakelyPR libstdc++/85951 for make_signed/make_unsigned for...
2018-05-29 Jason MerrillPR c++/67445 - returning temporary initializer_list.
2018-05-29 Jonathan WakelyQualify another call in <variant>
2018-05-27 François Dumontstl_tree.h (_Rb_tree_impl(_Node_allocator&&)): New.
2018-05-25 François Dumontre PR libstdc++/85768 (FreeBSD bootstrap fails due...
2018-05-24 Maya RashishPR target/85904 check for aligned_alloc on netbsd cross...
2018-05-24 Jonathan WakelyImplement P0558R2 changes to std::atomic
2018-05-23 Jonathan WakelyRefactor path construction from null terminated iterato...
2018-05-23 Jonathan WakelyFix handling of an empty filename at end of a path
2018-05-21 Jonathan WakelyAdd support for opening file streams from wide characte...
2018-05-21 François Dumontre PR libstdc++/85845 (Many libstdc++ test failures)
2018-05-21 Jonathan WakelyFix std::filesystem::absolute for empty paths
2018-05-21 Jonathan WakelyPR libstdc++/85818 make new test require Filesystem...
2018-05-20 Jonathan WakelyPR libstdc++/85843 fix "should be explicitly initialize...
2018-05-19 Jonathan WakelyFix std::codecvt_utf8<wchar_t> for Mingw
2018-05-18 François Dumont2018-05-18 François Dumont <fdumont@gcc.gnu.org>
2018-05-18 Jason MerrillSome libstdc++ fixes for -Wdeprecated-copy.
2018-05-18 Jonathan WakelyPR libstdc++/85098 add missing definitions for static...
2018-05-17 Jonathan WakelyPR libstdc++/85818 ensure path::preferred_separator...
2018-05-17 Jonathan WakelyPR libstdc++/85812 fix memory leak in std::make_excepti...
2018-05-15 Jonathan WakelyPR libstdc++/85749 constrain seed sequences for random...
2018-05-15 Jonathan WakelyPR libstdc++/83891 fix path::is_absolute() for non...
2018-05-15 Jonathan WakelyRemove unused headers from tests
2018-05-15 Jonathan WakelyPR libstdc++/84159 fix appending strings to paths
2018-05-15 Jonathan WakelyQualify std::__invoke in <variant> to prevent ADL
2018-05-14 Jonathan WakelyPR libstdc++/81256 fix exception handling in basic_file...
2018-05-14 Jonathan WakelyAdd __attribute__((malloc) to allocator and remove...
2018-05-14 Jonathan WakelyPR libstdc++/67554 Do not pass null pointers to memcpy
2018-05-14 Jonathan WakelyPR libstdc++/82966 fix swapping of node handles
2018-05-13 Ville Voutilainenre PR libstdc++/80165 (Constexpr tuple of variant doesn...
2018-05-11 Edward Smith-Rowland...and actually resture the *new* testcase.
2018-05-11 Edward Smith-RowlandRestore the testcase that was clobbered by the recent...
2018-05-11 Edward Smith-Rowlandcorrect changelog!
2018-05-10 Jonathan WakelyDocument Dual ABI for std::ios_base::failure
2018-05-10 Jason Merrillregex_compiler.h (_S_cache_size): Change from function...
2018-05-10 Edward Smith-RowlandPR libstdc++/83140 - assoc_legendre returns negated...
2018-05-10 Jonathan WakelyPR libstdc++/85729 add linkage specifications to headers
2018-05-09 François Dumontsafe_iterator.h (_Safe_iterator<>::_M_constant()):...
2018-05-09 Jonathan WakelyMake std::function tolerate semantically non-CopyConstr...
2018-05-08 François Dumontdebug.cc [...]: Include execinfo.h.
2018-05-08 François Dumontmacros.h (__glibcxx_check_valid_range_at): New.
2018-05-08 François Dumontformatter.h (_Error_formatter::_M_function): New.
2018-05-08 Jonathan WakelyMake std::regex automata use non-debug vector in Debug...
2018-05-08 Jonathan WakelyPR libstdc++/85672 #undef _GLIBCXX_USE_FLOAT128 when...
2018-05-07 Jonathan WakelyDocument -lstdc++fs requirement for std::filesystem
2018-05-07 Jonathan WakelyPR libstdc++/85671 allow copy elision in path concatenation
2018-05-07 Edward Smith-RowlandMoar PR libstdc++/80506
2018-05-07 Edward Smith-RowlandMoar PR libstdc++/80506
2018-05-07 Edward Smith-RowlandRollback bad commits! Sorry!
2018-05-07 Edward Smith-RowlandRevert 20001.
2018-05-07 Edward Smith-RowlandMoar PR libstdc++/80506
2018-05-04 Jonathan WakelyPR libstdc++/85642 fix is_nothrow_default_constructible...
2018-05-03 Jonathan WakelyPR libstdc++/82644 define TR1 hypergeometric functions...
2018-05-03 Jonathan WakelyPR libstdc++/84769 qualify call to std::get<0>
2018-05-03 Jonathan WakelyPR libstdc++/85632 fix wraparound in filesystem::space
2018-05-03 Jonathan WakelyAdd tests for std::remove_cvref
next