summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* 2017-09-27 François Dumont <fdumont@gcc.gnu.org>fdumont2017-09-273-2/+8
* PR c/81854uros2017-09-252-1/+7
* Fix tests for std::clampredi2017-09-213-8/+14
* PR libstdc++/79162 Fix std::string regression due to LWG 2946 (old ABI)redi2017-09-202-0/+6
* PR libstdc++/79162 Fix std::string regression due to LWG 2946redi2017-09-204-0/+115
* Fix failing C++17 testredi2017-09-202-2/+5
* PR libstdc++/81469 deprecate std::uncaught_exception for C++17redi2017-09-204-1/+10
* Deprecate nested types in std::hashredi2017-09-205-8/+34
* Remove non-standard std::copy_exception functionredi2017-09-202-13/+3
* PR libstdc++/82262 fix std::hash<std::optional<const T>>redi2017-09-203-10/+26
* PR libstdc++/71500 restore C++11 compatibility in <regex>redi2017-09-194-48/+105
* PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t throwing conversionsredi2017-09-194-24/+115
* PR libstdc++/81468 fix test for duration conversionsredi2017-09-182-3/+7
* Use built-in for std::make_integer_sequnceredi2017-09-182-34/+23
* PR libstdc++/71187 reimplement declval without add_rvalue_referenceredi2017-09-185-11/+30
* * doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and documentjakub2017-09-1590-103/+220
* PR libstdc++/81468 constrain std::chrono::time_point constructorredi2017-09-138-36/+144
* Fix broken URLs in libstdc++ API docsredi2017-09-132-3/+5
* PR libstdc++/81835 fix broken URLs in libstdc++ docsredi2017-09-134-3/+8
* Define std::__to_address helperredi2017-09-138-28/+40
* PR libstdc++/79433 no #error for including TS headers with wrong -stdredi2017-09-1242-145/+91
* PR libstdc++/79433 no #error for including headers with wrong -stdredi2017-09-1219-86/+90
* PR libstdc++/70483 make std::experimental::string_view fully constexprredi2017-09-124-63/+149
* PR libstdc++/70483 make std::string_view fully constexprredi2017-09-1124-130/+1171
* PR libstdc++/71500timshen2017-09-113-3/+71
* Adjust test to pass with old std::stringredi2017-09-112-1/+6
* * doc/xml/manual/allocator.xml: Adjust link for Hoard.gerald2017-09-093-3/+8
* PR libstdc++/79162 implement LWG 2946 and LWG 2758redi2017-09-044-181/+473
* PR c++/82039 suppress -Wzero-as-null-pointer-constant warningredi2017-08-312-1/+7
* 2017-08-24 François Dumont <fdumont@gcc.gnu.org>fdumont2017-08-242-9/+85
* PR libstdc++/81912 make std::__iterator_category constexprredi2017-08-216-5/+73
* 2017-08-21 Richard Biener <rguenther@suse.de>rguenth2017-08-212-0/+14
* libstdc++/ChangeLog:msebor2017-08-202-2/+9
* Fix typo.danglin2017-08-201-1/+1
* PR testsuite/81056danglin2017-08-202-0/+10
* Simplify allocator usage in unordered containersredi2017-08-182-18/+21
* PR libstdc++/81891 fix double-free in hashtable constructorredi2017-08-183-11/+79
* PR libstdc++/81808 skip test if reading directory doesn't failredi2017-08-112-0/+31
* Fix test for __has_unique_object_representations support in Clangredi2017-08-092-6/+14
* Fix test for __is_aggregate support in Clangredi2017-08-092-2/+7
* PR libstdc++/81751 don't call fflush(NULL)redi2017-08-094-2/+106
* PR libstdc++/81599mpolacek2017-07-312-1/+6
* PR libstdc++/53984 fix failing testredi2017-07-262-4/+11
* 2017-07-26 Paolo Carlini <paolo.carlini@oracle.com>paolo2017-07-262-1/+6
* PR libstdc++/53984 handle exceptions in basic_istream::sentryredi2017-07-256-29/+123
* Remove deprecated iostream members for C++17redi2017-07-255-9/+48
* 2017-07-23 Michael Collison <michael.collison@arm.com>collison2017-07-234-0/+246
* 2017-07-23 François Dumont <fdumont@gcc.gnu.org>fdumont2017-07-23151-931/+797
* Add AddressSanitizer annotations to std::vectorredi2017-07-216-12/+234
* PR libstdc++/81476 Optimise vector insertion from input iteratorsredi2017-07-193-3/+103