summaryrefslogtreecommitdiff
path: root/library/core/src/task/wake.rs
Commit message (Expand)AuthorAgeFilesLines
* Hide repr attribute from doc of types without guaranteed reprDavid Tolnay2023-05-161-1/+1
* stage-step cfgsMark Rousskov2023-01-301-1/+1
* Transform async ResumeTy in generator transformArpad Borsos2023-01-191-0/+1
* Add PhantomData marker to Context to make Context !Send and !SyncJames Higgins2023-01-021-1/+4
* Refer to "Waker" rather than "RawWaker" in `drop` commentGeoffry Song2022-12-201-2/+2
* Revert "Replace usage of `ResumeTy` in async lowering with `Context`"Andrew Pollack2022-12-191-1/+0
* Replace usage of `ResumeTy` in async lowering with `Context`Arpad Borsos2022-12-061-0/+1
* Added tracking issuey86-dev2022-09-191-3/+3
* Made from_waker, waker, from_raw consty86-dev2022-09-141-3/+6
* Remove self-referential intra-doc links.Kevin Reid2022-08-031-4/+4
* Document that `RawWakerVTable` functions must be thread-safe.Kevin Reid2022-08-031-12/+38
* Rollup merge of #93966 - rkuhn:patch-1, r=tmandryYuki Okushi2022-05-251-0/+13
|\
| * add caveat discussed in #74335Roland Kuhn2022-05-041-0/+4
| * improve wording of Waker::wake documentationRoland Kuhn2022-02-201-6/+8
| * document expectations for Waker::wakeRoland Kuhn2022-02-131-0/+7
* | Remove some unnecessary `rustc_allow_const_fn_unstable` attributes.Nicholas Nethercote2022-05-131-1/+0
|/
* Implement data and vtable getters for `RawWaker`oxalica2021-12-171-0/+24
* Add #[must_use] to remaining core functionsJohn Kugelman2021-10-301-0/+2
* Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...Guillaume Gomez2021-10-111-0/+2
|\
| * Add #[must_use] to from_value conversionsJohn Kugelman2021-10-101-0/+2
* | Add #[must_use] to core and std constructorsJohn Kugelman2021-10-101-0/+1
|/
* Bump bootstrap compiler versionJake Goulding2020-11-191-2/+1
* switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha2020-10-211-1/+2
* Bump to 1.48 bootstrap compilerMark Rousskov2020-10-071-2/+1
* Remove `rustc_allow_const_fn_ptr`Dylan MacKenzie2020-09-271-6/+1
* Add a feature gate for basic function pointer use in `const fn`Dylan MacKenzie2020-09-271-0/+1
* Use intra-doc linksDenis Vasilik2020-09-171-26/+3
* Add #[inline] to RawWaker::newTomasz Miąsko2020-07-281-0/+1
* mv std libs to library/mark2020-07-271-0/+320