about summary refs log tree commit diff
path: root/src/libcore/future
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-412/+0
2020-07-16Revert "Remove spotlight usage"Manish Goregaokar-0/+1
2020-07-10Rollup merge of #72303 - yoshuawuyts:future-poll-fn, r=dtolnayManish Goregaokar-0/+70
2020-06-30Deny unsafe ops in unsafe fns, part 6LeSeulArtichaut-1/+3
2020-06-25Adds a clearer message for when the async keyword is missing from a functionNell Shamrell-0/+1
2020-05-25Display information about captured variable in `FnMut` errorAaron Hill-0/+1
2020-05-22Add core::future::IntoFutureYoshua Wuyts-0/+31
2020-05-18Add core::future::{poll_fn, PollFn}Yoshua Wuyts-0/+70
2020-05-09Rollup merge of #70834 - yoshuawuyts:future-pending-ready, r=sfacklerDylan DPC-0/+110
2020-05-07Add core::future::{pending,ready}Yoshua Wuyts-0/+110
2020-04-25Bump bootstrap compilerMark Rousskov-6/+0
2020-04-05Remove a stack frame from .await callsSteven Fackler-5/+2
2020-03-17Add issue referenceJonas Schievink-1/+1
2020-03-17Clarify commentJonas Schievink-1/+1
2020-03-17Make `ResumeTy` contents privateJonas Schievink-1/+1
2020-03-17Remove useless derives on `GenFuture`Jonas Schievink-1/+0
2020-03-17FormatJonas Schievink-1/+1
2020-03-17Add futures scaffolding to libcoreJonas Schievink-0/+79
2020-02-27Remove spotlight usageGuillaume Gomez-1/+0
2019-12-31Revert "core: add IntoFuture trait and support for await"Wesley Wiser-28/+0
2019-12-27core: add IntoFuture trait and support for awaitSean McArthur-0/+28
2019-08-08Use associated_type_bounds where applicable - closes #61738Ilija Tovilo-2/+1
2019-08-02Futures: Add link to Waker in trait doc.Bruce Mitchener-1/+3
2019-07-04Switch master to 1.38Mark Rousskov-1/+1
2019-06-27Add suggestion for missing `.await` keywordNathan Corbyn-0/+1
2019-05-27Use .await syntax instead of await!diwic-1/+1
2019-05-13Improve the "must use" lint for `Future`Benjamin Schultzer-1/+1
2019-04-23Stabilize futures_apiTaylor Cramer-6/+8
2019-04-19core::future::Future: Fix markup typo in docs.Jim Blandy-1/+1
2019-04-19Doc fixes for core::future::Future.Jim Blandy-13/+13
2019-04-18libcore => 2018Taiki Endo-4/+4
2019-04-05Future-proof the Futures APITaylor Cramer-8/+10
2019-02-20Put Future trait into spotlightStjepan Glavina-0/+1
2019-02-20Rollup merge of #58565 - thomaseizinger:typo-future-docs, r=frewsxcvkennytm-1/+1
2019-02-20Rollup merge of #58553 - scottmcm:more-ihle, r=Centrilkennytm-1/+1
2019-02-19Fix typo in std::future::Future docsThomas Eizinger-1/+1
2019-02-17Use more impl header lifetime elisionScott McMurray-1/+1
2019-02-12Merging masterMatthias Einwag-1/+1
2019-02-10libs: doc commentsAlexander Regueiro-1/+1
2019-02-05review suggestionsMatthias Einwag-2/+4
2019-02-05Apply more review suggestionsMatthias Einwag-3/+5
2019-02-03Update the future/task APIMatthias Einwag-24/+12
2019-01-13Add #[must_use] message to Iterator and FutureTaiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-20/+0
2018-12-21Update Pin API to match the one proposed for stabilizationTaylor Cramer-1/+1
2018-12-10Add #[must_use] attribute to stdlib traitsFelix Chapman-0/+1
2018-11-10Fix documentation typos.Bruce Mitchener-1/+1
2018-09-19Remove spawning from task::ContextTaylor Cramer-227/+34
2018-09-17Cleanup and fix method resolution issueTaylor Cramer-7/+7
2018-09-01Update to a new pinning API.Without Boats-14/+40