aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2017-09-19PR libstdc++/71500 restore C++11 compatibility in <regex>Jonathan Wakely4-48/+105
2017-09-19PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t throwing conversionsJonathan Wakely4-24/+115
2017-09-18PR libstdc++/81468 fix test for duration conversionsJonathan Wakely2-3/+7
2017-09-18Use built-in for std::make_integer_sequnceJonathan Wakely2-34/+23
2017-09-18PR libstdc++/71187 reimplement declval without add_rvalue_referenceJonathan Wakely5-11/+30
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek90-103/+220
2017-09-13PR libstdc++/81468 constrain std::chrono::time_point constructorJonathan Wakely8-36/+144
2017-09-13Fix broken URLs in libstdc++ API docsJonathan Wakely2-3/+5
2017-09-13PR libstdc++/81835 fix broken URLs in libstdc++ docsJonathan Wakely4-3/+8
2017-09-13Define std::__to_address helperJonathan Wakely8-28/+40
2017-09-12PR libstdc++/79433 no #error for including TS headers with wrong -stdJonathan Wakely42-145/+91
2017-09-12PR libstdc++/79433 no #error for including headers with wrong -stdJonathan Wakely19-86/+90
2017-09-12PR libstdc++/70483 make std::experimental::string_view fully constexprJonathan Wakely4-63/+149
2017-09-11PR libstdc++/70483 make std::string_view fully constexprJonathan Wakely24-130/+1171
2017-09-11re PR libstdc++/71500 (regex::icase only works on first character in a range)Tim Shen3-3/+71
2017-09-11Adjust test to pass with old std::stringJonathan Wakely2-1/+6
2017-09-09allocator.xml: Adjust link for Hoard.Gerald Pfeifer3-3/+8
2017-09-04PR libstdc++/79162 implement LWG 2946 and LWG 2758Daniel Kruegler4-181/+473
2017-08-31PR c++/82039 suppress -Wzero-as-null-pointer-constant warningJonathan Wakely2-1/+7
2017-08-24stl_list.h [!_GLIBCXX_INLINE_VERSION](_List_base<>::_S_distance): Remove.François Dumont2-9/+85
2017-08-21PR libstdc++/81912 make std::__iterator_category constexprJonathan Wakely6-5/+73
2017-08-21re PR go/78628 (GO fails to build a translation unit decl)Richard Biener2-0/+14
2017-08-20re PR c/81854 (weak alias of an incompatible symbol accepted)Martin Sebor2-2/+9
2017-08-20Fix typo.John David Anglin1-1/+1
2017-08-20re PR testsuite/81056 (FAIL: 17_intro/names.cc (test for excess errors))John David Anglin2-0/+10
2017-08-18Simplify allocator usage in unordered containersJonathan Wakely2-18/+21
2017-08-18PR libstdc++/81891 fix double-free in hashtable constructorJonathan Wakely3-11/+79
2017-08-11PR libstdc++/81808 skip test if reading directory doesn't failJonathan Wakely2-0/+31
2017-08-09Fix test for __has_unique_object_representations support in ClangJonathan Wakely2-6/+14
2017-08-09Fix test for __is_aggregate support in ClangKatsuhiko Nishimra2-2/+7
2017-08-09PR libstdc++/81751 don't call fflush(NULL)Jonathan Wakely4-2/+106
2017-07-31re PR libstdc++/81599 (Error in documentation of std::stack)Marek Polacek2-1/+6
2017-07-26PR libstdc++/53984 fix failing testJonathan Wakely2-4/+11
2017-07-2653984.cc: Fix typo in dg-require directive.Paolo Carlini2-1/+6
2017-07-25PR libstdc++/53984 handle exceptions in basic_istream::sentryJonathan Wakely6-29/+123
2017-07-25Remove deprecated iostream members for C++17Jonathan Wakely5-9/+48
2017-07-23Add optimized implementation of mersenne twister for aarch64Michael Collison4-0/+246
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont151-931/+797
2017-07-21Add AddressSanitizer annotations to std::vectorJonathan Wakely6-12/+234
2017-07-19PR libstdc++/81476 Optimise vector insertion from input iteratorsJonathan Wakely3-3/+103
2017-07-19new (bad_array_new_length): Remove redundant semicolon after in-class member ...Volker Reichelt9-16/+31
2017-07-19Fix indentation in std::basic_filebuf member functionsJonathan Wakely2-56/+57
2017-07-19Fix indentation in libstdc++ testsuite utilsJonathan Wakely2-6/+8
2017-07-19Use dg-require-fileio in new testJonathan Wakely2-1/+5
2017-07-19PR libstdc++/81395 fix crash when write follows large readJonathan Wakely3-1/+54
2017-07-18stl_list.h (struct _List_node_header): New.François Dumont3-64/+181
2017-07-15Reorder std::scoped_lock parameters as per P0739R0 DR statusJonathan Wakely5-5/+46
2017-07-14Constrain std::variant constructor for class template argument deductionJason Merrill3-0/+48
2017-07-11Improvements to the libstdc++ FAQ and manualJonathan Wakely6-403/+462
2017-07-10Include missing header for std::freeJonathan Wakely2-0/+3