re PR tree-optimization/77916 (ICE in verify_gimple_in_cfg: invalid (pointer) operand...
[gcc.git] / libstdc++-v3 /
2016-10-19 Jonathan WakelyTest experimental::shared_ptr construction from other...
2016-10-19 Jonathan WakelyMove negative unique_ptr tests to new file
2016-10-19 Jonathan WakelyFix std::experimental::shared_ptr SFINAE constraints
2016-10-19 Jonathan WakelyPR77990 refactor unique_ptr to encapsulate tuple
2016-10-18 Jonathan WakelyFix indentation of experimental::shared_ptr code
2016-10-18 Jonathan WakelyFix typos in experimental::shared_ptr
2016-10-18 Jonathan WakelyDon't define uses-allocator variable templates in C++11
2016-10-17 Paolo Carlini12790-1.cc: Remove 'test' variables.
2016-10-17 Jonathan WakelyPR77994 Convert std::sample size argument to suitable...
2016-10-17 Paolo Carlini57619.C: Rename to 57619.cc.
2016-10-17 Jonathan WakelyPR77998 Remove std::thread::_Invoker::result_type
2016-10-17 Jonathan WakelyPR77987 Fix unique_ptr<T[], D>::reset(U) for T != U
2016-10-17 Jonathan WakelyImplement P0084R2, Emplace return type, for C++17
2016-10-17 Paolo Carliniisblank.cc: Remove 'test' variables.
2016-10-16 Ville VoutilainenMake sure the return value of malloc_allocator::allocat...
2016-10-14 Eelis van der WeegenOptimize std::shuffle by using generator to get two...
2016-10-14 Jonathan WakelyResolve ambiguities in std::experimental::sample test
2016-10-14 Jonathan WakelyMake std::bind use std::invoke
2016-10-14 Jonathan WakelyAvoid copies in std::scoped_allocator_adaptor piecewise...
2016-10-14 Paolo Carlini1.cc: Remove 'test' variables.
2016-10-14 Jonathan WakelyPR65122 extended alignment support in allocators
2016-10-14 Tim Shenre PR libstdc++/77944 (FAIL: 20_util/variant/compile...
2016-10-14 Jonathan WakelySimplify reference_wrapper nested typedefs
2016-10-13 Paolo Carlinicontainer_access.cc: Remove 'test' variables.
2016-10-13 Jonathan WakelyAvoid #include <functional> in other headers
2016-10-13 Jonathan WakelyAdd missing <random> header in testcase
2016-10-13 Jonathan WakelyQualify use of std::declval to avoid ADL
2016-10-13 Jonathan WakelyChange test to use VERIFY not assert
2016-10-13 Jonathan WakelyUse normal mode containers in searchers
2016-10-13 Jonathan WakelyReplace non-constexpr decrement in std::chrono::floor
2016-10-13 Jonathan WakelyRestore __bind_simple for compat symbols
2016-10-13 Jonathan WakelyReplace __bind_simple with std::thread::__make_invoker
2016-10-13 Jonathan WakelyFix exception-specifications for std::_Not_fn
2016-10-13 Jonathan WakelyFix exception-specification of std::invoke
2016-10-12 Paolo Carlinitestsuite_hooks.h: Rewrite VERIFY in terms of __builtin...
2016-10-12 Paolo Carlinitestsuite_hooks.h: Rewrite VERIFY in terms of __builtin...
2016-10-12 Jonathan WakelyDefine std::sample for C++17
2016-10-12 Jonathan WakelyMake test helper work with non-copyable types
2016-10-12 Jonathan WakelySimplify std::call_once implementation
2016-10-12 Jonathan WakelyAdd missing return to uninitialized_default_construct_n
2016-10-12 Jonathan WakelyRemove 'return' from noreturn function
2016-10-12 Jonathan WakelyDo not copy std:call_once arguments (LWG 2442)
2016-10-11 Jonathan WakelyOptimise std::list::assign(initializer_list<T>) slightly
2016-10-11 Jonathan WakelySimplify std::rethrow_if_nested definition
2016-10-11 Jonathan WakelyEnable printers and xmethods for std::__cxx11::list
2016-10-11 Jonathan WakelyRemove redundant const qualifliers from string_view
2016-10-11 Jonathan WakelyMore noexcept for standard mutex types and locks
2016-10-10 Jonathan WakelyImprove docs on libstdc++ source-code layout
2016-10-10 Ville VoutilainenMake any's copy assignment operator exception-safe,
2016-10-10 Jonathan WakelyUpdate docs on libstdc++ source-code layout
2016-10-10 Jonathan WakelyCorrect C++11 implementation status docs
2016-10-10 Jonathan WakelyUse noexcept instead of _GLIBCXX_USE_NOEXCEPT
2016-10-10 Jonathan WakelyMinor simplification to std::_Bind_result helpers
2016-10-10 Jonathan WakelyImplement constexpr std::addressof for C++17
2016-10-10 Jonathan WakelyDefine std::allocator<T>::is_always_equal
2016-10-10 Jonathan WakelyLWG 2733, LWG 2759 reject bool in gcd and lcm
2016-10-10 Jonathan WakelyAdd noexcept to enable_shared_from_this::weak_from_this
2016-10-08 Jason MerrillFurther P0135 refinement.
2016-10-07 Jonathan WakelyImprove implementation-defined docs for libstdc++
2016-10-07 Jonathan WakelyImplement std::has_unique_object_representations
2016-10-06 Jonathan WakelyMake std::scoped_allocator_adaptor's OUTERMOST recursive
2016-10-05 Jonathan Wakely70564 fix newly-added tests for not_fn
2016-10-05 Jonathan WakelyPR 70101 fix allocator-extended ctors for std::priority...
2016-10-05 Jonathan Wakely77864 Fix noexcept conditions for map/set default const...
2016-10-05 Jonathan WakelyRemove invalid alias declaration from _Node_handle
2016-10-05 Jonathan WakelyPR 70564 disambiguate constructors for not_fn call...
2016-10-03 François Dumontshared_ptr.cc (mask, [...]): Move declaration...
2016-10-03 Jonathan WakelyDefine std::gcd and std::lcm for C++17
2016-10-03 Jonathan WakelyFix libstdc++ versioned namespace build
2016-10-03 Jonathan WakelyEnsure "C++" language linkage for std::abs overloads
2016-10-03 Ville Voutilainenre PR libstdc++/77802 (Boost Fiber doesn't compile)
2016-09-30 Jonathan Wakelylibstdc++/77795 Only declare ::gets for C++98 and C++11
2016-09-30 Jonathan WakelyImplement LWG 2192 and LWG 2294 for std::abs
2016-09-30 Jonathan WakelyRemove use of std::abs in experimental::{gcd,lcm}
2016-09-29 Ville VoutilainenMake optional::reset noexcept, make optional::value...
2016-09-29 Jonathan WakelyDefine C++17 std::hypot without _GLIBCXX_USE_C99_MATH_TR1
2016-09-28 Alan ModraDisable .gnu.attributes tags in compatibility-ldbl.o
2016-09-28 Jonathan Wakely* include/std/chrono (system_clock): Fix typo in comment.
2016-09-28 Jonathan WakelyCheck for overflow in filesystem::last_write_time
2016-09-28 Jonathan Wakelylibstdc++/77686 use may_alias for std::function storage
2016-09-27 Jonathan WakelyDefine feature macro and update C++17 library status
2016-09-27 Jonathan WakelyDefine 3-argument overloads of std::hypot for C++17...
2016-09-26 Ville Voutilainenre PR libstdc++/77727 (Unwrapping std::optional constru...
2016-09-26 François Dumont2016-09-26 François Dumont <fdumont@gcc.gnu.org>
2016-09-26 Jonathan WakelyRemove redefinition of __cpp_lib_array_constexpr
2016-09-26 Jonathan WakelyAdd assertions to extract(const_iterator) functions
2016-09-26 Ville Voutilainenre PR libstdc++/77717 (testsuite/21_strings/basic_strin...
2016-09-26 Marek PolacekImplement -Wimplicit-fallthrough.
2016-09-25 François Dumontdebug.cc: Include debug/vector.
2016-09-25 François Dumontbitset (bitset::reference::reference(const _Base_ref...
2016-09-25 François Dumontalgo.h: Generalize usage of std::__iterator_category.
2016-09-23 Jonathan WakelyAvoid reallocation for basic_string::clear()
2016-09-23 Jonathan WakelyOptimize truncating a basic_string
2016-09-23 Jason Merrill* configure.ac: Define HAVE_MEMALIGN for newlib.
2016-09-23 Sebastian Huber[RTEMS] Always use atomic builtins for libstdc++
2016-09-22 Jonathan WakelyImplement C++17 node extraction and insertion (P0083R5)
2016-09-22 Ville VoutilainenFix tests on old arm platforms for optional.
2016-09-22 Jonathan WakelyUpdate pretty printer for std::variant
2016-09-22 Jonathan WakelyAlways qualify std::forward in <variant>
2016-09-22 Tim Shenvariant (variant::operator=): Fix assignment on references.
next