about summary refs log tree commit diff
path: root/library/core/src/task/poll.rs
AgeCommit message (Expand)AuthorLines
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-4/+4
2024-08-25link to Future::poll from the Poll docsJack O'Connor-0/+2
2023-12-10remove redundant importssurechen-1/+0
2023-05-19tidyIbraheem Ahmed-1/+0
2023-05-19remove unstable `Poll::ready`Ibraheem Ahmed-32/+0
2023-05-10Remove useless drop of copy typeUrgau-1/+1
2023-04-16rm const traits in libcoreDeadbeef-2/+1
2023-02-13Inline `Poll` methodsEFanZh-0/+5
2022-12-28Update bootstrap cfgPietro Albini-1/+1
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-0/+1
2021-12-04Add documentation to more `From::from` implementations.Kevin Reid-1/+1
2021-10-18Make more `From` impls `const`woppopo-1/+2
2021-10-11fix minor spelling error in Poll::ready docsast-ral-1/+1
2021-10-11Add library tracking issue for poll_ready featureDavid Tolnay-1/+1
2021-10-07add `Poll::ready`Ibraheem Ahmed-0/+33
2021-09-25Apply 16 commits (squashed)Frank Steffahn-2/+3
2021-08-21Remove the `TryV2` aliasScott McMurray-2/+2
2021-07-04Auto merge of #86598 - yoshuawuyts:poll-method-docs, r=JohnTitorbors-7/+100
2021-06-28Update to new bootstrap compilerMark Rousskov-53/+0
2021-06-25Document the various methods of `core::task::Poll`Yoshua Wuyts-7/+100
2021-05-19#[cfg(bootstrap)] out the v1 try_trait stuffScott McMurray-0/+2
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-6/+6
2021-05-06Bootstrapping preparation for the libraryScott McMurray-3/+3
2021-04-17Add the try_trait_v2 library basicsScott McMurray-1/+65
2021-01-13stabilize the poll_map featureAshley Mannix-2/+2
2020-11-08Rollup merge of #76227 - CDirkx:const-poll, r=KodrAusMara Bos-2/+4
2020-10-16Bump version to 1.49.0CDirkx-2/+2
2020-09-09Add documentation for `impl<T> From<T> for Poll<T>`Michael Howell-0/+8
2020-09-02Stabilize `Poll::is_ready` and `is_pending` as constChristiaan Dirkx-2/+4
2020-08-26apply bootstrap cfgsPietro Albini-2/+2
2020-08-16hir: introduce lang items for AST loweringDavid Wood-0/+2
2020-07-27mv std libs to library/mark-0/+167