summaryrefslogtreecommitdiff
path: root/libcxx/include/__coroutine/coroutine_handle.h
AgeCommit message (Expand)Author
2025-07-04[libc++][NFC] Fixed some wrongly spelled `_LIBCPP_STD_VER` in comments (#147008)Hristo Hristov
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-01-22[libc++][hardening] Classify assertions related to leaks and syscalls. (#77164)Konstantin Varlamov
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-01-21[libc++] Granularize <type_traits> includes in <bit>, <numbers> and <coroutine>Nikolas Klauser
2022-10-12[libc++] Remove _LIBCPP_HAS_NO_CXX20_COROUTINESLouis Dionne
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-11-17[libc++] Remove _LIBCPP_HAS_NO_SPACESHIP_OPERATORLouis Dionne
2021-11-16[libcxx] [Coroutine] Conform Coroutine ImplementationChuanqi Xu