aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2018-10-26Update ChangeLog and version files for releasereleases/gcc-6.5.0GCC Administrator1-0/+4
2018-10-25PR libstdc++/87749 fix (and optimize) string move constructionJonathan Wakely6-6/+258
2018-10-25PR libstdc++/87704 fix unique_ptr(nullptr_t) constructorsJonathan Wakely5-5/+55
2018-10-18PR libstdc++/87641 correctly initialize accumulator in valarray::sum()Jonathan Wakely3-5/+89
2018-10-15Adjust test to pass with latest glibcJonathan Wakely2-2/+9
2018-10-15PR libstdc++/86751 default assignment operators for std::pairJonathan Wakely5-9/+170
2018-10-12Fix __gnu_cxx::_Pointer_adapter for long long arithmeticJonathan Wakely3-0/+28
2018-10-12Fix experimental::pmr typedefs and add testsJonathan Wakely17-6/+572
2018-10-12PR libstdc++/70966 make pmr::new_delete_resource() immortalJonathan Wakely3-25/+120
2018-10-12PR libstdc++/77854 document size_type for containersJonathan Wakely3-0/+14
2018-10-12PR libstdc++/85098 add missing definitions for static constantsJonathan Wakely4-1/+101
2018-10-09Use -fno-show-column in libstdc++ installed testing.Joseph Myers2-1/+9
2018-08-08PR libstdc++/83982 fix exception-safety guarantee of std::vector::resizeJonathan Wakely3-12/+82
2018-08-08Add noexcept to std::integral_constant membersJonathan Wakely3-3/+10
2018-08-08LWG 3050 Fix cv-qualification of convertibility constraintsJonathan Wakely4-3/+45
2018-08-08Add noexcept to std::shared_future copy operations (LWG DR 2799)Jonathan Wakely2-2/+8
2018-08-08PR libstdc++/80893 Fix null dereference in vector<bool>Jonathan Wakely4-4/+111
2018-08-08PR libstdc++/68519 use native duration to avoid rounding errorsJonathan Wakely3-2/+73
2018-08-08PR libstdc++/86292 fix exception safety of std::vector<InputIterator> constru...Jonathan Wakely3-11/+88
2018-08-08Improve libstdc++ docs w.r.t newer C++ standardsJonathan Wakely4-90/+224
2018-08-08PR libstdc++/60555 std::system_category() should recognise POSIX errno valuesJonathan Wakely4-0/+459
2018-08-08PR libstdc++/86734 use addressof in reverse_iterator::operator->Jonathan Wakely3-1/+59
2018-08-08Fix std::codecvt_utf8<wchar_t> for MingwJonathan Wakely4-4/+69
2018-08-08PR libstdc++/66145 allow catching iostream errors as cxx11 ios::failureJonathan Wakely18-57/+294
2018-07-05backport: re PR libstdc++/86272 (__gnu_debug::string uses undefined __glibcxx...François Dumont2-1/+11
2018-05-14PR libstdc++/67554 Do not pass null pointers to memcpyJonathan Wakely2-2/+14
2018-05-10Document Dual ABI for std::ios_base::failureJonathan Wakely5-6/+77
2018-05-03PR libstdc++/85632 fix wraparound in filesystem::spaceJonathan Wakely3-3/+68
2018-03-02PR libstdc++/84671 handle digit separators in duration literalsJonathan Wakely3-0/+44
2018-02-19PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwinJonathan Wakely5-9/+53
2018-01-29PR libstdc++/83833 fix chi_squared_distribution::param(const param&)Jonathan Wakely3-1/+57
2018-01-19PR libstdc++/83834 replace wildcard pattern in linker scriptJonathan Wakely2-1/+10
2018-01-15Fix type printers for Library Fundamentals typesJonathan Wakely2-3/+7
2018-01-15PR libstdc++/83626 Don't throw for remove("") and remove_all("")Jonathan Wakely4-24/+173
2018-01-05Fix typo in std::wbuffer_convertJonathan Wakely3-1/+65
2018-01-05Improve tests for error reporting in Filesystem TSJonathan Wakely4-4/+29
2018-01-05PR libstdc++/83600 fix end iterator for unready std::match_resultsJonathan Wakely4-1/+19
2018-01-05PR libstdc++/83598 don't modify flags passed to std::basic_regex constructorsJonathan Wakely2-0/+45
2018-01-05PR libstdc++/83279 handle sendfile not copying entire fileJonathan Wakely2-21/+48
2018-01-05Avoid redundant calls to filesystem::status_knownJonathan Wakely2-2/+11
2018-01-05PR libstdc++/79283 fix filesystem::read_symlink for /procJonathan Wakely2-9/+36
2017-12-14PR libstdc++/59568 don't use putback or update value when extraction failsJonathan Wakely3-4/+206
2017-11-11backport: re PR testsuite/81056 (FAIL: 17_intro/names.cc (test for excess err...John David Anglin2-0/+13
2017-10-25Corrections to C++ library status docsJonathan Wakely113-190/+192
2017-10-23PR libstdc++/81395 fix crash when write follows large readJonathan Wakely3-1/+55
2017-10-23Fix path::iterator post-increment and post-decrementJonathan Wakely3-2/+30
2017-09-20PR libstdc++/60936 fix length calculationJonathan Wakely2-2/+16
2017-09-18PR libstdc++/60936 reduce coupling between objects in libstdc++.aJonathan Wakely18-193/+441
2017-09-13PR libstdc++/81468 constrain std::chrono::time_point constructorJonathan Wakely5-2/+85
2017-09-13Fix broken URLs in libstdc++ API docsJonathan Wakely2-3/+5