summaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2020-04-28coroutines: Fix handling of non-class coroutine returns [PR94759]Iain Sandoe
2020-04-24libstdc++: Make net::service_already_exists default constructibleJonathan Wakely
2020-04-24libstdc++: Fix constructor constraints for std::any (PR 90415)Jonathan Wakely
2020-04-23libstdc++: Mark experimental::net::system_context ctor deletedThomas Rodgers
2020-04-23libstdc++: Update C++20 library status docsJonathan Wakely
2020-04-23libstdc++: Change __cpp_lib_array_constexpr for C++17 againJonathan Wakely
2020-04-23libstdc++: Define __cpp_lib_three_way_comparison for freestandingJonathan Wakely
2020-04-23coroutines, libstdc++-v3: Update to n4861 C++20 DIS.Iain Sandoe
2020-04-22libstdc++: Define __cpp_lib_execution feature test macroJonathan Wakely
2020-04-22libstdc++: Update (and revert) value of __cpp_lib_array_constexprJonathan Wakely
2020-04-22libstdc++: Do not define __cpp_lib_constexpr_algorithms in <utility>Jonathan Wakely
2020-04-22libstdc++: Update __cpp_lib_concepts valueJonathan Wakely
2020-04-22libstdc++: Rename __cpp_lib_constexpr_invoke macroJonathan Wakely
2020-04-22libstdc++: Add missing feature test macrosJonathan Wakely
2020-04-22libstdc++: Remove non-standard feature test macrosJonathan Wakely
2020-04-22libstdc++: Update value of __cpp_lib_jthread macroJonathan Wakely
2020-04-22libstdc++: Improve tests for __cpp_lib_erase_if macroJonathan Wakely
2020-04-21libstdc++: Fix __normal_iterator comparisons for C++20Jonathan Wakely
2020-04-21libstdc++: Improve C++14 and C++17 status docsJonathan Wakely
2020-04-21libstdc++: Support arrays in std::is_nothrow_constructible (PR 94149)Jonathan Wakely
2020-04-21libstdc++: Fix PSTL tests to run correctly with newer Thread Building BlocksThomas Rodgers
2020-04-20libstdc++: Add test for using istreambuf_iterator with sentinelJonathan Wakely
2020-04-20libstdc++: Fix tests that fail in C++20 modeJonathan Wakely
2020-04-20libstdc++: Correct changelog of previous commitJonathan Wakely
2020-04-20libstdc++: Update __cpp_lib_three_way_comparison macroJonathan Wakely
2020-04-20libstdc++: Add comparison operators to associative containersJonathan Wakely
2020-04-20libstdc++: Avoid illegal argument to verbose in dg-test callbackMatthias Kretz
2020-04-19libstdc++: Define operator<=> for std::stack and std::queueJonathan Wakely
2020-04-19libstdc++: Remove operator!= overloads for unordered containersJonathan Wakely
2020-04-19libstdc++: Fix redundant assignment (PR 94629)Jonathan Wakely
2020-04-18libstdc++: Add comparison operators to <chrono> typesJonathan Wakely
2020-04-18libstdc++: Fix testsuite utility's use of allocatorsJonathan Wakely
2020-04-17libstdc++: Add comparison operators to sequence containersJonathan Wakely
2020-04-17libstdc++: Add comparison operators for string and regex typesJonathan Wakely
2020-04-16libstdc++: Fix -Wunused-parameter warning in testJonathan Wakely
2020-04-15libstdc++: Add comparison operators to std::filesystem typesJonathan Wakely
2020-04-15libstdc++: Add comparison operators to types from Utilities clauseJonathan Wakely
2020-04-15libstdc++: Add spaceship operator to std::type_indexJonathan Wakely
2020-04-14libstdc++: Fix constraints on std::compare_three_wayJonathan Wakely
2020-04-14libstdc++: Add comparison operators to std::shared_ptr (PR 94562)Jonathan Wakely
2020-04-14libstdc++: Fix order of entries in ChangeLogJonathan Wakely
2020-04-14libstdc++: Make comparison category comparisons noexcept (PR 94565)Jonathan Wakely
2020-04-13coroutines: Rename the coroutines cpp builtin.Iain Sandoe
2020-04-09libstdc++: Implement LWG 3324 for [cmp.alg] function objects (LWG 3324)Jonathan Wakely
2020-04-09libstdc++: Add comparison operators to std::unique_ptrJonathan Wakely
2020-04-08libstdc++: Add comparison operators to types from Numerics clauseJonathan Wakely
2020-04-08libstdc++: Add comparison operators to <charconv> result typesJonathan Wakely
2020-04-07libstdc++: Restore ability to use <charconv> in C++14 (PR 94520)Jonathan Wakely
2020-04-06libstdc++: Make string_view::copy usable in constant expressions (PR 94498)Jonathan Wakely
2020-04-05libstdc++: Refer to Git documentationGerald Pfeifer