aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/coroutine
AgeCommit message (Expand)AuthorFilesLines
2022-01-11libstdc++: Install <coroutine> header for freestanding [PR103726]Jonathan Wakely1-14/+41
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-02-09libstdc++: Make coroutine_handle<_Promise>::from_address() noexcept [PR 99021]Jonathan Wakely1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-20libstdc++: Define noop coroutine details private and inline [PR 95917]Jonathan Wakely1-13/+17
2020-10-20libstdc++: Remove inheritance from std::coroutine_handle<> [LWG 3460]Jonathan Wakely1-55/+90
2020-07-17libstdc++, coroutine: Add missing constexpr markers.Iain Sandoe1-6/+6
2020-04-28coroutines: Fix handling of non-class coroutine returns [PR94759]Iain Sandoe1-3/+12
2020-04-23coroutines, libstdc++-v3: Update to n4861 C++20 DIS.Iain Sandoe1-3/+6
2020-04-13coroutines: Rename the coroutines cpp builtin.Iain Sandoe1-1/+1
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe1-0/+291