about summary refs log tree commit diff
path: root/library/core/src/task/wake.rs
AgeCommit message (Expand)AuthorLines
2023-01-30stage-step cfgsMark Rousskov-1/+1
2023-01-19Transform async ResumeTy in generator transformArpad Borsos-0/+1
2023-01-02Add PhantomData marker to Context to make Context !Send and !SyncJames Higgins-1/+4
2022-12-20Refer to "Waker" rather than "RawWaker" in `drop` commentGeoffry Song-2/+2
2022-12-19Revert "Replace usage of `ResumeTy` in async lowering with `Context`"Andrew Pollack-1/+0
2022-12-06Replace usage of `ResumeTy` in async lowering with `Context`Arpad Borsos-0/+1
2022-09-19Added tracking issuey86-dev-3/+3
2022-09-14Made from_waker, waker, from_raw consty86-dev-3/+6
2022-08-03Remove self-referential intra-doc links.Kevin Reid-4/+4
2022-08-03Document that `RawWakerVTable` functions must be thread-safe.Kevin Reid-12/+38
2022-05-25Rollup merge of #93966 - rkuhn:patch-1, r=tmandryYuki Okushi-0/+13
2022-05-13Remove some unnecessary `rustc_allow_const_fn_unstable` attributes.Nicholas Nethercote-1/+0
2022-05-04add caveat discussed in #74335Roland Kuhn-0/+4
2022-02-20improve wording of Waker::wake documentationRoland Kuhn-6/+8
2022-02-13document expectations for Waker::wakeRoland Kuhn-0/+7
2021-12-17Implement data and vtable getters for `RawWaker`oxalica-0/+24
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-0/+2
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
2020-11-19Bump bootstrap compiler versionJake Goulding-2/+1
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-1/+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-07-28Add #[inline] to RawWaker::newTomasz Miąsko-0/+1
2020-07-27mv std libs to library/mark-0/+320