about summary refs log tree commit diff
path: root/library/core/src/task
AgeCommit message (Expand)AuthorLines
2025-09-01Constify conversion traitsltdk-2/+4
2025-08-20fix: typoTuomas Tajakka-1/+1
2025-06-13Rollup merge of #142158 - xizheyin:141617, r=jdonszelmannMatthias Krüger-4/+4
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-4/+4
2025-06-12Allow `unpredictable_function_pointer_comparisons` lint in more placesUrgau-0/+1
2025-03-06Remove #[cfg(not(test))] gates in coreThalia Archibald-1/+1
2025-02-15docs: fix broken intra-doc links that never workedMichael Howell-5/+2
2025-01-08update version placeholdersPietro Albini-3/+3
2024-12-17Use field init shorthand where possibleJosh Triplett-1/+1
2024-12-09Remove rustc_const_stable attribute on const NOOPEric Holk-1/+0
2024-12-05Stabilize noop_wakerEric Holk-8/+5
2024-11-27update cfgsBoxy-2/+0
2024-11-02get rid of a whole bunch of unnecessary rustc_const_unstable attributesRalf Jung-7/+0
2024-10-25Re-do recursive const stability checksRalf Jung-2/+2
2024-10-15replace placeholder versionJosh Stone-4/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-19[Clippy] Swap `waker_clone_wake` to use diagnostic item instead of pathGnomedDev-0/+1
2024-09-07Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68bors-5/+5
2024-09-03replace placeholder versionBoxy-5/+5
2024-09-02Add `Waker::new` and `LocalWaker::new`Kevin Mehall-0/+55
2024-09-02Stabilize waker_gettersKevin Mehall-4/+4
2024-09-02Move the `data` and `vtable` methods from `RawWaker` to `Waker`Kevin Mehall-22/+22
2024-08-25link to Future::poll from the Poll docsJack O'Connor-0/+2
2024-08-15Rollup merge of #128064 - ijackson:noop-waker-doc, r=workingjubileeJubilee-1/+19
2024-08-15Add cautionary paragraph about noop wakers.Ian Jackson-0/+8
2024-08-09make LocalWaker::will_wake consistent with Waker::will_wakeRalf Jung-1/+7
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-07-28Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obkGuillaume Gomez-12/+12
2024-07-28stabilize const_wakerSlanterns-12/+12
2024-07-26Fix doc nitsJohn Arundel-16/+17
2024-07-24Rollup merge of #128046 - GrigorenkoPV:90435, r=tgross35Matthias Krüger-2/+2
2024-07-22LocalWaker docs: Make long-ago omitted but probably intended changesIan Jackson-1/+3
2024-07-22Docs for Waker and LocalWaker: Add cross-refs in commentIan Jackson-0/+8
2024-07-22Fix some `#[cfg_attr(not(doc), repr(..))]`Pavel Grigorenko-2/+2
2024-07-15lib: replace some `mem::forget`'s with `ManuallyDrop`Pavel Grigorenko-10/+5
2024-06-21Remove `feature(effects)` from the standard libraryDeadbeef-2/+2
2024-05-21Wrap Context.ext in AssertUnwindSafeJubilee Young-4/+7
2024-04-17Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnayMatthias Krüger-0/+36
2024-04-02set tracking issueJustin Karneges-4/+4
2024-03-29rustfmtJustin Karneges-2/+14
2024-03-29Add `Context::ext`Justin Karneges-3/+52
2024-03-09fix: remove memory leak due to missing drop implementation for local waker. A...Tomás Vallotton-5/+16
2024-03-08Document overrides of `clone_from()`Noa-0/+36
2024-02-15Auto merge of #119863 - tmiasko:will-wake, r=m-ou-sebors-1/+3
2024-02-14Rollup merge of #116387 - kpreid:wake-doc, r=cuviperOli Scherer-3/+17
2024-02-11add comparison warning to RawWakerVTable as wellRalf Jung-0/+6
2024-02-10Additional doc links and explanation of `Wake`.Kevin Reid-3/+17
2024-01-20doc: fix some doctests after rebaseTomás Vallotton-3/+3
2024-01-20refactor: make waker mandatory.Tomás Vallotton-81/+18
2024-01-20chore: make method order consistent with wakerTomás Vallotton-13/+13