about summary refs log tree commit diff
path: root/library/core/src/future/join.rs
AgeCommit message (Expand)AuthorLines
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2023-05-19tidyIbraheem Ahmed-1/+1
2023-05-19remove unstable `Poll::ready`Ibraheem Ahmed-3/+3
2022-07-16Stabilize `future_poll_fn`Yuki Okushi-2/+2
2022-01-24Make `join!` description more accurateEFanZh-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-07generate `MaybeDone` futures inline `join`Ibraheem Ahmed-63/+47
2021-12-07implement `core::future::join`Ibraheem Ahmed-0/+147