about summary refs log tree commit diff
path: root/library/core/src/task/ready.rs
AgeCommit message (Expand)AuthorLines
2023-05-19remove unstable `Poll::ready`Ibraheem Ahmed-57/+0
2023-05-10Remove useless drop of copy typeUrgau-2/+2
2022-07-18stabilize `core::task::ready!`Yoshua Wuyts-4/+1
2021-10-11Add library tracking issue for poll_ready featureDavid Tolnay-5/+5
2021-10-07revert stabilization of `core::task::ready!`Ibraheem Ahmed-1/+4
2021-10-07add `Poll::ready`Ibraheem Ahmed-0/+57
2021-07-28Update stable version of ready!() macro.Mara Bos-1/+1
2021-07-23Stabilize core::task::ready!Yoshua Wuyts-5/+1
2020-12-02Use more std:: instead of core:: in docs for consistency, add more intra doc ...Alexis Bourget-8/+11
2020-08-25Stabilize future readiness fnsYoshua Wuyts-2/+0
2020-07-27mv std libs to library/mark-0/+60