summary refs log tree commit diff
path: root/library/core/src/task/wake.rs
AgeCommit message (Expand)AuthorLines
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