]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3
Move rebuild_cfg to the end of build_ssa_passes
[thirdparty/gcc.git] / libstdc++-v3 /
2016-12-01  dje * testsuite/26_numerics/headers/cmath/hypot...
2016-12-01  villeImplement LWG 2766,
2016-12-01  villeThe convertible_to traits need to use a variadic catch...
2016-12-01  edlinger2016-12-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-12-01  timshen PR libstdc++/71500
2016-11-30  villeFix testsuite failures caused by the patch implementing...
2016-11-30  rediFix condition in shared_ptr assertion
2016-11-30  dje * testsuite/18_support/50594.cc: XFAIL on AIX.
2016-11-30  villeImplement LWG 2534, Constrain rvalue stream operators.
2016-11-30  clyon[libstdc++, testsuite] Add dg-require-thread-fence
2016-11-29  djePR libstdc++/68838
2016-11-27  timshen PR libstdc++/78441
2016-11-23  rediFix PR number in ChangeLog
2016-11-23  rediPR78494 add missing returns to propagate_const
2016-11-22  urosgcc/ChangeLog
2016-11-22  rediPR78465 Remove runtime tests for <atomic> macros
2016-11-21  roDon't define libstdc++-internal macros in Solaris 10...
2016-11-15  rediPR 59406 note that FNV hash functions are incorrect
2016-11-15  rediUse existing helper for new std::string constructor
2016-11-15  rediMake std::tuple_size<cv T> SFINAE-friendly (LWG 2770)
2016-11-15  rediAdjust pretty printer test for variant<T&>
2016-11-15  timshen * include/std/variant: Remove variant<T&>, variant...
2016-11-15  doko<toplevel>
2016-11-15  rediFix find&replace error in license boilerplate
2016-11-15  rediAdd std::string constructor for substring of string_vie...
2016-11-15  rediConstrain swap overload for std::optional (LWG 2748)
2016-11-14  villeImplement P0513R0, Poisoning the Hash.
2016-11-14  villeImplement P0504R0 (Revisiting in-place tag types for
2016-11-14  villeUse constexpr addressof in optional, SFINAE housekeeping
2016-11-14  jasonImprove various diagnostic issues.
2016-11-14  rediDelete addressof for temporaries (LWG 2598)
2016-11-14  rediMake std::future::share() noexcept (LWG 2556)
2016-11-14  rediPR78326 fix incorrect access of data member in base...
2016-11-13  rediAdd array support to std::shared_ptr for C++17
2016-11-13  villeImplement P0403R1, Literal suffixes for basic_string_view.
2016-11-13  jason DR 374 - specialization in outer namespace
2016-11-12  redi * src/filesystem/ops.cc (is_empty): Fix typo in except...
2016-11-12  redi * include/std/future (future_error): Fix public typo...
2016-11-12  rediAdd std::future_error constructor from future_errc
2016-11-12  rediUse shared_ptr<T>::element_type in hash specializations
2016-11-10  fdumont2016-11-10 François Dumont <fdumont@gcc.gnu.org>
2016-11-09  timshen * libstdc++-v3/include/bits/regex.h (regex_iterator...
2016-11-07  jasonImplement P0012R1, Make exception specifications part...
2016-11-07  fdumont2016-11-07 François Dumont <fdumont@gcc.gnu.org>
2016-10-28  rediMake filesystem::path work with basic_string_view ...
2016-10-28  rediFix filesystem::path for iterators with const value_type
2016-10-28  rediImplement std::launder for C++17
2016-10-27  urosPR70975 Pass valid offset argument to sendfile
2016-10-27  rediFix target selectors in uniform_inside_sphere_distribut...
2016-10-27  rediAdjust precision of filesystem::last_write_time tests
2016-10-26  fdumont2016-10-26 François Dumont <fdumont@gcc.gnu.org>
2016-10-26  edlinger2016-10-26 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-10-26  rediFix test for recursive_directory_iterator::pop
2016-10-26  emsr2016-10-26 Edward Smith-Rowland <3dw4rd@verizon.net>
2016-10-26  rediAdd recursive_directory_iterator::pop(error_code&)
2016-10-26  rediFix error handling in recursive_directory_iterator...
2016-10-26  rediPR78111 fix fallback code for filesystem::canonical
2016-10-26  rediAdd missing header in Filesystem TS configure tests
2016-10-25  rediHandle negative times in filesystem::last_write_time
2016-10-25  rediFix error handling in copy_file and equivalent
2016-10-24  rediFix error handling in filesystem::is_empty
2016-10-24  rediPR71337 fix filesystem::temp_directory_path error handling
2016-10-24  rediMake directory iterators become end iterator on error
2016-10-24  rediDo not retry failed close(3) in filesystem::copy
2016-10-24  rediImplement DR resolutions for filesystem::copy
2016-10-24  villeCross-port exception-safety and move fixes of std:...
2016-10-24  villeCross-port the latest resolution of LWG2756 and some
2016-10-24  rediMake vector::data() return type consistent in C++98
2016-10-23  fdumont2016-10-22 François Dumont <fdumont@gcc.gnu.org>
2016-10-22  rediIgnore perms::symlink_nofollow on non-symlinks
2016-10-21  rediLWG2720 implement filesystem::perms::symlink_nofollow
2016-10-21  rediLWG2725 Fix error reporting for filesystem::exists
2016-10-21  rediLWG2707 init filesystem::path from string_type&&
2016-10-21  rediOptimize RNG use in std::sample selection sampling
2016-10-21  rediSplit <functional> into smaller pieces
2016-10-21  rediUse global operator new in std::make_exception_ptr
2016-10-20  rediPrepare shared_ptr for array support
2016-10-20  villeDo the operator= SFINAE in the return type for optional,
2016-10-20  rediTweak whitespace in std::allocator files
2016-10-20  rediPR78052 Define std::allocator<void>::{construct,destroy}
2016-10-20  rediAdd more tests for enable_shared_from_this ambiguities
2016-10-19  rediMake std::enable_shared_from_this cope with ambiguity
2016-10-19  rediFix copy&paste error in __gnu_debug::vector
2016-10-19  rediFix incorrect comment about std::auto_ptr
2016-10-19  rediTest experimental::shared_ptr construction from other...
2016-10-19  rediMove negative unique_ptr tests to new file
2016-10-19  rediFix std::experimental::shared_ptr SFINAE constraints
2016-10-19  rediPR77990 refactor unique_ptr to encapsulate tuple
2016-10-18  rediFix indentation of experimental::shared_ptr code
2016-10-18  rediFix typos in experimental::shared_ptr
2016-10-18  rediDon't define uses-allocator variable templates in C++11
2016-10-17  paolo2016-10-17 Paolo Carlini <paolo.carlini@oracle.com>
2016-10-17  rediPR77994 Convert std::sample size argument to suitable...
2016-10-17  paolo2016-10-17 Paolo Carlini <paolo.carlini@oracle.com>
2016-10-17  rediPR77998 Remove std::thread::_Invoker::result_type
2016-10-17  rediPR77987 Fix unique_ptr<T[], D>::reset(U) for T != U
2016-10-17  rediImplement P0084R2, Emplace return type, for C++17
2016-10-17  paolo2016-10-16 Paolo Carlini <paolo.carlini@oracle.com>
2016-10-16  ville Make sure the return value of malloc_allocator::allocate
2016-10-14  rediOptimize std::shuffle by using generator to get two...
next