about summary refs log tree commit diff
path: root/library/alloc/src/task.rs
AgeCommit message (Expand)AuthorLines
2024-12-05Stabilize noop_wakerEric Holk-1/+0
2024-11-10split up the first paragraph of doc comments for better summariesbinarycat-3/+5
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
2024-03-25lib: fix some unnecessary_cast clippy lintklensy-2/+2
2024-02-26Generate original vtable and clone's vtable in the same CGUDavid Tolnay-0/+13
2024-02-10Remove the link.Kevin Reid-4/+5
2024-02-10URL-encode chars in fragment.Kevin Reid-1/+1
2024-02-10Additional doc links and explanation of `Wake`.Kevin Reid-3/+9
2024-01-20doc: fix some doctests after rebaseTomás Vallotton-2/+2
2024-01-20refactor: make waker mandatory.Tomás Vallotton-6/+10
2024-01-20fix: Apply suggestions from code reviewtvallotton-3/+3
2024-01-20chore: fix ci failuresTomás Vallotton-1/+1
2024-01-20chore: add tracking issue number to local waker featureTomás Vallotton-10/+12
2024-01-20fix: make LocalWake available in targets that don't support atomics by removi...Tomás Vallotton-7/+11
2024-01-20feat: add try_waker and From<&mut Context> for ContextBuilder to allow the ex...Tomás Vallotton-9/+11
2024-01-20feat: add LocalWaker type, ContextBuilder type, and LocalWake trait.Tomás Vallotton-1/+164
2023-04-25Updating Wake example to use new 'pin!' macroMads Ravn-1/+2
2022-06-17Document the conditional existence of `alloc::sync` and `alloc::task`.Kevin Reid-0/+6
2021-04-22Document From implementations for Waker and RawWakerMichael Howell-0/+6
2021-02-20Update the bootstrap compilerJoshua Nelson-4/+0
2021-02-03Stabilize the Wake traitYoshua Wuyts-7/+59
2021-01-31Rollup merge of #79285 - yoshuawuyts:stabilize-arc_mutate_strong_count, r=m-o...Jonas Schievink-2/+2
2021-01-15Don't mark `ineffective_unstable_trait_impl` as an internal lintJoshua Nelson-2/+4
2020-12-18Stabilize Arc::{incr,decr}_strong_countYoshua Wuyts-2/+2
2020-09-11Allow unstable From impl for [Raw]Waker.Mara Bos-0/+2
2020-08-18Move to intra-doc links for task.rs and vec.rsSurya Midatala-3/+1
2020-07-27mv std libs to library/mark-0/+91