about summary refs log tree commit diff
path: root/library/core/src/future/ready.rs
AgeCommit message (Expand)AuthorLines
2024-09-03replace placeholder versionBoxy-1/+1
2024-08-08Stabilize `Ready::into_inner()`daxpedda-2/+1
2022-08-30Implement `Ready::into_inner()`dAxpeDDa-0/+24
2021-12-07fix documentation for `core::ready::Ready`Ibraheem Ahmed-1/+1
2021-07-28Use backticks when referring to `core::future::Ready` in panic messageIbraheem Ahmed-1/+1
2020-12-02Use more std:: instead of core:: in docs for consistency, add more intra doc ...Alexis Bourget-1/+1
2020-09-18Apply suggestions from code reviewPoliorcetics-1/+1
2020-09-17Move to intra doc links in core/src/futureAlexis Bourget-2/+0
2020-09-15Fix stabilization marker for future_readiness_fnsYoshua Wuyts-4/+4
2020-08-25Stabilize future readiness fnsYoshua Wuyts-5/+8
2020-07-27mv std libs to library/mark-0/+45