about summary refs log tree commit diff
path: root/library/core/src/future
AgeCommit message (Expand)AuthorLines
2022-06-19typos in `IntoFuture` docsKaDiWa4-2/+2
2022-06-08update docs for `std::future::IntoFuture`Yoshua Wuyts-0/+119
2022-03-10Rename `IntoFuture::Future` to `IntoFuture::IntoFuture`Yoshua Wuyts-4/+4
2022-02-21Rollup merge of #91192 - r00ster91:futuredocs, r=GuillaumeGomezMatthias Krüger-2/+10
2022-02-19Some improvements to the async docsr00ster91-2/+10
2022-01-30Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-SimulacrumEric Huss-1/+1
2022-01-28update cfg(bootstrap)sPietro Albini-1/+1
2022-01-24Make `join!` description more accurateEFanZh-1/+1
2022-01-07Also change PhantomData parameter of iter::Empty, and future::PendingFrank Steffahn-4/+1
2021-12-11Rollup merge of #91721 - danielhenrymantilla:patch-1, r=joshtriplettMatthias Krüger-54/+100
2021-12-10Rollup merge of #91646 - ibraheemdev:patch-9, r=dtolnayMatthias Krüger-1/+1
2021-12-09Fix missing `mut` typoDaniel Henry-Mantilla-1/+1
2021-12-09Bring back the colon separators for the macro munching.Daniel Henry-Mantilla-12/+12
2021-12-09Fix two false positive lintsDaniel Henry-Mantilla-1/+3
2021-12-09Minor improvements to `future::join!`'s implementationDaniel Henry-Mantilla-53/+97
2021-12-08trim down expansion of `core::future::join`Ibraheem Ahmed-42/+56
2021-12-08remove implicit .await from `core::future::join`Ibraheem Ahmed-49/+51
2021-12-07fix documentation for `core::ready::Ready`Ibraheem Ahmed-1/+1
2021-12-07generate `MaybeDone` futures inline `join`Ibraheem Ahmed-63/+47
2021-12-07implement `core::future::join`Ibraheem Ahmed-0/+151
2021-12-02Code review feedbackEric Holk-1/+5
2021-11-22Reintroduce `into_future` in `.await` desugaringEric Holk-0/+1
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-0/+1
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-07-29Rollup merge of #87565 - ibraheemdev:patch-7, r=scottmcmYuki Okushi-1/+1
2021-07-28Use backticks when referring to `core::future::Ready` in panic messageIbraheem Ahmed-1/+1
2021-05-26Merge branch 'master' into no-unpin-in-pin-future-implJon Gjengset-1/+1
2021-05-24remove cfg(bootstrap)Pietro Albini-2/+1
2021-03-28Remove P: Unpin bound on impl Future for PinJon Gjengset-2/+2
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-1/+2
2020-12-02Use more std:: instead of core:: in docs for consistency, add more intra doc ...Alexis Bourget-5/+5
2020-11-26Fix new 'unnecessary trailing semicolon' warningsAaron Hill-1/+1
2020-11-05Fix even more URLsGuillaume Gomez-1/+1
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+1
2020-09-18Apply suggestions from code reviewPoliorcetics-3/+3
2020-09-17Move to intra doc links in core/src/futureAlexis Bourget-6/+0
2020-09-15Fix stabilization marker for future_readiness_fnsYoshua Wuyts-12/+12
2020-09-12Auto merge of #74328 - yoshuawuyts:stabilize-future-readiness-fns, r=sfacklerbors-14/+23
2020-09-08Capitalize safety commentsFlying-Toast-1/+1
2020-08-27Remove unnecessary intra-doc linkCamelid-1/+0
2020-08-27Use intra-doc links in `core::future::future`Camelid-6/+5
2020-08-26apply bootstrap cfgsPietro Albini-3/+3
2020-08-25Stabilize future readiness fnsYoshua Wuyts-14/+23
2020-08-16hir: introduce lang items for AST loweringDavid Wood-0/+3
2020-07-27mv std libs to library/mark-0/+412