aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2020-04-24libstdc++: Make net::service_already_exists default constructibleJonathan Wakely1-4/+3
2020-04-24libstdc++: Fix constructor constraints for std::any (PR 90415)Jonathan Wakely1-64/+51
2020-04-23libstdc++: Mark experimental::net::system_context ctor deletedThomas Rodgers1-1/+1
2020-04-23libstdc++: Change __cpp_lib_array_constexpr for C++17 againJonathan Wakely2-2/+2
2020-04-23libstdc++: Define __cpp_lib_three_way_comparison for freestandingJonathan Wakely1-3/+3
2020-04-23coroutines, libstdc++-v3: Update to n4861 C++20 DIS.Iain Sandoe2-3/+9
2020-04-22libstdc++: Define __cpp_lib_execution feature test macroJonathan Wakely2-0/+3
2020-04-22libstdc++: Update (and revert) value of __cpp_lib_array_constexprJonathan Wakely2-3/+7
2020-04-22libstdc++: Do not define __cpp_lib_constexpr_algorithms in <utility>Jonathan Wakely1-6/+2
2020-04-22libstdc++: Update __cpp_lib_concepts valueJonathan Wakely2-2/+2
2020-04-22libstdc++: Rename __cpp_lib_constexpr_invoke macroJonathan Wakely2-2/+2
2020-04-22libstdc++: Add missing feature test macrosJonathan Wakely9-0/+25
2020-04-22libstdc++: Remove non-standard feature test macrosJonathan Wakely3-4/+0
2020-04-22libstdc++: Update value of __cpp_lib_jthread macroJonathan Wakely3-4/+3
2020-04-21libstdc++: Fix __normal_iterator comparisons for C++20Jonathan Wakely1-4/+3
2020-04-21libstdc++: Support arrays in std::is_nothrow_constructible (PR 94149)Jonathan Wakely1-0/+12
2020-04-20libstdc++: Update __cpp_lib_three_way_comparison macroJonathan Wakely1-1/+1
2020-04-20libstdc++: Add comparison operators to associative containersJonathan Wakely9-7/+169
2020-04-19libstdc++: Define operator<=> for std::stack and std::queueJonathan Wakely2-0/+26
2020-04-19libstdc++: Remove operator!= overloads for unordered containersJonathan Wakely4-2/+16
2020-04-19libstdc++: Fix redundant assignment (PR 94629)Jonathan Wakely1-1/+0
2020-04-18libstdc++: Add comparison operators to <chrono> typesJonathan Wakely1-0/+24
2020-04-17libstdc++: Add comparison operators to sequence containersJonathan Wakely12-28/+216
2020-04-17libstdc++: Add comparison operators for string and regex typesJonathan Wakely4-13/+186
2020-04-15libstdc++: Add comparison operators to std::filesystem typesJonathan Wakely3-12/+42
2020-04-15libstdc++: Add comparison operators to types from Utilities clauseJonathan Wakely14-4/+33
2020-04-15libstdc++: Add spaceship operator to std::type_indexJonathan Wakely1-0/+17
2020-04-14libstdc++: Add comparison operators to std::shared_ptr (PR 94562)Jonathan Wakely3-1/+38
2020-04-13coroutines: Rename the coroutines cpp builtin.Iain Sandoe1-1/+1
2020-04-09libstdc++: Add comparison operators to std::unique_ptrJonathan Wakely1-0/+25
2020-04-08libstdc++: Add comparison operators to types from Numerics clauseJonathan Wakely2-0/+7
2020-04-08libstdc++: Add comparison operators to <charconv> result typesJonathan Wakely1-1/+12
2020-04-07libstdc++: Restore ability to use <charconv> in C++14 (PR 94520)Jonathan Wakely1-6/+6
2020-04-06libstdc++: Make string_view::copy usable in constant expressions (PR 94498)Jonathan Wakely2-18/+84
2020-04-03libstdc++: Fix std::to_address for debug iterators (PR 93960)Jonathan Wakely1-1/+10
2020-03-28libstdc++: Fix std::reverse_iterator relational operatorsJonathan Wakely1-58/+68
2020-03-27libstdc++: Define __cpp_lib_ranges macro for C++20Jonathan Wakely5-6/+12
2020-03-27libstdc++: Add remaining C++20 changes to iterator adaptorsJonathan Wakely1-15/+116
2020-03-27libstdc++: Implement C++20 changes to insert iteratorsJonathan Wakely3-41/+103
2020-03-27libstdc++: Move definition earlier in fileJonathan Wakely1-5/+5
2020-03-26libstdc++: Add some C++20 additions to <chrono>Jonathan Wakely1-20/+44
2020-03-25libstdc++: Define and use chrono::is_clock for C++20Jonathan Wakely7-42/+160
2020-03-21libstdc++: Fix experimental::path::generic_string (PR 93245)Jonathan Wakely1-9/+31
2020-03-21libstdc++: Fix path::generic_string allocator handling (PR 94242)Jonathan Wakely1-4/+7
2020-03-18libstdc++: Fix is_trivially_constructible (PR 94033)Jonathan Wakely1-43/+27
2020-03-18libstdc++ Fix compilation of <stop_token> with ClangJonathan Wakely1-0/+12
2020-03-18libstdc++: Fix compilation with released versions of ClangJonathan Wakely3-5/+5
2020-03-18libstdc++: Fix type-erasure in experimental::net::executor (PR 94203)Jonathan Wakely2-77/+167
2020-03-16libstdc++: Add default constructor to net::service_already_exists (PR 94199)Jonathan Wakely1-1/+8
2020-03-11libstdc++: Add a test that takes the split_view of a non-forward rangePatrick Palka1-1/+1