DWARF: add DW_AT_location for global decls with DECL_VALUE_EXPR
[gcc.git] / libstdc++-v3 / include /
2017-05-31 Jonathan WakelyPR libstdc++/80893 Fix null dereference in vector<bool>
2017-05-28 Tim Shenre PR c++/80737 (variant<any> as class member resulting...
2017-05-23 Xi RuoyaoPR libstdc++/67578 Implement non-trivial std::random_de...
2017-05-23 Xi RuoyaoPR libstdc++/67214 Avoid signed overflow in num_get...
2017-05-19 Jonathan WakelyPR libstdc++/80796 Add new std::search overload for...
2017-05-18 Jonathan WakelyPR libstdc++/80478 make std::mem_fn work with noexcept...
2017-05-17 Jonathan WakelyFixes to Doxygen comments in libstdc++ headers
2017-05-17 Ville VoutilainenImplement new C++ intrinsics __is_assignable and __is_c...
2017-05-16 Jonathan WakelyImplement std::experimental::source_location (N4519)
2017-05-16 Jonathan WakelyFix forward declaration of std::type_info for versioned...
2017-05-16 Marc Glisseoptional (_Optional_base::_M_get): Check precondition.
2017-05-15 Jonathan WakelyFix order and types of members in C++17 insert_return_t...
2017-05-12 François DumontRevert revision 247926.
2017-05-12 Jonathan WakelyPR libstdc++/78939 make tuple_size<cv T> depend on...
2017-05-11 François Dumont2017-05-11 François Dumont <fdumont@gcc.gnu.org>
2017-05-11 François Dumont2017-05-11 François Dumont <fdumont@gcc.gnu.org>
2017-05-11 François Dumont2017-05-11 François Dumont <fdumont@gcc.gnu.org>
2017-05-11 Jonathan WakelyPR libstdc++/80285 optimize std::make_shared for -fno...
2017-05-10 François DumontBump version namespace.
2017-05-10 François Dumontstl_algobase.h (std::__iter_swap<false>): Remove _GLIBC...
2017-05-08 Jonathan WakelyTweak static assertions in std::optional
2017-04-28 Jonathan WakelyPR libstdc++/80553 don't allow destroying non-destructi...
2017-04-27 Jonathan WakelyRemove reundant const-qualification from cast targets
2017-04-24 Jonathan WakelyPR libstdc++/80506 fix constant used in condition
2017-04-24 Jonathan WakelyPR libstdc++/80504 qualify calls to avoid ADL
2017-04-24 Jonathan WakelyPR libstdc++/80493 fix invalid exception specification
2017-04-21 Jonathan WakelyPR libstdc++/80316 make promise::set_value throw no_sta...
2017-04-21 Jonathan WakelyAvoid deprecated warnings about std::auto_ptr in librar...
2017-04-20 Edward Smith-RowlandPR libstdc++/68397 std::tr1::expint fails ... long...
2017-04-20 Jonathan WakelyPR79862 check macro for type aliases that depend on...
2017-04-19 Jonathan WakelyPR libstdc++/80448 remove noexcept from defaulted functions
2017-04-19 Jonathan WakelyPR libstdc++/80446 cope with libc defining __has_builtin
2017-04-18 Jonathan WakelyFix incorrect results from std::boyer_moore_searcher
2017-04-03 Jonathan WakelyFix comments in libstdc++ header and test
2017-04-03 Jonathan WakelyImplement P0426R1 "Constexpr for std::char_traits"...
2017-04-03 Ville Voutilainenre PR libstdc++/79141 (std::pair<int,int> p = {}; fails...
2017-04-03 Ville VoutilainenImplement std::is_aggregate.
2017-03-28 Ville VoutilainenImplement LWG 2900, The copy and move constructors...
2017-03-28 Jonathan WakelyPR libstdc++/80137 use std::nextafter instead of looping
2017-03-28 Jonathan WakelyPR libstdc++/80229 restore support for shared_ptr<funct...
2017-03-26 Markus TrippelsdorfFix PR80183 : _M_color not moved
2017-03-23 Daniel KrueglerImplement LWG 2686, std::hash<error_condition>, for...
2017-03-23 Daniel KrueglerImplement P0607R0 "Inline Variables for Standard Librar...
2017-03-22 Jonathan WakelyAdd deduction guides for C++17 (P0433R2, partial)
2017-03-20 François Dumontstl_deque.h (deque): Access allocator value_type only...
2017-03-16 Jonathan WakelyPR libstdc++/79980 fix BOM detection, maxcode checks...
2017-03-16 Jonathan WakelyPR libstdc++/80064 make heap algorithms work with funct...
2017-03-15 Ville VoutilainenImplement LWG 2857, {variant,optional,any}::emplace...
2017-03-15 Jonathan WakelyPR libstdc++/62045 fix O(N) insertion in pd_ds binary...
2017-03-14 Jonathan WakelyPR libstdc++/79162 disambiguate assignment from string_view
2017-03-13 Ville Voutilainenre PR libstdc++/80034 (unqualified calls to std::distan...
2017-03-13 Ville VoutilainenImplement LWG 2806, Base class of bad_optional_access.
2017-03-12 Ville VoutilainenImplement LWG 2934, optional<const T> doesn't compare...
2017-03-10 Jonathan WakelyP0604R0 add invoke_result, is_invocable etc. for C++17
2017-03-09 Jonathan WakelyDefine macro to simplify std::_Not_fn definition
2017-03-09 Jonathan WakelyDefine std::byte for C++17 (P0298R3)
2017-03-05 Jonathan WakelyAdd std::scoped_lock for C++17
2017-03-02 Jonathan WakelyPR libstdc++/79789 fix non-reserved names in headers
2017-03-02 Jonathan WakelyPR 79798 Fix incorrect use of std::result_of in std...
2017-02-23 Jonathan WakelyEnsure <experimental/iterator> includes <iterator>
2017-02-19 Dinka RannsC++17 GB50 resolution (P0505R0)
2017-02-15 Tim Shenre PR libstdc++/78723 ([variant] P0393r3: "Making varia...
2017-02-15 Tim Shenre PR libstdc++/79513 (std::visit doesn't handle refere...
2017-02-13 Jonathan WakelyPR libstdc++/79486 use lvalues in result_of expressions
2017-02-11 Jonathan WakelyPR libstdc++/79467 use lvalues in is_callable check
2017-02-11 Jonathan WakelyAdjust whitespace in <bits/atomic_base.h>
2017-02-01 Jonathan WakelyPR78346 make <bits/predefined_ops.h> handle stashing...
2017-02-01 Jonathan WakelyPR libstdc++/79254 simplify exception-safety in copy...
2017-01-30 Ville VoutilainenImplement LWG 2825, LWG 2756 breaks class template...
2017-01-27 Jonathan WakelyPR libstdc++/79254 fix exception-safety in std::string...
2017-01-26 Jonathan WakelyPR libstdc++/70607 revert recent changes to <tr1/complex>
2017-01-26 Jonathan WakelyFix namespace versioning and remove __detail::__identit...
2017-01-25 Jonathan WakelyPR libstdc++/70607 make proj(T) and conj(T) return...
2017-01-24 Jonathan WakelyPR libstdc++/79206 check string_view sizes in operator==
2017-01-23 Jonathan WakelyPR libstdc++/79195 fix make_array type deduction
2017-01-21 Ville VoutilainenMake poisoned hashes SFINAE away the call operator...
2017-01-20 Jonathan WakelyPR69240 Define inequality operators for <random> param...
2017-01-20 Jonathan WakelyPR72792 detect allocator pointer types without invalid...
2017-01-20 Jonathan WakelyPR72792 PR72793 relax requirements on rebind members
2017-01-20 Jonathan WakelyPR69321 fix any_cast<T>(any*) for non-copyable T
2017-01-20 Jonathan WakelyPR64903 simplify last fix to std::is_partitioned
2017-01-20 Jonathan WakelyPR79156 fix std::__enable_shared_from_this extension
2017-01-19 Jonathan WakelyPR64903 fix number of predicate tests in std::is_partit...
2017-01-19 Jonathan WakelyPR67085 pass comparison functions by reference in heap...
2017-01-19 Jonathan WakelyFix unsafe moves inside loops
2017-01-19 Jonathan WakelyPR67085 move comparison functions in heap operations
2017-01-19 Jonathan WakelyPR78905 define _GLIBCXX_RELEASE macro
2017-01-18 Jonathan WakelyPR69301 don't assume atomic<T> can default construct T
2017-01-18 Jonathan WakelyPR68925 don't use thread_local static for stateless...
2017-01-17 Jakub Jelinekre PR other/79046 (g++ -print-file-name=plugin uses...
2017-01-16 Jonathan WakelyPR78702 fix accessibility of locale::facet::__shim
2017-01-16 Ville VoutilainenPR libstdc++/78389 fix backwards size adjustments.
2017-01-13 Jonathan WakelyRemove unused include from Profile Mode header
2017-01-13 Jonathan WakelyAdd string_view support to COW std::string
2017-01-13 Ville Voutilainenre PR libstdc++/78389 (list::merge and list::sort are...
2017-01-13 Jonathan WakelyPR78361 recognise noexcept functions as referenceable
2017-01-12 Jonathan WakelyPR77528 partially revert r244278 and define default...
2017-01-12 Jonathan WakelyPR66284 remove std::function special case for reference...
2017-01-11 Jonathan WakelyPR78134 fix return types of heterogeneous lookup functions
2017-01-11 Jonathan WakelyPR78273 fix count to work with partitioning function
next