re PR middle-end/78411 (FAIL: gcc.target/i386/pr45685.c scan-assembler-times cmov 6)
[gcc.git] / libstdc++-v3 / include /
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
2017-01-11 Ville VoutilainenReduce the size of variant, it doesn't need an index...
2017-01-10 Jonathan WakelyPR77528 add default constructors for container adaptors
2017-01-10 Felipe Magno de... Use temporary int objects to access struct tm members
2017-01-09 Jonathan WakelyPR79017 workaround incomplete C99 math on darwin
2017-01-09 Jonathan WakelyPR66414 optimize std::string::find
2017-01-06 Barrett AdairUse fold expressions to reduce std::variant instantiati...
2017-01-06 Rainer OrthBuild libgo with -Wa,-nH if possible (PR go/78978)...
2017-01-06 Jonathan WakelyDon't redefine _GLIBCXX_ASSERTIONS if already defined
2017-01-06 Jonathan WakelyPR78991 make __gnu_cxx::__ops constructors explicit
2017-01-05 Jonathan WakelyRemove unnecessary typedef from std::function
2017-01-05 Tim Shenre PR libstdc++/78996 (<variant> uses macro as name)
2017-01-04 Ville VoutilainenImplement 2801, Default-constructibility of unique_ptr.
2017-01-04 Pauli NieminenSupport exception propagation without lock-free atomic int
2017-01-03 Jonathan WakelyAdd deleted std::thread(const thread&&) constructor
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-29 Ville VoutilainenImplement LWG 2842, in_place_t check for optional:...
2016-12-24 François Dumontrandom.tcc: Fix usage of _OutputIteratorConcept.
2016-12-19 Ville VoutilainenMake the perfect-forwarding constructor of a two-elemen...
2016-12-16 Jonathan WakelyReuse Doxygen comments for map::erase overloads
2016-12-16 Jonathan WakelyAdd assertion to _Rb_tree::erase to check for end iterators
2016-12-16 Ville VoutilainenImplement LWG 2769, Redundant const in the return type...
2016-12-14 François Dumontstl_tree.h (_Rb_tree_impl(const _Key_compare&, const...
2016-12-09 Jonathan WakelyFix std::variant for gnu-versioned--namespace build
2016-12-08 Eric Botcazoure PR libstdc++/78264 (ICE in build_noexcept_spec,...
2016-12-08 Jonathan WakelyDelete std::swap for debug mode array
2016-12-08 Jonathan WakelyPR71856 try to fix Parallel Mode assertions again
2016-12-07 François Dumont2016-12-07 François Dumont <fdumont@gcc.gnu.org>
2016-12-07 François Dumontstl_map.h (map(const map&)): Make default.
2016-12-07 Jonathan WakelyReplace uses of C++14 remove_cv_t alias in C++11 header
2016-12-07 Jonathan WakelyUse _GLIBCXX_THROW macro in bitmap_allocator
2016-12-06 Jonathan WakelyFix debug mode assertion for std::shared_ptr<void>
2016-12-06 Ville VoutilainenConstrain optional's __constexpr_addressof in its retur...
2016-12-06 Tim Shenvariant (visit): Make visit constexpr.
2016-12-06 Tim Shenenable_special_members.h: Make _Enable_default_construc...
2016-12-06 Tim Shenvariant (std::get, operator==): Implement constexpr...
2016-12-06 Tim Shenvariant (__erased_use_alloc_ctor, [...]): Remove uses...
2016-12-06 Jonathan WakelyAdd noexcept to various basic_string string operations
2016-12-01 Ville VoutilainenImplement LWG 2766,
2016-12-01 Ville VoutilainenThe convertible_to traits need to use a variadic catch...
2016-12-01 Tim Shenre PR libstdc++/71500 (regex::icase only works on first...
2016-11-30 Ville VoutilainenFix testsuite failures caused by the patch implementing...
2016-11-30 Tim ShenFix condition in shared_ptr assertion
2016-11-30 Ville VoutilainenImplement LWG 2534, Constrain rvalue stream operators.
2016-11-27 Tim Shenre PR libstdc++/78441 ([variant] variant_alternative...
2016-11-23 Felix MorgnerPR78494 add missing returns to propagate_const
2016-11-21 Rainer OrthDon't define libstdc++-internal macros in Solaris 10...
2016-11-15 Jonathan WakelyPR 59406 note that FNV hash functions are incorrect
2016-11-15 Jonathan WakelyUse existing helper for new std::string constructor
2016-11-15 Jonathan WakelyMake std::tuple_size<cv T> SFINAE-friendly (LWG 2770)
2016-11-15 Tim Shenvariant: Remove variant<T&>...
2016-11-15 Jonathan WakelyAdd std::string constructor for substring of string_vie...
2016-11-15 Jonathan WakelyConstrain swap overload for std::optional (LWG 2748)
2016-11-14 Ville VoutilainenImplement P0513R0, Poisoning the Hash.
2016-11-14 Ville VoutilainenImplement P0504R0 (Revisiting in-place tag types for...
2016-11-14 Ville VoutilainenUse constexpr addressof in optional, SFINAE housekeepin...
2016-11-14 Jonathan WakelyDelete addressof for temporaries (LWG 2598)
2016-11-14 Jonathan WakelyMake std::future::share() noexcept (LWG 2556)
2016-11-14 Jonathan WakelyPR78326 fix incorrect access of data member in base...
2016-11-13 Jonathan WakelyAdd array support to std::shared_ptr for C++17
2016-11-13 Ville VoutilainenImplement P0403R1, Literal suffixes for basic_string_view.
2016-11-12 Jonathan Wakely* include/std/future (future_error): Fix public typo...
2016-11-12 Jonathan WakelyAdd std::future_error constructor from future_errc
2016-11-12 Jonathan WakelyUse shared_ptr<T>::element_type in hash specializations
2016-11-09 Tim Shenregex.h (regex_iterator::regex_iterator()): Define...
2016-11-07 Jason MerrillImplement P0012R1, Make exception specifications part...
2016-10-28 Jonathan WakelyMake filesystem::path work with basic_string_view ...
2016-10-28 Jonathan WakelyFix filesystem::path for iterators with const value_type
2016-10-28 Jonathan WakelyImplement std::launder for C++17
2016-10-26 François Dumontstl_map.h (map()): Make default.
2016-10-26 Edward Smith-RowlandImplement uniform_inside_sphere_distribution extension.
2016-10-26 Jonathan WakelyAdd recursive_directory_iterator::pop(error_code&)
2016-10-24 Ville VoutilainenCross-port exception-safety and move fixes of std:...
2016-10-24 Ville VoutilainenCross-port the latest resolution of LWG2756 and some...
2016-10-24 Jonathan WakelyMake vector::data() return type consistent in C++98
2016-10-23 François Dumont2016-10-22 François Dumont <fdumont@gcc.gnu.org>
2016-10-21 Jonathan WakelyLWG2720 implement filesystem::perms::symlink_nofollow
2016-10-21 Jonathan WakelyLWG2725 Fix error reporting for filesystem::exists
2016-10-21 Jonathan WakelyLWG2707 init filesystem::path from string_type&&
2016-10-21 Eelis van der WeegenOptimize RNG use in std::sample selection sampling
2016-10-21 Jonathan WakelySplit <functional> into smaller pieces
2016-10-20 Jonathan WakelyPrepare shared_ptr for array support
2016-10-20 Ville VoutilainenDo the operator= SFINAE in the return type for optional,
2016-10-20 Jonathan WakelyTweak whitespace in std::allocator files
2016-10-20 Jonathan WakelyPR78052 Define std::allocator<void>::{construct,destroy}
2016-10-19 Jonathan WakelyMake std::enable_shared_from_this cope with ambiguity
2016-10-19 Jonathan WakelyFix copy&paste error in __gnu_debug::vector
2016-10-19 Jonathan WakelyFix incorrect comment about std::auto_ptr
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 Jonathan WakelyPR77994 Convert std::sample size argument to suitable...
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
next