about summary refs log tree commit diff
path: root/library/core/src/future/pending.rs
AgeCommit message (Collapse)AuthorLines
2022-01-07Also change PhantomData parameter of iter::Empty, and future::PendingFrank Steffahn-4/+1
2020-12-02Use more std:: instead of core:: in docs for consistency, add more intra doc ↵Alexis Bourget-1/+1
links
2020-09-18Apply suggestions from code reviewPoliorcetics-1/+1
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-09-17Move to intra doc links in core/src/futureAlexis Bourget-2/+0
2020-09-15Fix stabilization marker for future_readiness_fnsYoshua Wuyts-6/+6
Moved it from 1.47.0 -> 1.48.0, which is the correct release for this to stabilize in
2020-08-25Stabilize future readiness fnsYoshua Wuyts-7/+13
2020-07-27mv std libs to library/mark-0/+57