about summary refs log tree commit diff
path: root/library/core/src/task
AgeCommit message (Expand)AuthorLines
2021-10-11Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...Guillaume Gomez-0/+2
2021-10-10Add #[must_use] to from_value conversionsJohn Kugelman-0/+2
2021-10-10Add #[must_use] to core and std constructorsJohn Kugelman-0/+1
2021-09-25Apply 16 commits (squashed)Frank Steffahn-2/+3
2021-08-21Remove the `TryV2` aliasScott McMurray-2/+2
2021-07-28Update stable version of ready!() macro.Mara Bos-2/+2
2021-07-23Stabilize core::task::ready!Yoshua Wuyts-6/+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-12-02Use more std:: instead of core:: in docs for consistency, add more intra doc ...Alexis Bourget-8/+11
2020-11-19Bump bootstrap compiler versionJake Goulding-2/+1
2020-11-08Rollup merge of #76227 - CDirkx:const-poll, r=KodrAusMara Bos-2/+4
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-1/+2
2020-10-16Bump version to 1.49.0CDirkx-2/+2
2020-10-07Bump to 1.48 bootstrap compilerMark Rousskov-2/+1
2020-09-27Remove `rustc_allow_const_fn_ptr`Dylan MacKenzie-6/+1
2020-09-27Add a feature gate for basic function pointer use in `const fn`Dylan MacKenzie-0/+1
2020-09-17Use intra-doc linksDenis Vasilik-26/+3
2020-09-16Rollup merge of #76534 - notriddle:doc-comments, r=jyn514Ralf Jung-0/+8
2020-09-12Auto merge of #74328 - yoshuawuyts:stabilize-future-readiness-fns, r=sfacklerbors-2/+0
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-25Stabilize future readiness fnsYoshua Wuyts-2/+0
2020-08-16hir: introduce lang items for AST loweringDavid Wood-0/+2
2020-07-28Add #[inline] to RawWaker::newTomasz Miąsko-0/+1
2020-07-27mv std libs to library/mark-0/+562