aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2020-04-30libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)Jonathan Wakely8-13/+471
2020-04-29libstdc++: Fix outdated comment about std::string instantiations (PR 94854)Jonathan Wakely2-5/+11
2020-04-28libstdc++: Fixes for feature test macros (PR 91480)Jonathan Wakely11-7/+57
2020-04-28libstdc++: Fix regression in std::_Construct (PR 94831)Jonathan Wakely5-14/+84
2020-04-28libstdc++: Fix subrange::advance and subrange::prev (LWG 3433)Patrick Palka3-10/+119
2020-04-28coroutines: Fix handling of non-class coroutine returns [PR94759]Iain Sandoe2-3/+19
2020-04-24libstdc++: Make net::service_already_exists default constructibleJonathan Wakely3-4/+13
2020-04-24libstdc++: Fix constructor constraints for std::any (PR 90415)Jonathan Wakely6-71/+255
2020-04-23libstdc++: Mark experimental::net::system_context ctor deletedThomas Rodgers3-1/+15
2020-04-23libstdc++: Update C++20 library status docsJonathan Wakely6-1028/+1141
2020-04-23libstdc++: Change __cpp_lib_array_constexpr for C++17 againJonathan Wakely5-7/+14
2020-04-23libstdc++: Define __cpp_lib_three_way_comparison for freestandingJonathan Wakely2-3/+8
2020-04-23coroutines, libstdc++-v3: Update to n4861 C++20 DIS.Iain Sandoe3-3/+15
2020-04-22libstdc++: Define __cpp_lib_execution feature test macroJonathan Wakely8-25/+137
2020-04-22libstdc++: Update (and revert) value of __cpp_lib_array_constexprJonathan Wakely7-5/+99
2020-04-22libstdc++: Do not define __cpp_lib_constexpr_algorithms in <utility>Jonathan Wakely3-12/+7
2020-04-22libstdc++: Update __cpp_lib_concepts valueJonathan Wakely5-4/+10
2020-04-22libstdc++: Rename __cpp_lib_constexpr_invoke macroJonathan Wakely4-4/+9
2020-04-22libstdc++: Add missing feature test macrosJonathan Wakely11-1/+53
2020-04-22libstdc++: Remove non-standard feature test macrosJonathan Wakely4-4/+7
2020-04-22libstdc++: Update value of __cpp_lib_jthread macroJonathan Wakely10-10/+23
2020-04-22libstdc++: Improve tests for __cpp_lib_erase_if macroJonathan Wakely10-16/+36
2020-04-21libstdc++: Fix __normal_iterator comparisons for C++20Jonathan Wakely3-4/+102
2020-04-21libstdc++: Improve C++14 and C++17 status docsJonathan Wakely9-235/+3479
2020-04-21libstdc++: Support arrays in std::is_nothrow_constructible (PR 94149)Jonathan Wakely3-0/+88
2020-04-21libstdc++: Fix PSTL tests to run correctly with newer Thread Building BlocksThomas Rodgers2-1/+8
2020-04-20libstdc++: Add test for using istreambuf_iterator with sentinelJonathan Wakely2-0/+55
2020-04-20libstdc++: Fix tests that fail in C++20 modeJonathan Wakely3-9/+37
2020-04-20libstdc++: Correct changelog of previous commitJonathan Wakely1-0/+1
2020-04-20libstdc++: Update __cpp_lib_three_way_comparison macroJonathan Wakely3-3/+18
2020-04-20libstdc++: Add comparison operators to associative containersJonathan Wakely14-7/+624
2020-04-20libstdc++: Avoid illegal argument to verbose in dg-test callbackMatthias Kretz2-1/+5
2020-04-19libstdc++: Define operator<=> for std::stack and std::queueJonathan Wakely5-0/+151
2020-04-19libstdc++: Remove operator!= overloads for unordered containersJonathan Wakely5-2/+25
2020-04-19libstdc++: Fix redundant assignment (PR 94629)Jonathan Wakely2-1/+6
2020-04-18libstdc++: Add comparison operators to <chrono> typesJonathan Wakely4-0/+134
2020-04-18libstdc++: Fix testsuite utility's use of allocatorsJonathan Wakely2-6/+26
2020-04-17libstdc++: Add comparison operators to sequence containersJonathan Wakely18-28/+908
2020-04-17libstdc++: Add comparison operators for string and regex typesJonathan Wakely14-197/+1628
2020-04-16libstdc++: Fix -Wunused-parameter warning in testJonathan Wakely2-1/+6
2020-04-15libstdc++: Add comparison operators to std::filesystem typesJonathan Wakely10-16/+216
2020-04-15libstdc++: Add comparison operators to types from Utilities clauseJonathan Wakely15-4/+50
2020-04-15libstdc++: Add spaceship operator to std::type_indexJonathan Wakely3-0/+72
2020-04-14libstdc++: Fix constraints on std::compare_three_wayJonathan Wakely3-3/+55
2020-04-14libstdc++: Add comparison operators to std::shared_ptr (PR 94562)Jonathan Wakely6-2/+158
2020-04-14libstdc++: Fix order of entries in ChangeLogJonathan Wakely1-5/+5
2020-04-14libstdc++: Make comparison category comparisons noexcept (PR 94565)Jonathan Wakely3-1/+73
2020-04-13coroutines: Rename the coroutines cpp builtin.Iain Sandoe2-1/+6
2020-04-09libstdc++: Implement LWG 3324 for [cmp.alg] function objects (LWG 3324)Jonathan Wakely5-20/+50
2020-04-09libstdc++: Add comparison operators to std::unique_ptrJonathan Wakely6-2/+221