summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/coroutine
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-09-19libstdc++: add #pragma diagnosticJason Merrill
2024-08-28libstdc++: avoid -Wzero-as-null-pointer-constantJason Merrill
2024-01-03Update copyright years.Jakub Jelinek
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović
2023-03-17libstdc++: Add const to hash<coroutine_handle<P>>::operator() [PR109165]Jonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-10-04libstdc++: Enable std::hash<coroutine_handle<P>> [PR107139]Jonathan Wakely
2022-01-11libstdc++: Install <coroutine> header for freestanding [PR103726]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-02-09libstdc++: Make coroutine_handle<_Promise>::from_address() noexcept [PR 99021]Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-10-20libstdc++: Define noop coroutine details private and inline [PR 95917]Jonathan Wakely
2020-10-20libstdc++: Remove inheritance from std::coroutine_handle<> [LWG 3460]Jonathan Wakely
2020-07-17libstdc++, coroutine: Add missing constexpr markers.Iain Sandoe
2020-04-28coroutines: Fix handling of non-class coroutine returns [PR94759]Iain Sandoe
2020-04-23coroutines, libstdc++-v3: Update to n4861 C++20 DIS.Iain Sandoe
2020-04-13coroutines: Rename the coroutines cpp builtin.Iain Sandoe
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe