Decorate string_view members with nonnull attribute
[gcc.git] / libstdc++-v3 / include /
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 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-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 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 Jonathan WakelyQualify another call in <variant>
2018-05-27 François Dumontstl_tree.h (_Rb_tree_impl(_Node_allocator&&)): New.
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-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-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 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-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 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 WakelyPR libstdc++/85671 allow copy elision in path concatenation
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++/84087 add default arguments to basic_strin...
2018-05-03 Jonathan WakelyPR libstdc++/84535 constrain std::thread constructor
2018-05-03 Jonathan WakelyUse std::invoke_result in std::async instead of std...
2018-05-03 Jonathan WakelyDefine std::remove_cvref and std::remove_cvref_t for...
2018-05-02 François Dumontdeque.tcc (deque<>::_M_assign_aux): Cast to void to...
2018-05-02 Jonathan WakelyPR libstdc++/68197 fail on negative iword/pword indices
2018-05-02 Jonathan WakelyPR libstdc++/83860 avoid dangling references in valarra...
2018-05-02 Jonathan WakelyPR libstdc++/69608 Move semantics for strstreambuf
2018-05-01 Tulio Magno Quites... PR libstdc++/84654 Disable __float128 specializations...
2018-04-05 Jonathan WakelyAdd another workaround to std::variant for Clang bug...
2018-04-03 Jonathan WakelyPR libstdc++/85183 fix std::variant move-assignment
2018-03-26 Jonathan WakelyAdd workaround to std::variant for Clang bug 31852
2018-03-22 Jonathan WakelyPR libstdc++/85040 fix std::less<void> etc. ambiguities
2018-03-20 François Dumontre PR libstdc++/84998 (std::hash<std::bitset<N>> fails...
2018-03-14 Jonathan WakelyPR libstdc++/78420 Make std::less etc. yield total...
2018-03-12 Jonathan WakelyPR libstdc++/84773 use aligned alloc functions for...
2018-03-09 Jonathan WakelyPR libstdc++/84769 qualify std::get and std::get_if...
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-02-23 Jonathan WakelyPR libstdc++/84532 prevent unwrapping of reference_wrap...
2018-02-20 François Dumontaligned_buffer.h [...] (template<> __aligned_buffer...
2018-02-15 Jonathan WakelyPR libstdc++/81797 Add .NOTPARALLEL to include/Makefile...
2018-01-29 Jonathan WakelyPR libstdc++/83658 fix exception-safety in std::any...
2018-01-25 Jonathan WakelyPR libstdc++/81076 make __byte_operand SFINAE-friendly
2018-01-15 Jonathan WakelyPR libstdc++/83833 fix chi_squared_distribution::param...
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-14 Tim Shenre PR libstdc++/83601 (std::regex_replace C++14 conform...
2018-01-10 François Dumont2018-01-10 François Dumont <fdumont@gcc.gnu.org>
2018-01-09 François Dumontre PR libstdc++/83709 (Inserting duplicates into an...
2018-01-04 Jonathan WakelyAvoid redundant calls to filesystem::status_known
2018-01-04 Jonathan WakelyPR libstdc++/83607 specialize Boyer-Moore searchers...
2018-01-03 Ville VoutilainenProtect optional's deduction guide with the feature...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-27 Jonathan WakelyPR libstdc++/83600 fix end iterator for unready std...
next