summaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2017-10-13PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354)Jonathan Wakely
2017-10-13PR libstdc++/82481 Suppress clang-tidy warningsJonathan Wakely
2017-10-10Update comment referring to status of LWG issue 111Jonathan Wakely
2017-10-10PR libstdc++/82417 do not include C99 <complex.h> in strict modesJonathan Wakely
2017-10-05Fix new testsuite failure on newlib targetsJonathan Wakely
2017-10-042017-10-04 Petr Ovtchenkov <ptr@void-ptr.info>Petr Ovtchenkov
2017-10-03charconv (__unsigned_least_t): Fix number of closing >s for !_GLIBCXX_USE_INT...Jakub Jelinek
2017-10-02C++17 P0067R5 std::to_chars and std::from_chars (partial)Jonathan Wakely
2017-09-2722131.cc: Make test less istreambuf_iterator implementation dependent.François Dumont
2017-09-25re PR c/81854 (weak alias of an incompatible symbol accepted)Uros Bizjak
2017-09-21Fix tests for std::clampJonathan Wakely
2017-09-20PR libstdc++/79162 Fix std::string regression due to LWG 2946 (old ABI)Jonathan Wakely
2017-09-20PR libstdc++/79162 Fix std::string regression due to LWG 2946Jonathan Wakely
2017-09-20Fix failing C++17 testJonathan Wakely
2017-09-20PR libstdc++/81469 deprecate std::uncaught_exception for C++17Jonathan Wakely
2017-09-20Deprecate nested types in std::hashJonathan Wakely
2017-09-20Remove non-standard std::copy_exception functionJonathan Wakely
2017-09-20PR libstdc++/82262 fix std::hash<std::optional<const T>>Jonathan Wakely
2017-09-19PR libstdc++/71500 restore C++11 compatibility in <regex>Jonathan Wakely
2017-09-19PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t throwing conversionsJonathan Wakely
2017-09-18PR libstdc++/81468 fix test for duration conversionsJonathan Wakely
2017-09-18Use built-in for std::make_integer_sequnceJonathan Wakely
2017-09-18PR libstdc++/71187 reimplement declval without add_rvalue_referenceJonathan Wakely
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek
2017-09-13PR libstdc++/81468 constrain std::chrono::time_point constructorJonathan Wakely
2017-09-13Fix broken URLs in libstdc++ API docsJonathan Wakely
2017-09-13PR libstdc++/81835 fix broken URLs in libstdc++ docsJonathan Wakely
2017-09-13Define std::__to_address helperJonathan Wakely
2017-09-12PR libstdc++/79433 no #error for including TS headers with wrong -stdJonathan Wakely
2017-09-12PR libstdc++/79433 no #error for including headers with wrong -stdJonathan Wakely
2017-09-12PR libstdc++/70483 make std::experimental::string_view fully constexprJonathan Wakely
2017-09-11PR libstdc++/70483 make std::string_view fully constexprJonathan Wakely
2017-09-11re PR libstdc++/71500 (regex::icase only works on first character in a range)Tim Shen
2017-09-11Adjust test to pass with old std::stringJonathan Wakely
2017-09-09allocator.xml: Adjust link for Hoard.Gerald Pfeifer
2017-09-04PR libstdc++/79162 implement LWG 2946 and LWG 2758Daniel Kruegler
2017-08-31PR c++/82039 suppress -Wzero-as-null-pointer-constant warningJonathan Wakely
2017-08-24stl_list.h [!_GLIBCXX_INLINE_VERSION](_List_base<>::_S_distance): Remove.François Dumont
2017-08-21PR libstdc++/81912 make std::__iterator_category constexprJonathan Wakely
2017-08-21re PR go/78628 (GO fails to build a translation unit decl)Richard Biener
2017-08-20re PR c/81854 (weak alias of an incompatible symbol accepted)Martin Sebor
2017-08-20Fix typo.John David Anglin
2017-08-20re PR testsuite/81056 (FAIL: 17_intro/names.cc (test for excess errors))John David Anglin
2017-08-18Simplify allocator usage in unordered containersJonathan Wakely
2017-08-18PR libstdc++/81891 fix double-free in hashtable constructorJonathan Wakely
2017-08-11PR libstdc++/81808 skip test if reading directory doesn't failJonathan Wakely
2017-08-09Fix test for __has_unique_object_representations support in ClangJonathan Wakely
2017-08-09Fix test for __is_aggregate support in ClangKatsuhiko Nishimra
2017-08-09PR libstdc++/81751 don't call fflush(NULL)Jonathan Wakely
2017-07-31re PR libstdc++/81599 (Error in documentation of std::stack)Marek Polacek